@charset "utf-8";
html {
font-size: 16px;
}
html,body{-webkit-overflow-scrolling: touch;}
body {
font-family: "microsoft yahei";
font-size: 1rem;
color: #333333;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
padding: 0;
margin: 0;
list-style: none;
outline: none;
}
a {
color: inherit;
font: inherit;
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: none;
color: #063567;
}
a:focus {
border: none;
outline: none;
text-decoration: none;
}
.clearfix {
zoom: 1;
}
.clearfix:after {
clear: both;
content: "";
display: block;
width: 0;
height: 0;
visibility: hidden;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
/* Firefox */
-webkit-box-sizing: border-box;
/* Safari */
border: none;
outline: none;
}
.fl {
float: left;
}
.fr {
float: right;
}
.hid {
overflow: hidden;
}
.wrapper {
position: relative;
overflow: hidden;
}
img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
/* 动画延迟 */
.animation-delay-1 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animation-delay-2 {
-webkit-animation-delay: 1.25s;
animation-delay: 1.25s;
}
.animation-delay-3 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.sdiv {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
transition: opacity 0.5s, -webkit-transform 0.5s;
-o-transition: transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
opacity: 0;
}
.sdiv.on {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
.con {
width: auto;
margin: 0 auto;
padding: 0 10px;
}
@-webkit-keyframes hue {
from {
-webkit-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(-360deg);
}
}
/* 动画延迟结束 */
/* header */
.header {
overflow: hidden;
padding: 30px 0;
position: relative;
}
.header .top-links {
position: relative;
color: #ffffff;
font-size: 1rem;
text-align: right;
margin-top: 30px;
}
.header .top-links a {
color: #ffffff;
margin: 0 20px;
}
.logo {
float: left;
}
/* 搜索 */
.search-box {
position: fixed;
display: none;
left: 0;
right: 0;
top: 140px;
background: rgba(0, 0, 0, 0.6);
padding: 105px 0;
z-index: 10000000;
}
.search-close {
display: block;
position: absolute;
top: 34px;
right: 10%;
width: 40px;
height: 40px;
background: url(../images/close.png) center no-repeat;
}
.ss {
max-width: 700px;
margin: 0 auto;
background: #fff;
position: relative;
}
.ss .text {
border: none;
border-radius: 0;
box-shadow: none;
height: 50px;
width: 80%;
padding: 6px 12px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
}
.ss .sub {
float: right;
height: 50px;
}
/* 导航 */
.top {
border-top: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
}
@media (min-width: 992px) {
.navbar-collapse.collapse {
display: block !important;
padding: 0;
}
}
nav.navbar.bootsnav {
z-index: 990 !important;
background: none;
min-height: 0;
border: none;
}
nav.navbar.bootsnav ul.nav {
float: none;
}
nav.navbar.bootsnav ul.nav li {
float: left;
text-align: center;
padding: 22px 25px;
}
nav.navbar.bootsnav ul.nav li a {
font-size: 1.125rem;
color: #fff;
margin: 0;
padding: 0;
font-weight: normal;
color: #fff;
}
nav.navbar.bootsnav ul.nav li ul.dropdown-menu {
width: 100%;
min-width: auto;
border: none;
top: 63px;
left: 0;
background: rgba(0, 0, 0, 0.5);
text-align: center;
}
nav.navbar.bootsnav ul.nav li ul.dropdown-menu li {
float: none;
padding: 0;
width: 100%;
}
nav.navbar.bootsnav ul.nav li ul.dropdown-menu li a {
width: 100%;
line-height: 24px;
border: none;
color: #ffffff;
font-size: 1rem;
font-weight: normal;
padding: 10px 5px;
background: none;
}
nav.navbar.bootsnav ul.nav li ul.dropdown-menu li:last-child:hover a,
nav.navbar.bootsnav ul.nav li ul.dropdown-menu li:hover a {
background: #024aa0 !important;
}
nav.navbar.bootsnav ul.nav li ul.dropdown-menu:before {
display: block;
content: "";
width: 16px;
height: 7px;
background: url(../images/top-nav-ico.png) no-repeat;
background-size: 100% 100%;
position: absolute;
top: -7px;
left: 50%;
margin-left: -8px;
}
nav.navbar.bootsnav ul.nav li:last-child {
margin: 0;
}
nav.navbar.bootsnav ul.nav li:last-child a {
border-bottom: none;
}
nav.navbar.bootsnav ul.nav li.dropdown > a.dropdown-toggle:after {
display: none;
}
nav.navbar.bootsnav ul.nav li.cur a,
nav.navbar.bootsnav ul.nav li:hover a {
font-weight: bold;
}
nav.navbar.bootsnav ul.nav li:last-child:hover a {
background: none !important;
}
/* 浮动导航 */
.header-fixed {
z-index: 12;
width: 100%;
left: 0;
top: 0;
background: url(../images/header-bg.png);
box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.15);
}
/* 浮动导航结束 */
/* banner焦点图 */
.banner {
margin-top: 0px;
background: #d5e6f2;
overflow: hidden;
position: relative;
}
.flexslider .slick-dots{
bottom: 20px;
right: 20px;
width: auto;
z-index:99;
}
.flexslider .slick-dots li{ border-radius:50%;width: 10px;
height: 10px;
background: #fff;}
.flexslider .slick-dots li.slick-active{ width: 10px;
height: 10px;
background: #0080ca;}
.slick-dots li button{display:none !important;}
.flexslider .slides {
position: relative;
}
.flexslider .slides .tit {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
padding: 20px 65px;
background: linear-gradient(transparent, black);
}
.flexslider .slides .tit p {
font-size: 1.25rem;
color: #ffffff;
}
.flexslider .slick-prev,.flexslider .slick-next {
width: 40px;
height: 52px;
margin-top: -26px;z-index: 9;
}
.flexslider .slick-prev {
background: url(../images/banner-left.png);
background-size: 100% 100%;
left:10px;
}
.flexslider .slick-next {
background: url(../images/banner-right.png);
background-size: 100% 100%;
right:10px;
}
.flexslider .slick-prev:before,
.flexslider .slick-next:after {
display: none;
}
.flexslider .flex-control-nav {
bottom: 25px;
}
.flexslider .flex-control-paging li a {
width: 10px;
height: 10px;
background: #fff;
}
.flexslider .flex-control-paging li a.flex-active {
width: 18px;
height: 18px;
background: #0080ca;
}
/* banner焦点图结束 */
/* 中部版块 */
.index-tit {
overflow: hidden;
float: left;
width: 65px;
text-align: center;
position: relative;
z-index: 9;
}
.index-tit p.cn {
font-size: 1.5rem;
line-height: 28px;
color: #fff;
font-weight: bold;
background: url(../images/indext-tit-bg1.png) left center no-repeat;
background-size: 100% 100%;
overflow: hidden;
padding: 25px 17px 50px;
}
.index-more {
display: block;
color: #08315c;
font-size: 1rem;
margin-top: 20px;
font-weight: bold;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.index-more:hover {
transform: translateY(-5px);
}
.c1,
.c2,
.c3 {
width: 32%;
float: left;
}
.c2 {
margin: 0 2%;
}
.main-box {
width: 1100px;
float: right;
}
.row1 {
padding-top: 70px;
background: url(../images/row1-bg.png) top center no-repeat;
}
.slider-pic {
margin: 0 -10px;
padding-bottom: 100px;
overflow: hidden;
}
.slider-pic .item {
background: #f1f0f0;
padding: 13px 13px 17px;
margin: 0 10px;
}
.slider-pic .item .pic {
width: 100%;
position: relative;
padding-bottom: 56%;
overflow: hidden;
}
.slider-pic .item .pic img {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.slider-pic .item .text {
margin-top: 18px;
}
.slider-pic .item .text a.tit {
width: calc(100% - 85px);
float: right;
color: #333333;
font-size: 1rem;
line-height: 26px;
height: 52px;
margin-top: 3px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.slider-pic .item:hover img {
transform: scale(1.05);
}
.slider-pic .item:hover a.tit {
color: #063567;
transform: translateX(5px);
}
.slider-pic .slick-prev,
.slider-pic .slick-next {
width: 70px;
height: 30px;
background: #fff;
border: 1px solid #b4b4b4;
position: absolute;
z-index: 9;
bottom: 0;
top: auto;
left: 0;
right: 0;
}
.slider-pic .slick-prev:before,
.slider-pic .slick-next:before {
display: none !important;
}
.slider-pic .slick-prev {
background: url(../images/arrow-left.png) center center no-repeat;
left: 50%;
right: auto;
margin-left: -80px;
}
.slider-pic .slick-prev:hover {
background: url(../images/arrow-left-on.png) center center no-repeat #063666;
}
.slider-pic .slick-next {
background: url(../images/arrow-right.png) center center no-repeat;
left: auto;
right: 50%;
margin-right: -80px;
}
.slider-pic .slick-next:hover {
background: url(../images/arrow-right-on.png) center center no-repeat #063666;
}
.date {
float: left;
width: 70px;
height: 60px;
color: #fff;
text-align: center;
background: #063567;
}
.date .day {
font-size: 1.25rem;
margin-top: 6px;
}
.date .year {
font-size: 0.875rem;
}
.row2 {
padding-top: 40px;
}
.row2 .index-tit p.cn {
background: url(../images/indext-tit-bg2.png) left center no-repeat;
background-size: 100% 100%;
}
.kydt-list ul {
margin: 0 -10px;
overflow: hidden;
}
.kydt-list li {
float: left;
width: 33.3%;
margin-bottom: 30px;
overflow: hidden;
padding: 10px 0;
}
.kydt-list li a {
display: block;
margin: 0 10px;
background: #f1f0f0;
border: 1px solid #d8d8d8;
padding: 25px 25px 25px 15px;
height:110px;
-webkit-box-orient: vertical;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.kydt-list li .text {
float: right;
width: calc(100% - 85px);
position: relative;
}
.kydt-list li .tit {
color: #333333;
font-size: 1rem;
line-height: 24px;
height: 52px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
}
.kydt-list li .tit:after {
content: "";
display: block;
width: 25px;
height: 1px;
position: absolute;
left: 0;
top: 60px;
}
.kydt-list li .abst {
margin-top: 15px;
font-size: 0.875rem;
color: #909090;
line-height: 20px;
height: 44px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.kydt-list li:hover a {
background: url(../images/kydt-bg.png) no-repeat;
background-size: 100% 100%;
border: none;
box-shadow: 0 0 15px 0 #1465c1;
}
.kydt-list li:hover .date {
background: #1465c1;
}
.kydt-list li:hover .tit,
.kydt-list li:hover .abst {
color: #fff !important;
}
.row3 {
padding-top: 50px;
}
.row3 .index-tit p.cn {
background: url(../images/indext-tit-bg3.png) left center no-repeat;
background-size: 100% 100%;
}
.xsjz-list {
margin: 0 -10px;
padding-bottom: 100px;
overflow: hidden;
}
.xsjz-list .item {
background: #f1f0f0;
padding: 30px 17px;
margin: 0 10px;
border: 1px solid #d8d8d8;
}
.xsjz-list .item .up {
overflow: hidden;
padding-bottom: 20px;
border-bottom: 1px solid #d8d8d8;
}
.xsjz-list .item .up .pic {
float: left;
width: 100px;
height: 100px;
position: relative;
overflow: hidden;
}
.xsjz-list .item .up .pic img {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.xsjz-list .item .up .text {
width: calc(100% - 125px);
float: right;
line-height: 26px;
color: #333;
}
.xsjz-list .item .up .text .t1 {
font-size: 1.125rem;
display: block;
overflow: hidden;
line-height: 50px;
white-space:nowrap;
text-overflow:ellipsis;
}
.xsjz-list .item .up .text .t2 {
font-size: 1rem;
white-space: nowrap;
text-overflow:ellipsis;
overflow:hidden;
}
.xsjz-list .item .down {
margin-top: 18px;
}
.xsjz-list .item .down a.tit {
color: #333333;
font-size: 1rem;
line-height: 26px;
height: 52px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.xsjz-list .item .down p.address {
font-size: 0.875rem;
line-height: 32px;
color: #353535;
background: url(../images/xsjz-ico1.png) left center no-repeat;
padding-left: 30px;white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.xsjz-list .item .down p.time {
font-size: 0.875rem;
line-height: 32px;
color: #353535;
background: url(../images/xsjz-ico2.png) left center no-repeat;
padding-left:30px;white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.xsjz-list .item:hover img {
transform: scale(1.05);
}
.xsjz-list .item:hover p.t1 {
color: #063567 !important;
}
.xsjz-list .item:hover a.tit {
color: #063567;
transform: translateX(5px);
}
.xsjz-list .slick-prev,
.xsjz-list .slick-next {
width: 70px;
height: 30px;
background: #fff;
border: 1px solid #b4b4b4;
position: absolute;
z-index: 9;
bottom: 0;
top: auto;
left: 0;
right: 0;
}
.xsjz-list .slick-prev:before,
.xsjz-list .slick-next:before {
display: none !important;
}
.xsjz-list .slick-prev {
background: url(../images/arrow-left.png) center center no-repeat;
left: 50%;
right: auto;
margin-left: -80px;
}
.xsjz-list .slick-prev:hover {
background: url(../images/arrow-left-on.png) center center no-repeat #063666;
}
.xsjz-list .slick-next {
background: url(../images/arrow-right.png) center center no-repeat;
left: auto;
right: 50%;
margin-right: -80px;
}
.xsjz-list .slick-next:hover {
background: url(../images/arrow-right-on.png) center center no-repeat #063666;
}
.row4 {
position: relative;
z-index: 2;
}
.row4 .index-tit p.cn {
background: url(../images/indext-tit-bg4.png) left center no-repeat;
background-size: 100% 100%;
}
.row4 .container {
padding: 50px 0 250px;
background: url(../images/bottom-bg.png) bottom center no-repeat;
background-size: 100%;
}
.tzgg-list ul {
margin: 0 -10px;
overflow: hidden;
}
.tzgg-list li {
float: left;
width: 33.3%;
margin-bottom: 20px;
}
.tzgg-list .item {
background: #f1f0f0;
border: 1px solid #d8d8d8;
padding: 25px 25px 25px 13px;
margin: 0 10px;
overflow: hidden;
}
.tzgg-list .item a.tit {
width: calc(100% - 85px);
float: right;
color: #333333;
font-size: 1rem;
line-height: 26px;
height: 52px;
margin-top: 3px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tzgg-list .item:hover a.tit {
color: #063567;
transform: translateX(5px);
}
.index-links {
margin: 40px -10px 0;
}
.index-links .item {
float: left;
width: 25%;
}
.index-links .box {
margin: 0 15px;
position: relative;
padding: 30px 25px;
background: url(../images/links-bg1.png) no-repeat;
background-size: 100% 100%;
}
.index-links .box p {
color: #444444;
font-size: 18px;
}
.index-links .box dd {
margin-top: 15px;
width: 90%;
position: relative;
background: #fff;
color: #afacbd;
padding: 0 5px;
line-height: 30px;
cursor: pointer;
}
.index-links em {
width: 12px;
height: 6px;
background: url(../images/select-ico.png) no-repeat;
background-size: 100% 100%;
position: absolute;
right: 5px;
top: 10px;
}
.index-links ul {
display: none;
position: absolute;
z-index: 99;
top: 100%;
left: 0;
width: 100%;
padding: 0 10px 0 30px;
background: #092a4b;
max-height: 260px;
overflow-y: auto;
}
.index-links ul a {
color: #fff;
padding: 5px 0;
display: block;
}
.index-links .item2 .box {
background: url(../images/links-bg2.png) no-repeat;
background-size: 100% 100%;
}
.index-links .item3 .box {
background: url(../images/links-bg3.png) no-repeat;
background-size: 100% 100%;
}
.index-links .item4 .box {
background: url(../images/links-bg4.png) no-repeat;
background-size: 100% 100%;
}
/* 中部版块 */
/* 底部 */
.footer {
padding: 28px 0;
overflow: hidden;
background: #0a2845;
}
.footer .cory {
float: left;
margin-top: 10px;
}
.footer .cory * {
color: #dee0e2;
font-size: 1rem;
line-height: 30px;
}
.footer .ewm {
float: right;
}
.footer .ewm a {
float: left;
margin-left: 35px;
text-align: center;
}
.footer .ewm a img {
width: 92px;
height: 92px;
}
.footer .ewm a p {
font-size: 1rem;
color: #fff;
margin-top: 5px;
}
/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
text-align: center;
color: #fff;
height: 100%;
border: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1234;
margin: 0 auto;
font-family: "microsoft yahei";
font-size: 36px;
background: #000000;
font-weight: 300;
filter: Alpha(opacity=70);
}
/* 列表页 */
/* 列表banner */
.list-banner {
margin-top: 0px;
background: #d5e6f2;
overflow: hidden;
position: relative;
}
.list-banner img {
width: 100%;
}
.list-page {
position: relative;
z-index: 3;
}
/*
.nav-left {
background: url(../images/leftnav.png) bottom no-repeat;
background-size: 100% 100%;
width: 265px;
padding: 0 5px 255px;
.nav-tit {
padding: 25px 30px;
background: url(../images/leftnav-bg1.png) no-repeat;
background-size: 100% 100%;
h3 {
color: #fff;
font-size: 1.625rem;
font-weight: bold;
text-align: center;
}
}
.nav-sub {
margin-top: 15px;
}
ul {
li.lv1 {
border-bottom: 1px solid #d8d8d8;
a {
display: block;
font-size: 1.375rem;
color: #0080ca;
padding: 20px 40px;
border-radius: 0;
background: url(../images/leftnav-ico1.png) 215px center no-repeat;
}
ul {
padding: 15px 0 15px 60px;
background: #dff7fd;
li.lv2 {
a {
font-size: 1rem;
background: none;
padding: 8px 40px 8px 15px;
color: #444444;
background: url(../images/leftnav-ico3.png) left center no-repeat;
}
}
li.lv2.current,
li.lv2:hover {
a {
font-weight: bold;
color: #0080ca !important;
background: url(../images/leftnav-ico4.png) left center no-repeat;
}
}
}
}
li.lv1.current,
li.lv1:hover {
margin-top: -1px;
border: 1px solid #0080ca;
a {
color: #fff;
background: url(../images/leftnav-ico2.png) 215px center no-repeat #0080ca;
}
}
}
}*/
.location {
position: absolute;
width: 100%;
z-index: 2;
left: 0;
bottom: 0;
padding: 20px 0;
overflow: hidden;
background: linear-gradient(transparent, black);
}
.location .weizhi {
float: right;
font-size: 0.875rem;
color: #fff;
}
.location .weizhi img {
margin-top: -2px;
margin-right: 5px;
width: 14px;
}
.location .weizhi a {
color: #fff;
}
.list-column {
position: relative;
z-index: 9;
}
.list-column .container {
position: relative;
}
.list-column .column-tit {
padding: 15px 45px 15px 17px;
color: #fff;
font-size: 1.875rem;
background: url(../images/column-bg.png) no-repeat;
background-size: 100% 100%;
float: left;
margin-top: -25px;
position: relative;
z-index: 99;
}
.list-column .dh-list {
float: left;
margin-left: 65px;
}
.list-column .dh-list .lv2 {
display: inline-block;
margin-right: 40px;
line-height: 22px;
padding: 22px 0;
}
.list-column .dh-list .lv2 a {
position: relative;
display: block;
font-size: 1.5rem;
color: #333333;
}
.list-column .dh-list .lv2.curr > a,
.list-column .dh-list .lv2:hover > a {
color: #063567;
font-weight: bold;
}
.list-column .dh-list .lv2.curr > a:before,
.list-column .dh-list .lv2:hover > a:before {
content: "";
display: block;
width: 5px;
height: 100%;
background: #063567;
position: absolute;
left: -20px;
top: 0;
}
.list-column .dh-list .lv2.curr dd {display:block;}
.list-column .dh-list .lv2 dd {display:none;
position: absolute;
left: 0;
top: 100%;
height: 70px;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
}
.list-column .dh-list .lv2 dd::-webkit-scrollbar {
/*滚动条整体样式*/
/*高宽分别对应横竖滚动条的尺寸*/
height: 20px;
}
.list-column .dh-list .lv2 dd::-webkit-scrollbar-thumb{
width:10px;
height:2px;
background:#063567;
border-radius : 10px;
}
.list-column .dh-list .lv2 dd::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
background : #ededed;
border-radius: 10px;
}
.list-column .dh-list .lv2 dd dl {
display: inline-block;
white-space: nowrap;
margin: 0 25px;
padding: 20px 0;
}
.list-column .dh-list .lv2 dd dl a {
position: relative;
display: block;
font-size: 1.125rem;
color: #333;
}
.list-column .dh-list .lv2 dd dl.curr a,
.list-column .dh-list .lv2 dd dl:hover a {
color: #063567;
font-weight: bold;
}
.list-column .dh-list .lv2 dd dl.curr a:before,
.list-column .dh-list .lv2 dd dl:hover a:before {
content: "";
display: block;
width: 5px;
height: 100%;
background: #063567;
position: absolute;
left: -20px;
top: 0;
}
.list-con {
min-height: 400px;
width: 100%;
background: #f1f0f0;
padding-top: 70px;
}
.list-con ul.list-text li {
position: relative;
overflow: hidden;
background: #fff;
padding: 28px 0;
margin-bottom: 20px;
}
.list-con ul.list-text li .date {
float: left;
background: none;
width: 145px;
text-align: center;
color: #063567;
}
.list-con ul.list-text li .date .day {
font-size: 1.875rem;
}
.list-con ul.list-text li .date .year {
font-size: 1.25rem;
}
.list-con ul.list-text li .text {
float: left;
width: calc(100% - 145px);
border-left: 1px solid #e2e7ed;
padding: 0 70px 0 45px;
}
.list-con ul.list-text li .tit {
display: block;
font-size: 1.375rem;
color: #333333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.list-con ul.list-text li .abst {
margin-top: 15px;
font-size: 0.875rem;
color: #888888;
line-height: 24px;
height: 48px;
text-indent: 2em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.list-con ul.list-text li:hover {
box-shadow: 0 0 25px 6px #c7c6c6;
}
.list-con ul.list-text li:hover a {
color: #063567;
font-weight: bold;
}
.list-con ul.list-pics {
overflow: hidden;
margin: 0 -20px;
}
.list-con ul.list-pics li {
width: 33.3%;
float: left;
margin-bottom: 50px;
}
.list-con ul.list-pics li a {
display: block;
margin: 0 20px;
background: #fff;
}
.list-con ul.list-pics li a .pic {
width: 100%;
padding-bottom: 56%;
position: relative;
overflow: hidden;
}
.list-con ul.list-pics li a .pic img {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.list-con ul.list-pics li a p {
font-size: 1rem;
text-align: center;
color: #333333;
padding: 15px 5px;
}
.list-con ul.list-pics li a:hover {
box-shadow: 0 0 20px 0 #c1c0c0;
background: #063567;
}
.list-con ul.list-pics li a:hover img {
transform: scale(1.05);
}
.list-con ul.list-pics li a:hover p {
color: #fff;
}
.list-con .tea-box {
background: #fff;
margin-bottom: 15px;
}
.list-con .tea-box p.tit {
padding: 20px 75px;
text-align: center;
font-size: 1.625rem;
color: #063567;
position: relative;
overflow: hidden;
}
.list-con .tea-box p.tit em {
width: 75px;
height: 100%;
position: absolute;
top: 0;
right: 0;
background: url(../images/jiantou1.png) center center no-repeat #d5e6f2;
cursor: pointer;
}
.list-con .tea-box ul {
display: none;
overflow: hidden;
margin: 0 -25px;
padding: 50px 50px 20px 50px;
border-top: 1px solid #f1f0f0;
}
.list-con .tea-box ul li {
float: left;
width: 20%;
margin-bottom: 30px;
}
.list-con .tea-box ul li a {
margin: 0 25px;
display: block;
background: #f1f0f0;
font-size: 1.125rem;
color: #333333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 55px;
text-align: center;
overflow: hidden;
}
.list-con .tea-box ul li:hover a {
background: #063567;
color: #fff;
}
.list-con .tea-box:last-child {
margin-bottom: 100px;
}
.list-con .tea-box.active p.tit em {
background: url(../images/jiantou2.png) center center no-repeat #d5e6f2;
}
.list-con .tea-box.active ul {
display: block;
}
.list-con .jg-box {
background: #fff;
margin-bottom: 20px;
}
.list-con .jg-box p.tit {
padding: 20px 75px 20px 145px;
text-align: left;
font-size: 1.625rem;
color: #063567;
position: relative;
overflow: hidden;
background: url(../images/ksxx-ico.png) 50px center no-repeat;
}
.list-con .jg-box p.tit em {
width: 75px;
height: 100%;
position: absolute;
top: 0;
right: 0;
background: url(../images/jiantou1.png) center center no-repeat #d5e6f2;
cursor: pointer;
}
.list-con .jg-box .info {
display: none;
position: relative;
border-top: 1px solid #f1f0f0;
padding: 50px 50px 50px 145px;
min-height: 130px;
}
.list-con .jg-box .info .zhizhe {
position: absolute;
top: 0;
left: 52px;
background: url(../images/ksjj.png) no-repeat;
width: 50px;
height: 128px;
font-size: 1.125rem;
color: #063567;
font-weight: bold;
line-height: 50px;
letter-spacing: 10px;
padding-top: 25px;
writing-mode: vertical-lr;
/*从左向右 从右向左是 writing-mode: vertical-rl;*/
writing-mode: tb-lr;
/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl;*/
}
.list-con .jg-box .info p {
text-indent: 0;
font-size: 1rem;
color: #444444;
line-height: 40px;
}
.list-con .jg-box ul {
display: none;
overflow: hidden;
padding: 0 50px 50px;
margin: 0 -10px;
}
.list-con .jg-box ul li {
width: 50%;
float: left;
margin-bottom: 10px;
}
.list-con .jg-box ul li .box {
display: block;
margin: 0 10px;
background: #fff;
border: 1px solid #d5d5d5;
overflow: hidden;
}
.list-con .jg-box ul li .pic {
float: left;
width: 150px;
height: 225px;
overflow: hidden;
position: relative;
}
.list-con .jg-box ul li .pic img {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.list-con .jg-box ul li .pic img:hover {
transform: scale(1.05);
}
.list-con .jg-box ul li .text {
float: right;
width: calc(100% - 185px);
}
.list-con .jg-box ul li .text p {
font-size: 1rem;
color: #444444;
padding: 8px 0;
}
.list-con .jg-box ul li .text p span {
font-weight: bold;
}
.list-con .jg-box ul li .text p.zc {
color: #0a2845;
font-size: 1.375rem;
}
.list-con .jg-box:last-child {
margin-bottom: 100px;
}
.list-con .jg-box.active p.tit em {
background: url(../images/jiantou2.png) center center no-repeat #d5e6f2;
}
.list-con .jg-box.active .info,
.list-con .jg-box.active ul {
display: block;
}
.list-con .pages {
margin-bottom: 70px;
}
.list-con .leader-list {
overflow: hidden;
padding-bottom: 60px;
margin: 0 -18px;
}
.list-con .leader-list li {
width: 100%;
float: left;
margin-bottom: 30px;
}
.list-con .leader-list li .box{
display: block;
margin: 0 18px;
padding: 30px;
background: #fff;
overflow: hidden;
}
.list-con .leader-list .box1{width:50%;float:left;}
.list-con .leader-list .box2{width:50%;float:right;}
.list-con .leader-list li .pic {
float: left;
width: 180px;
height: 270px;
overflow: hidden;
position: relative;
}
.list-con .leader-list li .pic img {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.list-con .leader-list li .pic img:hover {
transform: scale(1.05);
}
.list-con .leader-list li .text {
float: right;
width: calc(100% - 220px);
}
.list-con .leader-list li .text p {
font-size: 1rem;
color: #444444;
padding: 12px 0;
}
.list-con .leader-list li .text p span {
font-weight: bold;
}
.list-con .leader-list li .text p.tit {
color: #0a2845;
font-size: 1.625rem;
}
.list-con .jcrc-list {
background: #fff;
padding: 20px 30px 70px;
overflow: hidden;
}
.list-con .jcrc-list .jcrc-tit {
background: url(../images/jcrc-tit-bg.png) left no-repeat;
background-size: auto 100%;
line-height: 42px;
padding-left: 20px;
font-size: 1.625rem;
color: #063567;
margin-bottom: 38px;
margin-top: 10px;
overflow: hidden;
}
.list-con .jcrc-list ul.pics {
overflow: hidden;
margin: 0 -5px;
}
.list-con .jcrc-list ul.pics li {
width: 20%;
float: left;
margin-bottom: 30px;
}
.list-con .jcrc-list ul.pics li a {
display: block;
margin: 0 25px;
background: #f1f0f0;
}
.list-con .jcrc-list ul.pics li .pic {
width: 100%;
padding-bottom: 112%;
overflow: hidden;
position: relative;
}
.list-con .jcrc-list ul.pics li .pic img {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.list-con .jcrc-list ul.pics li .tit {
text-align: center;
line-height: 55px;
font-size: 1.125rem;
color: #333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.list-con .jcrc-list ul.pics li:hover a {
background: #063567;
}
.list-con .jcrc-list ul.pics li:hover img {
transform: scale(1.05);
}
.list-con .jcrc-list ul.pics li:hover .tit {
color: #fff;
}
.list-con .jcrc-list ul.text {
overflow: hidden;
}
.list-con .jcrc-list ul.text li {
float: left;
width: 25%;
margin-bottom: 30px;
}
.list-con .jcrc-list ul.text li a {
display: block;
margin: 0 20px;
overflow: hidden;
background: #f1f0f0;
padding: 15px 0;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.list-con .jcrc-list ul.text li:hover a {
background: #063567;
color: #fff;
}
/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
content: "";
position: absolute;
}
.bottom-inOutSpread:after {
border-bottom: 1px solid #0080ca;
left: 51%;
right: 51%;
bottom: 0;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
-webkit-transition-duration: 200ms;
-moz-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.bottom-inOutSpread:hover:after {
left: 0%;
right: 0%;
}
.bottom-inOutSpread:not(:hover):after {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
/* 列表线条动画结束 */
/* 正文页 */
.article-con {
overflow: hidden;
padding: 50px 58px 70px 65px;
background: #fff;
}
.article-con h1 {
font-size: 1.875rem;
line-height: 1.5;
text-align: center;
margin-bottom: 10px;
font-weight: normal;
color: #063567;
}
.article-con h2 {
font-size: 1.5rem;
line-height: 1.5;
text-align: center;
font-weight: normal;
margin-bottom: 10px;
font-weight: 300;
color: #333333;
}
.article-con .info {
position: relative;
line-height: 1.2;
text-align: center;
padding-bottom: 20px;
border-bottom: 1px solid #e9e8e8;
}
.article-con .info span {
font-size: 1.125rem;
color: #777777;
text-align: center;
word-break:break-all;
}
.article-con .article-text {
padding: 15px 0;
font-size: 1rem;
line-height: 2;
color: #333333;
border-bottom: 1px solid #e9e8e8;
}
.article-con .article-text p {
text-indent: 2em;
padding-bottom: 20px;
}
.article-con .article-text p img,
.article-con .article-text p video {
margin-left: -2em;
max-width: 100%;
height: auto !important;
}
.updown {
overflow: hidden;
margin-top: 25px;
}
.updown ul li {
font-size: 1.125rem;
padding: 8px 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.updown ul li a {
color: #333333;
}
.updown ul li:hover {
transform: translateX(5px);
}
.updown ul li:hover a {
color: #0a2845;
}
/* 正文表格P不缩进 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
text-indent: 0;
padding: 0;
}
.jcrc-con {
overflow: hidden;
padding: 30px 30px 70px 30px;
background: #fff;
}
.jcrc-con h1 {
font-size: 1.875rem;
line-height: 1.5;
text-align: center;
margin-bottom: 10px;
font-weight: normal;
color: #063567;
background: url(../images/jcrc-h1-bg.png) no-repeat;
background-size: 100% 100%;
}
.jcrc-con h2 {
font-size: 1.5rem;
line-height: 1.5;
text-align: center;
font-weight: normal;
margin-bottom: 10px;
font-weight: 300;
color: #333333;
}
.jcrc-con .article-text {
margin-top: 30px;
font-size: 1rem;
line-height: 2;
color: #333333;
}
.jcrc-con .article-text p {
text-indent: 2em;
padding-bottom: 0px;
}
.jcrc-con .article-text p img,
.jcrc-con .article-text p video {
margin-left: -2em;
max-width: 100%;
height: auto !important;
}
.jcrc-con .article-text table p {
text-indent: 0;
padding: 0;
}