@charset "utf-8"; html {
    font-size: 16px;
}

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: #16467c;
}

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;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

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;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    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 {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#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 {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    width: 100%;
    z-index: 9;
    height: 120px;
    padding: 20px 5%;
    background: #227dd8;
}

.header .logo {
    position: absolute;
    top: 20px;
    left: 5%;
}

.header .top-right {
    float: right;
}

.header .top-links {
    position: absolute;
    top: 24px;
    right: 5%;
}

.header .top-links a {
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.header .top-links a:after {
    content: "";
    height: 10px;
    width: 0;
    top: 6px;
    position: absolute;
    right: -2px;
    border-left: 1px solid #fff;
}

.header .top-links #search:after {
    display: none;
}

/* 搜索 */
.cover-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.cover-box .closebtn {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 14px;
    height: 14px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1;
}

.ss {
    margin: 140px auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
    position: relative;
}

.ss .text {
    transition: 0.3s;
    width: calc(100% - 60px);
    height: 32px;
    font-size: .875rem;
    border-radius: 4px;
    padding: 0 10px;
    color: #333;
    position: relative;
    z-index: 1;
}

.ss .sub {
    display: block;
    width: 18px;
    height: 18px;
    z-index: 2;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

/* 导航 */
.navbar {
    position: relative;
    margin-top: 45px;
    float: right;
    margin-right: -20px;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
    text-align: right;
}

.navbar .navbar-nav > li {
    position: relative;
    float: left;
    font-size: 1.25rem;
    display: block;
    position: relative;
    text-align: center;
    padding: 0 15px 28px;
}

.navbar .navbar-nav > li > a {
    color: #ffffff;
}

.navbar .navbar-nav > li:hover > a {
    font-weight: bold;
}

.navbar .navbar-nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-child:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 5px;
    left: 50%;
    top: -7px;
    background: url(../images/nav-top.png) no-repeat;
    background-size: 100% 100%;
}

.navbar .nav-child {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -2px;
    transform: translateX(-50%);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #bc2b2a;
    background: #3681c6;
    transition: opacity 0.15s;
}

.navbar .nav-child > li {
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 22px;
}

.navbar .nav-child > li a {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 0.9375rem;
    color: #fff;
}

.navbar .nav-child > li a:hover {
    background-color: rgba(0, 0, 0, 0.32);
    color: #fff;
}

/* 浮动导航 */
.header2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #2d82dd;
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
    overflow: hidden;
    position: relative;
}

