@charset "utf-8"; body {
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333333;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    outline: none !important;
}

img {
    max-width: 100%;
    border: none;
    -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;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, button, select, p {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    outline: none;
    background: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    content: "";
    display: block;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 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(../img/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../img/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../img/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../img/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 {
    background: url() no-repeat #01448b;
    padding: 20px 0;
}

.logo {
    float: left;
}

.top-link {
    text-align: right;
}

.top-link a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}

.search-box {
    float: right;
    margin-top: 15px;
    height: 40px;
    width: 250px;
    border-radius: 20px;
    border: 1px solid #6a91bb;
}

.search-box .text {
    float: left;
    font-size: 15px;
    padding-left: 15px;
    line-height: 38px;
    height: 38px;
    width: calc(100% - 45px);
    background: none;
    color: #fff;
}

.search-box .sub {
    float: right;
    width: 21px;
    height: 21px;
    margin: 6px 10px 0 0;
    cursor: pointer;
}

.nav-bar {
    background: #fff;
}

.nav .nLi {
    padding: 13px 32px;
    float: left;
    text-align: center;
    position: relative;
}

.nav .nLi > a {
    padding: 0 20px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.nav .nLi.current > a, .nav .nLi:hover > a {
    background: #2785dd;
    color: #fff;
    border-radius: 20px;
}

.nav .subNav:before {
    content: "";
    width: 15px;
    height: 7px;
    background: url(../img/nav-top-ico.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
}

.nav .subNav {
    display: none;
    top: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.64);
    text-align: center;
    z-index: 99;
}

.nav .subNav li {
    padding: 12px 5px;
    line-height:22px;
}

.nav .subNav li a {
    font-size: 15px;
    color: #fff;
}

.nav .subNav li.current, .nav .subNav li:hover {
    background: #01448b;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f6f6f6;
}

.banner img {
    width: 100%;
    height: auto;
    -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 img:hover {
    transform: scale(1.05);
}

.banner .slick-slide {
    position: relative;
}

.banner .title {
    position: absolute;
    width: 100%;
    padding: 50px 30px 20px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
    left: 0;
    bottom: 0;
}

.banner .title p {
    width: 70%;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 100px;
}

.banner .slick-dots li {
    float: left;
    width: 14px;
    height: 14px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 7px;
    cursor: pointer;
}

.banner .slick-dots li.slick-active {
    background: #fff;
}

.banner .slick-dots li button {
    display: none;
}

.banner .more {
    line-height: 15px;
    font-size: 14px;
    color: #fff;
    display: block;
    border-left: 1px solid #fff;
    padding-left: 20px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 9;
}

.banner .slick-prev {
    text-indent: 999px;
    overflow: hidden;
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 9;
    left: 2%;
    top: 50%;
    margin-top: -26px;
    background: url(../img/banner-left.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.banner .slick-next {
    text-indent: 999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    right: 2%;
    top: 50%;
    margin-top: -20px;
    background: url(../img/banner-right.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.banner .slick-prev:hover, .banner .slick-next:hover {
    opacity: 0.8;
}

.lanbj{background: url(../img/i2.jpg) no-repeat right bottom #f8fafc;padding:30px 30px 10px 30px;}

.tongji {}
.tongji a{float:left;margin:0 0 0 50px;font-size:18px;}
.tongji .index-title{float:left;}


.i3-title {
    overflow: hidden;
    line-height: 28px; margin: 15px 0 10px 0;
   
}

/* main-box */
.index-title {
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 15px; padding-bottom:10px;
}


.index-title h2, .i3-title h2{
    float: left;
    padding-left: 15px;
    border-left: 5px solid #114984;
    font-size: 26px;
    font-weight: bold;
}

.index-title h2 span, .i3-title h2 span {
    color: #114984
}

.index-title .index-more, .i3-title .index-more {
    float: right;
    font-size: 13px;
    color: #777777;
}

.index-title .index-more:hover {
    color: #114984;
}

/* row1 */
.row1 {
    padding: 47px 0;
}

.row1 .left {
    float: right;
    width: 66%;
    /* overflow: hidden; */
}

.row1 .right {
    float: left;
    width: 32%;
}

.row1 .title {
    margin: 0 auto;
    width: 170px;
    height: 50px;
    border: 1px solid #2785dd;
    position: relative;
    line-height: 50px;
    text-align: center;
}

.row1 .title h2 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.row1 .title h2 span {
    color: #114984;
}

.row1 .title h2:before {
    content: "";
    width: 5px;
    height: 27px;
    background: #2785dd;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -14px;
}

.row1 .title h2:after {
    content: "";
    width: 5px;
    height: 27px;
    background: #2785dd;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -14px;
}

.index-gzdt {
    width: 100%;
    position: relative;
}

.index-gzdt .slick-list {
    margin: 0 -10px;
    padding-top: 10px;
}

.index-gzdt .box {
    margin: 0 10px;
    
}

.index-gzdt .pic {
    width: 100%;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
}

.index-gzdt .pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.index-gzdt .pic img:hover {
    transform: scale(1.05);
}

.index-gzdt .text {
    padding: 55px 25px 23px 23PX;
    position: relative;
	background:url(../img/i1.jpg) no-repeat;background-size: 100% 100%;
}

.index-gzdt .text:hover {
background: url(../img/listbgactive.png) no-repeat left top;
        background-size: 100% 100%;
}


.index-gzdt .text .xi_activeitem {
  width: calc(100% / 4 - 30px);
  background: url(../img/xi/listbg.png) no-repeat left top;
  background-size: 100% 100%;
  border-left: 5px #d8b95a solid;
  padding: 20px 15px;
  margin-right: 40px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}


.index-gzdt .date {
    position: absolute;
    top: 17px;
    left:40px;
    font-family: sans-serif;
    font-size: 13px;
    text-align: right;
    padding-right: 7px;
    color: #20609c;
    overflow: hidden;
}



.index-gzdt .date .year {
    font-size: 14px;
}

.index-gzdt .tit {
    display: block;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -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-gzdt .more {
    display: block;
    font-size: 14px;
    color: #999999;
    padding-left: 30px;
    line-height: 22px;
    background: url(../img/gzdt-more1.png) left center no-repeat;
    margin-top:25px;
    -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-gzdt .box:hover {
   
  
}

.index-gzdt .box:hover .date{
   color: #fff;
}

.index-gzdt .box:hover .tit {
    color: #fff;
}

.index-gzdt .box:hover .more {
    color: #fff;
    background: url(../img/gzdt-more2.png) left center no-repeat;
}

.index-gzdt .slick-prev {
    text-indent: 999px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 9;
    left: -80px;
    top: 50%;
    margin-top: -22px;
    background: url(../img/news-left.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.index-gzdt .slick-next {
    text-indent: 999px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 9;
    right: -80px;
    top: 50%;
    margin-top: -22px;
    background: url(../img/news-right.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.index-gzdt .slick-prev:hover {
    background: url(../img/news-left-on.png) no-repeat;
    background-size: 100% 100%;
}

.index-gzdt .slick-next:hover {
    background: url(../img/news-right-on.png) no-repeat;
    background-size: 100% 100%;
}

.middle-pic {
    overflow: hidden;
    float: left;
    width: 38%;
    margin-left: 1%;
}

.middle-pic .box {
    float: left;
    width: 100%;
    margin-bottom: 40.8px;
}

.middle-pic .box a {
    display: block;
    /* margin: 0 25px; */
    overflow: hidden;
}

.row3 {
    padding: 30px 0 40px;
    background: url() bottom center no-repeat;
}

.row3 .left {
    width: 37%;
    float: left;
}

.row3 .right {
    width: 23%;
    float: right;
}

.row3 .links li {
    width: 100%;
    background: #2785dd;
    padding: 0 30px;
    margin-bottom: 10px;
    position: relative;
}

.row3 .links li > a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding-right: 30px;
    background: url(../img/links-ico.png) right center no-repeat;
}

.row3 .links dl {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    background: #ddecfa;
    z-index: 9;
}

.row3 .links dl a {
    font-size: 15px;
    color: #333;
    line-height: 24px;
}

.row3 .links dl.active {
    display: block;
}

.row3 .contact {
    overflow: hidden;
    padding: 10px 10px 0 30px;
}

.row3 .contact .text {
    float: left;
}

.row3 .contact .text p {
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}

.row3 .contact .text p span {
    font-weight: bold;
}

.row3 .contact .ewm {
    float: right;
    width: 112px;
    height: 112px;
}

.row3 .contact .ewm img {
    width: 112px;
    height: 112px;
}

/* 底部 */
.footer {
    background: #015293;
    padding: 25px 0;
}

.footer .cory {
    float: left;
    padding:30px 0 10px 120px;
    background:url(../img/footer-logo.png)  left center no-repeat;
}

.footer .cory dl {
    color: #fff;    text-align: left;      display: inline-block; margin:10px 30px;width:250px;
}

.footer .cory dt {
    font-size: 20px; display:list-item;  color: #fff;    text-align: left;    line-height:30px;
}
.footer .cory a {
    font-size: 14px;  line-height:22px;
}



.footer .ewm {
    float: right;
    width: 100px;
}

.footer .ewm p {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
}

/* 二级页面 */
.list-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.list-banner img {
    width: 100%;
}

.list-page {
    padding: 50px 0;
    min-height: 500px;
}



/* 左侧导航 */
.left-nav {
    width: 255px;
    float: left;
}

.left-nav .column {
      background: linear-gradient(rgb(6, 36, 109), rgb(26, 61, 145));
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

	color:#fff;
    line-height: 90px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.left-nav .sideMenu {
 
   box-shadow: rgb(221, 221, 221) 0px 5px 5px;
    background: #fff;
}

.left-nav .sideMenu li {

}

.left-nav .sideMenu li > a {
    display: block;
   
    color: rgb(153, 153, 153);
    font-size: 20px;
    font-weight: bold;
    border-top: 0px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(246, 234, 234);
    background: url(../img/lbjt2.png) 85% center no-repeat;
    position: relative;
	line-height: 50px;
    text-align: center;
    padding: 5px 0px;
}

.left-nav .sideMenu dl {
  background: rgb(0, 78, 161);    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    font-size: 16px; line-height:50px;
    color: #fff;
       background: url(../img/lbjt3.png) 92% center no-repeat rgb(20, 47, 134);
	       border-bottom: 1px solid rgb(246, 234, 234);
		   border-top: 1px solid rgb(238, 238, 238);
    margin-top: -1px;
    text-align: center;

}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    
    font-weight: bold;
    color: #fff;
}

.left-nav .sideMenu li.current > a, .left-nav .sideMenu li:hover > a {
    color: #fff;
    font-weight: bold;
    background: url(../images/left-nav-ico2.png) 178px center #2785dd no-repeat;
}

.left-nav .sideMenu li.current dl {
    display: block !important;
}

/* 左侧导航 */


.col_menu {width: 20%;float:left;margin-right:-240px;}
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: linear-gradient(#06246d,#1a3d91);border-top-right-radius: 15px;border-top-left-radius: 15px;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:90px;font-size: 24px;font-weight: bold;text-align: center;}/**栏目名称图标**/
.col_menu .col_menu_con{box-shadow: 0px 5px 5px #ddd;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { display:block;color:#999999;font-size: 20px;font-weight:bold;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;background: url("../img/lbjt2.png") no-repeat 85% center;}
.col_list .wp_listcolumn .wp_column a .column-name{line-height:50px;display: block;text-align: center;padding: 5px 0px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#ffffff; background:#142f86 url("../img/lbjt3.png") no-repeat 85% center; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #ffffff;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#ffffff;border-top:1px solid #eee;margin-top:-1px;text-align: center;}
.col_list .wp_listcolumn .sub_list a .column-name {font-weight: normal;font-size: 18px;display:inline-block;line-height: 35px;padding: 5px 0px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#ffffff;}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;}
 .sub_list {
    background: #004ea1;
}
/**栏目新闻**/



/* 右边内容区域 */
.right-con {
    width: 905px;
    float: right;
}

/* 当前栏目 */
.curr-column {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.curr-column p {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #114984;border-left: 5px solid rgb(17, 73, 132);padding-left: 15px;
}

/* 当前位置 */
.location {
    float: right;
    background: url(../img/home.png) left center no-repeat;
    padding-left: 20px;
    margin-top: 15px;
    color: #888888;
    font-size: 14px;
}

.location a {
    color: #888888;
}

.page-con {
    margin-top: 20px;
}

/* 列表页 */
.list-text {
    overflow: hidden;
}

.list-text li {
    line-height: 60px;
    border-bottom: 1px solid #dedcdc;
    overflow: hidden;
}

.list-text li .date {
    float: right;
    font-size: 16px;
    color: #888888;
}

.list-text li a.tit {
    float: left;
    position: relative;
    font-size: 16px;
    width: 800px;
    color: #333333;
    padding-left: 35px;
    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-text li a.tit:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #6eade8;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -3px;
}

.list-text li:hover {
    border-bottom: 1px solid #015293;
}

.list-text li:hover a.tit {
    font-weight: bold;
    color: #015293;
    font-size: 18px;
}

/* 图片列表 */
.list-pic {
    overflow: hidden;
    margin: 0 -15px;
}

.list-pic li {
    width: 33.3%;
    float: left;
    margin-bottom: 30px;
}

.list-pic li a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.list-pic .pic {
    position: relative;
    width: 100%;
    padding-bottom: 158px;
    overflow: hidden;
}

.list-pic .pic img {
    width: 100%;
    position: absolute;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.list-pic h4 {
    margin: 0 10px;
    line-height: 60px;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-pic li:hover a {
    background: #015293;
    background-size: 100% 100%;
}

.list-pic li:hover .pic:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #015293;
    position: absolute;
    left: 0;
    bottom: 0;
}

.list-pic li:hover img {
    transform: scale(1.05);
}

.list-pic li:hover h4 {
    color: #fff;
}

/* 教师列表页 */
.list-tea {
    overflow: hidden;
    margin: 0 -20px;
    padding-top: 10px;
}

.list-tea li {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

.list-tea li .box {
    display: block;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    margin: 0 20px;
}

.list-tea li .pic {
    float: left;
    width: 140px;
    height: 203px;
    overflow: hidden;
}

.list-tea li .pic img {
    width: 100%;
    height: 100%;
}

.list-tea li .pic img:hover {
    transform: scale(1.05);
}

.list-tea li .text {
    float: right;
    width: calc(100% - 170px);
    padding-top: 20px;
    padding-right: 25px;
}

.list-tea li .tit {
    display: block;
    font-size: 20px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-tea li .tit:hover {
    color: #01448c;
}

.list-tea li .tit:after {
    content: "";
    width: 24px;
    height: 3px;
    background: #01448c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-tea li .zc {
    margin: 15px 0;
    font-size: 18px;
    color: #333333;
}

.list-tea li .info {
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.8);
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-tea li .box:hover {
    background: #e2effe;
    border: 1px solid #01448c;
    box-shadow: 0px 0px 10px 0px #01448c;
}

/* 内容页 */
.article {
    margin-top: 40px;
}

.article h1 {
    text-align: center;
    color: #015293;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
}

.article h2 {
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 15px;
}

.article .info {
    color: #777777;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e8e8;
}

.article .info span {
    margin: 0 10px;
}

.article .content {
    padding: 20px 0 25px;
}

.article .content p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-indent: 2em;
    padding-bottom: 15px;
}

.article .content p img, .article .content p video {
    max-width: 100%;
    margin-left: -2em;
}

.article .content p.vsbcontent_img img {
    margin-left: 0;
}

.article .content table p {
    text-indent: 0;
}

.article .np {
    padding-top: 30px;
    border-top: 1px solid #e9e8e8;
}

.article .np a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.article .np a:hover {
    color: #015293;
}

.huibj {background: #f3f5f8; padding: 30px 0px;}


/* 中心简介页 */
.page-jjy {
    overflow: hidden;
}

.page-jjy .jjtit {
    background: #015293;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
}

.page-jjy .jjtit h2 {
    font-size: 20px;
    color: #ffff;
}

.page-jjy .article {
    margin-top: 0;
}

.index-tzgg {
    overflow: hidden;

}

.index-tzgg li {
    overflow: hidden;
    margin-bottom: 8px;
    padding: 10px 15px 10px 15px;    background: #fff;
    border-left: 3px solid #114984;
}

.index-tzgg li:first-child {
    margin-top: 0px;
}

.index-tzgg li:last-child {
    border-bottom: none;
}

.index-tzgg li a {
    display: block;
    clear:both;
  
    width: calc(100% - 5px);
    font-size: 15px;
    line-height: 22px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -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-tzgg li .date {
    clear:both;
    color: #114984;font-size:14px;line-height: 26px;
    font-family: Arial;

}




.index-tzgg li a:hover {
    color: #2785dd;
}

.index-zczd {
    padding: 0 10px;
}

.index-zczd li {
    overflow: hidden;
    line-height: 34px;
}

.index-zczd li a {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-zczd li a:hover {
    color: #2785dd;
}

.index-list {
   padding: 0px 0 30px 0;
}

.index-list li {
    overflow: hidden;    line-height:48px;
}
.right .index-list li{ overflow: hidden;    line-height:36px;}

.index-list li .tit, .right .index-list li .tit {
    font-size: 16px;
    color: #353636;
    float: left;
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left:10px;
}

.index-list li .tit:before {
    content: "";

    background: #2785dd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}

.index-list li .date {
    float: left;
    color: #0070ee;
    font-size: 14px;
}

.index-list li:hover a {
    color: #114984;
}
.slider-xyfg  .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.slider-xyfg.swiper-container{
    position: initial;
} 

.slider-xyfg .swiper-prev, .slider-xyfg .swiper-next{
    position: absolute;
    top: 50%;

    z-index: 9;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: 99px;
    cursor: pointer;
}

.slider-xyfg .swiper-prev{
    background: url(../img/xyfg-left.png) no-repeat;
    background-size: 100% 100%;
    left: -100px;
}

.slider-xyfg .swiper-next {
    background: url(../img/xyfg-right.png) no-repeat;
    background-size: 100% 100%;
    right: -100px;
}

.slider-xyfg .swiper-prev:hover {
    background: url(../img/xyfg-left-on.png) no-repeat;
    background-size: 100% 100%;
}

.slider-xyfg .swiper-next:hover {
    background: url(../img/xyfg-right-on.png) no-repeat;
    background-size: 100% 100%;
}