@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 1200px; }

.container { width: 1200px; margin: 0 auto; }

.header { position: relative; z-index: 10; padding: 30px 0; background: #0f017c; }
.header .container { width: 1450px; }

.logo img { max-width: 100%; vertical-align: top; }

.nav { position: relative; display: inline-block; vertical-align: top; }
.nav li { position: relative; float: left; }
.nav li a { display: block; padding: 0 8px; font-size: 17px; font-weight: 500; line-height: 60px; color: #fff; text-align: center; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li:hover > a, .nav li.cur > a { font-weight: 700; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: calc(50% - 70px); z-index: 1; width: 140px; padding: 8px 0 12px; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); border-radius: 4px; }
.nav .lv2 a { padding: 8px 5px; font-size: 16px; line-height: 20px; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #0f017c; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.search { position: relative; display: inline-block; vertical-align: top; margin: 0 0 0 10px; font-size: 0; }
.search .search-icon { display: inline-block; vertical-align: top; width: 35px; height: 60px; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.search .search-box { position: absolute; top: 120%; right: 0; bottom: auto; left: auto; z-index: 1; padding: 6px; background: #fff; border-radius: 2px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search .search-box form { border: 1px solid #eee; white-space: nowrap; }
.search .input { width: 200px; height: 28px; padding: 0 5px 0 10px; font-size: 14px; font-weight: 500; line-height: 28px; color: #333; text-align: left; vertical-align: top; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.search .input::placeholder { color: #999; }
.search .submit { width: 30px; height: 28px; vertical-align: top; background-image: url(../images/j_icon1_2.png); background-repeat: no-repeat; background-position: 50% 40%; background-color: transparent; background-size: 70%; }
.search:hover .search-box { top: 100%; opacity: 1; visibility: visible; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.search2 { width: 650px; margin: 25px auto; padding: 8px 10px; box-shadow: 0 0 15px 0 #ccc; }
.search2 form { white-space: nowrap; }
.search2 .input { width: calc(100% - 42px); height: 42px; padding: 0 10px; border: 1px solid #eee; vertical-align: top; font-size: 16px; font-weight: 500; line-height: 42px; color: #333; text-align: left; }
.search2 .submit { width: 42px; height: 42px; vertical-align: top; background-image: url("../images/j_icon1_2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; }


.banner { position: relative; z-index: 2; font-size: 0; overflow: hidden; }
.banner .slick-slide img { width: 100%; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .slick-active img { -webkit-transition: transform 5s linear 0.8s; -moz-transition: transform 5s linear 0.8s; -ms-transition: transform 5s linear 0.8s; -o-transition: transform 5s linear 0.8s; transition: transform 5s linear 0.8s; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }
.banner .img { display: block; position: relative; padding: 27.08% 0 0; }
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: 45px; height: 60px; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; background-image: url(../images/g_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; opacity: 0.3; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .slick-arrow.slick-prev { left: 4.25%; }
.banner .slick-arrow.slick-next { right: 4.25%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-active .text .tt1 { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 5%; left: 50%; z-index: 1; text-align: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; vertical-align: top; width: 12px; height: 12px; margin: 0 7px; border-radius: 50%; background: #fff; cursor: pointer; }
.banner .slick-dots li.slick-active { background: #0f017c; }
.banner:hover .slick-arrow { opacity: 1; }
.banner img { width: 100%; vertical-align: top; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt7 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { margin: 25px 0 28px; border-bottom: 1px solid #ddd; }
.column .more { font-size: 14px; line-height: 55px; color: #999; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.column .more:hover { color: #ff9c00; letter-spacing: 1px; }
.column h3 { display: inline-block; margin: 0 0 -1px; font-size: 26px; font-weight: 500; line-height: 52px; color: #000; text-align: left; border-bottom: 3px solid #0f017c; }
.column h3 span { margin: 0 0 0 8px; font-size: 14px; font-weight: 400; color: #999; }

.title { font-size: 16px; font-weight: 500; line-height: 30px; color: #000; text-align: left; }
.title:hover { color: #0f017c; }

.info { font-size: 14px; font-weight: 500; line-height: 25px; color: #666; text-align: justify; }

.date { font-size: 14px; font-weight: 500; line-height: 30px; color: #999; }

.list1 { font-size: 0; }
.list1 li { padding: 15px 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:first-child { padding-top: 0; }
.list1 li:last-child { border: none; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 .date { display: inline-block; vertical-align: top; width: 65px; padding: 0; font-size: 12px; line-height: 26px; color: #0f017c; text-align: center; background: #e0dfe9; }
.list1 .date p:first-child { font-size: 22px; line-height: 30px; font-weight: 700; color: #fff; background: #0f017c; }
.list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 65px); padding: 0 0 0 18px; }

.list2 li { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; border-bottom: 1px dashed #e6e6e6; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title, .list2 li:hover .date { color: #0f017c; }
.list2 .title { display: inline-block; vertical-align: top; width: calc(100% - 140px); }
.list2 .title::before { display: inline-block; content: ""; width: 7px; height: 7px; margin: 0 8px 2px 0; border-radius: 50%; background: #0f017c; }
.list2 .title, .list2 .date { line-height: 60px; }

.index-about { padding: 40px 0 0; }
.index-about .img { position: relative; z-index: 2; width: 580px; }
.index-about .text { position: relative; z-index: 1; width: 840px; margin: 36px 0 0 -220px; padding: 35px 40px 35px 260px; background: #edecf0; }
.index-about .text .content { height: 252px; overflow: hidden; font-size: 16px; font-weight: 500; line-height: 36px; color: #000; text-align: left; text-indent: 2em; }
.index-about .text .more { display: block; width: 86px; margin: 35px 0 0 auto; font-size: 14px; font-weight: 500; line-height: 27px; color: #fff; text-align: center; background: #0f017c; border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.index-about .text .more:hover { background: #ff9c00; letter-spacing: 2px; }

.index-news .card { width: 48.2%; }

.index-links .links { font-size: 0; margin: 0 -14px; }
.index-links .links > li { display: inline-block; vertical-align: top; width: 12.5%; padding: 0 14px; }
.index-links .links a { display: block; padding: 12px 0 8px; font-size: 14px; font-weight: 500; line-height: 26px; color: #000; text-align: center; border: 1px dashed #0f017c; }
.index-links .links a i { display: block; width: 40px; height: 40px; margin: 0 auto 5px; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-links .links a:hover { color: #ff9c00; }
.index-links .links a:hover i { -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 0s; -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.index-links .links li:nth-child(1) a { border-color: #0f017c; }
.index-links .links li:nth-child(1) i { background-image: url(../images/j_icon2_1.png); }
.index-links .links li:nth-child(2) a { border-color: #c8675a; }
.index-links .links li:nth-child(2) i { background-image: url(../images/j_icon2_2.png); }
.index-links .links li:nth-child(3) a { border-color: #3e7cca; }
.index-links .links li:nth-child(3) i { background-image: url(../images/j_icon2_3.png); }
.index-links .links li:nth-child(4) a { border-color: #3299b7; }
.index-links .links li:nth-child(4) i { background-image: url(../images/j_icon2_4.png); }
.index-links .links li:nth-child(5) a { border-color: #b246c2; }
.index-links .links li:nth-child(5) i { background-image: url(../images/j_icon2_5.png); }
.index-links .links li:nth-child(6) a { border-color: #c88258; }
.index-links .links li:nth-child(6) i { background-image: url(../images/j_icon2_6.png); }
.index-links .links li:nth-child(7) a { border-color: #3da393; }
.index-links .links li:nth-child(7) i { background-image: url(../images/j_icon2_7.png); }
.index-links .links li:nth-child(8) a { border-color: #755ac2; }
.index-links .links li:nth-child(8) i { background-image: url(../images/j_icon2_8.png); }

.footer { margin: 40px 0 0; }

.foot-link { display: none; padding: 8px 0; background: #ececec; font-size: 16px; font-weight: 500; line-height: 34px; color: #aaa; text-align: left; }
.foot-link a { color: #000; }
.foot-link a:hover { color: #0f017c; }
.foot-link span { margin: 0 8px; }

.copy { padding: 15px 0; background: #0f017c; font-size: 14px; font-weight: 500; line-height: 25px; color: #fff; text-align: center; }

.decoration { position: relative; z-index: 1; max-height: 320px; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.section { position: relative; z-index: 2; }

.sidebar { width: 210px; margin: -37px 0 0; }
.sidebar .lv1-column { padding: 23px 5px; font-size: 24px; font-weight: 500; line-height: 32px; color: #fff; text-align: center; background-color: #0f017c; }
.sidebar .lv2-nav { padding: 10px 0 50px 4px; user-select: none; background: #e9e9f2; }
.sidebar .lv2-nav li.cur > a { font-weight: 700; color: #0f017c; border-color: #0f017c; background: #fff; }
.sidebar .lv2-nav li > a { border-left: 4px solid transparent; margin: 0 0 0 -4px; }
.sidebar .lv2-nav a { display: block; padding: 0 10px 0 6px; font-size: 18px; font-weight: 500; line-height: 50px; color: #000; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.sidebar .lv2-nav a:hover, .sidebar .lv2-nav a.cur { color: #0f017c; font-weight: 700; }

.main { width: 940px; min-height: 500px; margin: 21px 0 0; }

.position { margin-top: 0; border-bottom: 1px solid #ddd; }
.position .place { padding: 0 0 0 25px; font-size: 14px; font-weight: 500; line-height: 55px; color: #999; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.position .place a { color: #999; }
.position .place a:hover { color: #0f017c; }
.position h3 { line-height: 52px; }

.article { margin: -5px 0 0; padding: 12px 3% 0; background: #fff; }
.article .title { font-size: 26px; font-weight: 500; line-height: 36px; color: #0f017c; text-align: center; }
.article .sub { margin: 30px 0; padding: 13px 0; font-size: 14px; font-weight: 500; line-height: 26px; color: #666; text-align: center; border-top: 1px dashed #dedede; border-bottom: 1px dashed #dedede; }
.article .content { padding: 0 0 30px; font-size: 17px; font-weight: 500; line-height: 200%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; margin: 0 0 10px; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 20px auto; }
.article .content table { max-width: 100%; margin: 15px auto; }
.article .content table p { text-indent: 0; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: 15px auto; }
.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #aaa; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 16px; font-weight: 500; line-height: 28px; color: #333; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a:hover { color: #0f017c; -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 0 0 22px; font-size: 28px; }

.people-list { font-size: 0; margin: 0 -17px; margin-top: 30px; }
.people-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 17px; }
.people-list li { margin: 0 0 50px; }
.people-list li:hover .img-scale { box-shadow: -6px 6px 15px 0 #a0a0a0; }
.people-list .name { display: block; font-size: 20px; font-weight: 500; line-height: 50px; color: #0f017c; text-align: left; }
.people-list .name:hover { color: #ff9c00; }
.people-list .info { margin: 6px 0 0; font-size: 15px; }
.people-list .info span { color: #333; font-weight: 700; }
.people-list .info.p2 { height: 50px; }
.people-list .img-scale { display: inline-block; vertical-align: top; width: 160px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.people-list .img-scale .img { padding: 130% 0 0; background-position: 50% 20%; }
.people-list .text { display: inline-block; vertical-align: top; width: calc(100% - 160px); padding: 0 0 0 20px; }
.people-list .more2 { margin: 20px 0 0; font-size: 14px; font-weight: 500; line-height: 45px; color: #0f017c; text-align: right; border-top: 1px solid #ddd; }
.people-list .more2 a { color: #0f017c; }
.people-list .more2 a:hover { color: #ff9c00; text-decoration: underline; }

.main .subjects{
    height: 42px;
    line-height: 42px;
    border-left: 4px solid #0f017c;
    background-color: #f6f6f6;
}
.main .subjects p{
    float: left;
    color: #0f017c;
font-weight: 700;
    font-size: 18px;
    padding: 0px 20px;
    border-left: 4px solid #f6f6f6;
}
.people-list2 {
    margin: 25px -10px 48px;
    margin-top: 5px;
font-size: 0;
}
.people-list2 li{
display: inline-block;
vertical-align: top;
width: 16.666%;
 padding: 0 10px;
    margin-top: 20px;
}
.people-list2 li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #222;
    font-size: 16px;
    
transition: all .3s; -ms-transition: all .3s;
}
.people-list2 li a:hover { color: #0f017c;  }
#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page { margin: 25px 0 30px !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; color: #428bca; border: 1px solid #aaa; border-radius: 2px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #0167af; font-weight: bold; color: #fff; border-color: #0167af; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }

@media screen and (max-width: 1500px) {
.logo { width: 400px; margin-top: 7px; }
 .nav li a { font-size: 16px;  padding: 0 6px; }
}
@media screen and (max-width: 1400px) { .header .container { width: 1200px; }
.header { padding: 20px 0; }
  .logo img { width: 520px; }
  }

.float-img table { margin: 0 auto; }