.banner .silderBanner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.banner .silderBanner img {
    width: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.banner .silderBanner .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.banner .silderBanner .tit p {
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .silderBanner img:hover {
    transform: scale(1.05);
}

.banner .silderBanner .slick-list {
    overflow: initial;
}

.banner .silderBanner .slick-slide {
    position: relative;
    overflow: hidden;
}

.banner .silderBanner .slick-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.banner .silderBanner .slick-slide.slick-active:after {
    display: none;
}

.banner .silderBanner .slick-arrow {
    width: 37px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 9;
    cursor: pointer;
}

.banner .silderBanner .slick-arrow.slick-prev {
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.banner .silderBanner .slick-arrow.slick-next {
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.banner .silderBanner .slick-arrow:hover {
    opacity: 0.8;
}

/* banner焦点图结束 */
/* 中部版块 */
.index-tit {
    margin-bottom: 35px;
}

.index-tit h4 {
    font-weight: normal;
    position: relative;
    float: left;
}

.index-tit p {
    position: relative;
    z-index: 1;
    font-size: 1.75rem;
    color: #000000;
}

.index-tit p span {
    color: #227dd8;
}

.index-tit h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 17px;
    border-radius: 25px;
    background: #bfd9f4;
    left: 0;
    bottom: -7px;
    z-index: 0;
}

.index-tit .index-more {
    float: right;
    margin-top: 8px;
}

.index-tit .index-more:hover img {
    transform: scale(1.05);
}

.row1 {
    padding: 45px 0 30px;
    background: url(../images/row1-bg.png) bottom center no-repeat;
    background-size: cover;
}

.row1 .c1 {
    width: 64%;
    float: left;
    overflow: hidden;
}

.row1 .c2 {
    width: 31%;
    float: right;
}

.index-newspics {
    overflow: hidden;
    margin: 0 -15px;
    padding-bottom: 28px;
    border-bottom: 1px solid #cccccc;
}

.index-newspics .item {
    width: 50%;
    float: left;
}

.index-newspics .box {
    margin: 0 15px;
    overflow: hidden;
    padding-top: 5px;
    padding-right: 5px;
    position: relative;
}

.index-newspics .pic {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.index-newspics .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-newspics .pic img:hover {
    transform: scale(1.05);
}

.index-newspics .box:before {
    content: "";
    position: absolute;
    width: 78px;
    height: 104px;
    background: #227dd8;
    top: 0;
    right: 0;
}

.index-newspics .text {
    margin-top: 20px;
}

.index-newspics .text .tit {
    margin-bottom: 15px;
    font-size: 0.9375rem;
    color: #000000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -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-newspics .text .abst {
    font-size: 0.8125rem;
    color: #808080;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}

.index-newspics .text .date {
    margin-top: 15px;
    color: #227dd8;
    font-size: 0.8125rem;
}

.index-newspics .text .more {
    position: absolute;
    display: block;
    bottom: 2px;
    right: 5px;
}

.index-newspics .text .tit:hover {
    color: #227dd8;
}

.index-newspics .text .more:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.index-newstxt {
    overflow: hidden;
    margin: 30px -15px 0;
}

.index-newstxt .item {
    width: 50%;
    float: left;
    margin-bottom: 37px;
}

.index-newstxt .box {
    margin: 0 15px;
    overflow: hidden;
    position: relative;
    height: 75px;
}

.index-newstxt .tit {
    position: relative;
    padding-left: 12px;
}

.index-newstxt .tit .date {
    padding: 13px 0 10px;
    font-size: 0.8125rem;
    color: #227dd8;
}

.index-newstxt .tit a {
    display: block;
    color: #333333;
    font-size: 0.9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -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-newstxt .tit:before {
    content: "";
    width: 40px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/news-date.png) no-repeat;
    background-size: 100% 100%;
}

.index-newstxt .abst {
    margin-top: 30px;
    font-size: 0.8125rem;
    color: #808080;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}

.index-newstxt .tit:hover a {
    color: #227dd8;
    transform: translateX(5px);
}

.index-notice li a {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 10px 0 #efefef;
    padding: 17px 35px;
    margin-bottom: 20px;
    overflow: hidden;
}

.index-notice li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 20px;
    height: 5px;
    background: #227dd8;
}

.index-notice .date {
    font-size: 0.9375rem;
    color: #227dd8;
}

.index-notice .tit {
    margin-top: 15px;
    font-size: 0.9375rem;
    color: #333333;
    line-height: 24px;
    height: 48px;
    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;
}

.index-notice li a:hover {
    background: #e8eff7;
}

.index-notice li a:hover:before {
    width: 5px;
    height: 100%;
    top: 0;
}

.row2 {
    padding: 45px 0;
    background: #f2f2f2;
}

.ksdh-list {
    overflow: hidden;
    margin: 0 -12px;
}

.ksdh-list li {
    float: left;
    width: 14.25%;
}

.ksdh-list li:first-child {
    width: 43%;
}

.ksdh-list a {
    display: block;
    margin: 0 12px;
    border-radius: 10px;
    overflow: hidden;
}

.ksdh-list a img {
    width: 100%;
}

.ksdh-list a img:hover {
    transform: scale(1.02);
}

.row3 {
    padding: 45px 0;
}

.index-people ul {
    overflow: hidden;
    margin: 0 -15px;
}

.index-people li {
    float: left;
    width: 33.3%;
}

.index-people .box {
    margin: 0 15px;
}

.index-people .box .pic {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.index-people .box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-people .box .pic img:hover {
    transform: scale(1.05);
}

.index-people .box .tit {
    margin-top: 18px;
    padding-left: 26px;
    background: url(../images/people-ico.png) left center no-repeat;
}

.index-people .box .tit a {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 0.9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -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-people .box .tit a:hover {
    color: #227dd8;
    transform: translateX(5px);
}

.row4 {
    padding: 40px 0;
    background: #f2f2f2;
}

.index-cgzs ul {
    margin: 0 -15px;
}
.index-cgzs ul .slick-list{overflow:hidden;}
.index-cgzs li {
    float: left;
    width: 33.3%;
}

.index-cgzs .box {
    margin: 0 15px;
    border-bottom: 2px solid #227dd8;
}

.index-cgzs .box .pic {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.index-cgzs .box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-cgzs .box .pic img:hover {
    transform: scale(1.05);
}

.index-cgzs .box .tit {
    margin: 15px 0;
    text-align: center;
}

.index-cgzs .box .tit a {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 0.9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-cgzs .box .tit a:hover {
    color: #227dd8;
}

.index-cgzs .slick-arrow {
    position: absolute;
    width: 13px;
    height: 22px;
    top: 50%;
    margin-top: -41px;
    overflow: hidden;
    text-indent: 999px;
    cursor: pointer;
}

.index-cgzs .slick-arrow.slick-prev {
    background: url(../images/people-left.png) no-repeat;
    background-size: 100% 100%;
    left: -30px;
}

.index-cgzs .slick-arrow.slick-next {
    background: url(../images/people-right.png) no-repeat;
    background-size: 100% 100%;
    right: -30px;
}

.row5 {
    padding: 50px 0 10px;
    background: url(../images/row5-bg.png) bottom no-repeat;
    background-size: cover;
}

.row5 .c1 {
    width: 592px;
    float: left;
}

.row5 .c2 {
    width: 556px;
    float: right;
}

.index-partpics .box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index-partpics .pic {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.index-partpics .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-partpics .pic img:hover {
    transform: scale(1.05);
}

.index-partpics .date {
    position: absolute;
    width: 67px;
    height: 57px;
    background: #227dd8;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    color: #ffffff;
}

.index-partpics .date .day {
    font-size: 1.625rem;
}

.index-partpics .date .year {
    font-size: 0.8125rem;
}

.index-partpics .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.5);
}

.index-partpics .tit a {
    display: block;
    font-size: 0.9375rem;
    color: #fff;
    margin-left: 18px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-partpics .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.index-partpics .slick-dots li {
    float: left;
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.index-partpics .slick-dots li button {
    display: none;
}

.index-partpics .slick-dots li.slick-active {
    background: #227dd8;
}

.index-partytxt li {
    overflow: hidden;
    margin-bottom: 45px;
}

.index-partytxt li .date {
    float: left;
    width: 105px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #c3c6c9;
    font-size: 0.8125rem;
    color: #333333;
}

.index-partytxt li .text {
    float: right;
    width: calc(100% - 125px);
}

.index-partytxt li .tit {
    display: block;
    font-size: 0.9375rem;
    color: #333333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -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-partytxt li .abst {
    margin-top: 10px;
    font-size: 0.8125rem;
    color: #808080;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-partytxt li:hover .date {
    color: #fff;
    background: #227dd8;
}

.index-partytxt li:hover .tit {
    color: #227dd8;
    transform: translateX(5px);
}

/* 中部版块 */
/* 底部 */
.footer {
    padding: 30px 0 20px;
    background: #227dd8;
}

.footer .foot-logo {
    float: left;
}

.footer .contact {
    float: left;
    margin-left: 35px;
}

.footer .contact p {
    font-size: 1rem;
    line-height: 32px;
    color: #fff;
}

.footer .ewm {
    float: right;
}

.footer .ewm li {
    float: left;
    margin-left: 15px;
}
.footer .ewm li img{width:100px;}
.cory {
    padding: 20px 0;
    background: #1c6ab7;
}

.cory p {
    font-size: 0.9375rem;
    color: #fff;
    text-align: center;
}

/* 列表页 */
/* 列表banner */
.list-banner {
    overflow: hidden;
    position: relative;
}

.list-banner img {
    width: 100%;
}

.list-page {
    min-height: 600px;
    margin-top: 60px;
    margin-bottom: 40px;
}

/* 左侧导航 */
.left-nav {
    width: 260px;
    float: left;
    position: relative;
    z-index: 9;
}

.left-nav .column {
    padding: 20px;
    width: 100%;
    background: #1264b7;
}

.left-nav .column h2 {
    text-align: center;
    font-size: 1.625rem;
    color: #fff;
    font-weight: bold;
}

.left-nav .sideMenu {
    background: #227dd8;
}

.left-nav .sideMenu li {
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.left-nav .sideMenu li > a {
    display: block;
    background: url(../images/leftnav-ico1.png) 15px center no-repeat;
    font-size: 1.125rem;
    color: #fff;
    text-align: left;
    padding: 20px 35px;
}

.left-nav .sideMenu i {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(../images/leftnav-ico2.png) center no-repeat;
}

.left-nav .sideMenu dl {
    padding: 10px 35px;
    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    font-size: 1rem;
    color: #fff;
    font-size: .9375rem;
    padding: 7px 0 7px 15px;
    background: url(../images/leftnav-ico4.png) left center no-repeat;
}

.left-nav .sideMenu dl dd a:before {
    display: none !important;
}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    font-weight: bold;
}

.left-nav .sideMenu li.current > a, .left-nav .sideMenu li:hover > a {
    background: url(../images/leftnav-ico1.png) 15px center no-repeat #1264b7;
    font-weight: bold;
}

.left-nav .sideMenu li.current i, .left-nav .sideMenu li:hover i {
    background: url(../images/leftnav-ico3.png) center right no-repeat;
}

.left-nav .sideMenu li.current dl {
    display: block;
}

.left-nav.nosub {
    padding-bottom: 172px;
    background: url(../images/leftnav-bg.png) bottom center no-repeat;
}

/* 右边内容区域 */
.right-con {
    width: calc(100% - 310px);
    float: right;
}

.location {
    padding: 12px 0;
    overflow: hidden;
    background: #e8f0f9;
    line-height: 28px;
}

.location .tit {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
    color: #0d6aca;
    float: left;
    padding-left: 25px;
}

.location .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background: #227dd8;
}

.location .weizhi {
    float: right;
    font-size: .875rem;
    color: #888888;
    padding: 0 22px;
    background: url(../images/home.png) left center no-repeat;
}

.location .weizhi a {
    color: #909bae;
}

.list-con {
    width: 100%;
    margin-top: 30px;
}

.list-con .list-text li {
    line-height: 119px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    -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;
}

.list-con .list-text .date {
    float: left;
    color: #227dd8;
    text-align: left;
    line-height: 20px;
    margin-top: 40px;
}

.list-con .list-text .date .day {
    font-size: 1.25rem;
}

.list-con .list-text .date .year {
    font-size: .875rem;
    position: relative;
}

.list-con .list-text .date .year:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #227dd8;
    right: 0;
    top: 10px;
}

.list-con .list-text .tit {
    float: right;
    width: calc(100% - 105px);
    font-size: 1.125rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-con .list-text li:hover {
    border-bottom: none;
    background: #227dd8;
    padding-left: 28px;
}

.list-con .list-text li:hover .date {
    color: #fff;
}

.list-con .list-text li:hover .tit {
    color: #fff;
    font-weight: bold;
}

.list-con .list-text li:hover .year:after {
    background: #fff !important;
}

.list-con .list-news {
    margin-top: -40px;
}

.list-con .list-news li {
    border-bottom: 1px solid #d9d9d9;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.list-con .list-news .pic {
    float: left;
    position: relative;
    width: 250px;
    height: 140px;
    overflow: hidden;
}

.list-con .list-news .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-con .list-news .text {
    float: right;
    width: calc(100% - 278px);
}

.list-con .list-news .text .tit {
    display: block;
    color: #333333;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -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;
}

.list-con .list-news .text .abst {
    margin-top: 20px;
    font-size: .8125rem;
    color: #808080;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-con .list-news .text .date {
    margin-top: 15px;
    color: #808080;
    font-size: .875rem;
    padding-left: 30px;
    background: url(../images/date.png) left center no-repeat;
}

.list-con .list-news li:hover .tit {
    color: #227dd8;
    transform: translateX(5px);
}

.list-con .list-news li:hover img {
    transform: scale(1.05);
}

.list-con .pic-pages {
    overflow: hidden;
    margin: 0 -18px;
}

.list-con .pic-pages li {
    float: left;
    width: 24.3%;
    margin-bottom: 30px;
}

.list-con .pic-pages li a {
    display: block;
    overflow: hidden;
    margin: 0 18px;
}

.list-con .pic-pages .pic {
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.list-con .pic-pages .pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.list-con .pic-pages p {
    text-align: left;
    margin-top: 15px;
    font-size: .9375rem;
    padding-left: 30px;
    background: url(../images/people-ico.png) left center no-repeat;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-con .pic-pages li:hover img {
    transform: scale(1.05);
}

.list-con .pic-pages li:hover p {
    color: #227dd8;
}

.list-con .list-teacher {
    overflow: hidden;
    margin: 0 -25px;
}

.list-con .list-teacher li {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.list-con .list-teacher .box {
    margin: 0 25px;
    overflow: hidden;
    background: #f2f2f2;
    padding: 13px;
    position: relative;
}

.list-con .list-teacher .pic {
    float: left;
    width: 120px;
    height: 185px;
    position: relative;
    overflow: hidden;
}

.list-con .list-teacher .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-con .list-teacher .pic img:hover {
    transform: scale(1.05);
}

.list-con .list-teacher .text {
    float: right;
    padding-right: 15px;
    width: calc(100% - 147px);
}

.list-con .list-teacher .text .abst {
    color: #666666;
    font-size: .875rem;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.list-con .list-teacher .text .more {
    float: left;
    margin-top: 10px;
}

.list-con .list-teacher .tit {
    position: absolute;
    display: block;
    width: 87px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(../images/teacher-tit.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.0625rem;
    left: 0;
    bottom: 32px;
}

.list-con .list-teacher .box:hover {
    background: #d7eafc;
}

.list-con .pages {
    margin-top: 40px;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    /*滚动条整体样式*/
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 5px;
}

::-webkit-scrollbar-thumb {
    width: 5px;
    height: 2px;
    background: #063567;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}

/* 列表线条动画 */
.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 {
    margin-top: 10px;
    overflow: hidden;
}

.article-con h1 {
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444444;
}

.article-con h2 {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333333;
}

.article-con .info {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    line-height: 1.2;
    text-align: center;
    font-size: .9375rem;
    color: #999999;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}

.article-con .info span {
    margin: 0 10px;
}

.article-con .article-text {
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 2.125rem;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.article-con .article-text p {
    text-indent: 2em;
    padding-bottom: 10px;
}

.article-con .article-text p img, .article-con .article-text p video {
    margin-left: -2em;
    max-width: 100%;
    height: auto !important;
}

.article-con .article-text p.vsbcontent_img img {
    margin-left: 0 !important;
}

.updown {
    overflow: hidden;
    margin-top: 25px;
}

.updown a {
    display: block;
    font-size: 1.125rem;
    color: #555555;
    padding: 5px 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 a:hover {
    transform: translateX(5px);
    color: #227dd8;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
    text-indent: 0;
    padding: 0;
}

.news-latest {
    float: right;
    width: 320px;
    padding: 40px 23px;
}

.news-latest .tit {
    padding: 20px 0;
    background: #315d91;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
}

.news-latest ul {
    overflow: hidden;
    margin-top: 20px;
}

.news-latest ul li {
    padding: 10px 0 15px 15px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.news-latest ul li a {
    font-size: 1rem;
    line-height: 26px;
    color: #333333;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-latest ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #315d91;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 22px;
}

.news-latest ul li:hover a {
    color: #315d91;
}
