@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #055ea2;
}


/*头部*/

.header {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

.top {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    background: url(/images/top_bg_02.png) no-repeat top right;
}

.top_nav_bg {
    width: 245px;
    height: 29px;
    position: absolute;
    right: 50%;
    margin: 0 -600px 0 0;
    top: 15px;
    z-index: 9999;
}

.top_nav {
    width: auto;
    margin: 0 auto;
    height: 29px;
    line-height: 29px;
    text-align: right;
}

.top_nav a {
    display: inline-block;
    padding: 0 9px;
    color: #333333;
    background: url(/images/top_nav_03.png) no-repeat left;
    font-size: 14px;
}

.top_nav a.nobg {
    background: none;
}

.top_nav a:hover {
    color: #333333;
    font-weight: bold;
}

.logo {
    width: 1200px;
    height: 62px;
    margin: 0 auto;
    position: relative;
}

.logo_link {
    width: 466px;
    height: 62px;
    display: block;
    padding: 46px 0 0 0;
}

.logo img {
    width: 466px;
    height: 62px;
}

.search {
    width: 170px;
    height: 30px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 110px;
    background: url(/images/search_03.png) no-repeat left center;
    z-index: 1000;
}

.search input {
    position: absolute;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #ffffff;
    padding-left: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 140px;
}

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #055ea2;
    min-width: 1200px;
}

.nav ul {
    width: 1200px;
    margin: 0px auto;
}

.nav ul li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0px 24px 0 34px;
    background: url(/images/li_03.png) no-repeat right center;
    margin: 0 8px 0 0;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.nav ul li a:hover,
.nav ul li.on a,
.nav ul li .subNav a:hover {
    color: #ffffff;
}

.nav ul li .subNav {
    top: 39px;
    padding: 20px;
    width: 100px;
    background: #055ea2;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 20px;
    padding: 3px 10px 3px 20px;
}

.nav ul li.on .subNav dl dd {
    color: #ffffff;
}

.nav ul li.on .subNav dl dd a {
    padding: 0px;
}

.content {
    width: 1200px;
    margin: 0px auto;
    background: #fff;
    overflow: hidden;
}

.mode01 {
    width: 1200px;
    overflow: hidden;
    clear: both;
    height: 350px;
    margin-top: 30px;
}

.mode01 .lf {
    width: 622px;
    height: 350px;
    margin-right: 30px;
    float: left
}

.mode01 .rt {
    width: 542px;
    height: 350px;
    float: right
}


/*图片轮播*/

.flexslider {
    width: 622px;
    height: 350px;
    overflow: hidden;
}

.flexslider ul.slides li img {
    width: 622px;
    height: 350px;
    display: block
}

.flexslider .til_slides {
    width: 612px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    background: #444;
    background: url(/images/slider_03.png) repeat-x;
    color: #fff;
    padding-left: 10px;
}

.flex-control-nav {
    bottom: 13px;
    text-align: right;
}

.flex-control-paging li {
    margin: 0 10px 0 0;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 0;
    background: url(/images/a_03.png) no-repeat;
    text-indent: 999px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: url(/images/a_hover_03.png) no-repeat;
    color: #fff;
}

.toutiao {
    height: 40px;
    line-height: 40px;
    background: #eeeeee;
}

.toutiao .title {
    width: 90px;
    height: 40px;
    font-size: 16px;
    background: url(/images/title_03.png) no-repeat;
    color: #ffffff;
    padding: 0 0 0 13px;
    float: left;
}

.da {
    width: 418px;
    margin: 0 0 0 20px;
    float: left;
}

.scroll {
    padding-bottom: 7px;
    *padding-bottom: 4px;
}

.scrollBox {
    padding: 8px 0 0 0;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.scrollBox #box {
    width: 1200%;
}

.scrollBox #left,
.scrollBox #right {
    float: left;
}

.scrollBox ul li {
    width: auto;
    margin-right: 100px;
    float: left;
}

.scrollBox ul li.lastli {
    _margin-right: 7px;
}

.scrollBox ul p {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}

.articleList {
    padding: 0 18px 0 20px;
    width: 502px;
    height: 295px;
    background: #f7f7f7;
    margin: 11px 0 0 0;
}

.articleList .title {
    height: 37px;
    line-height: 37px;
    border-bottom: 2px solid #055ea2;
}

.articleList .title h2 {
    padding: 0 0 0 15px;
    background: url(/images/title_h2_03.png) no-repeat left center;
    font-size: 16px;
    color: #055ea2;
    font-weight: normal;
    width: auto;
    float: left;
}

.articleList .title a {
    font-size: 14px;
    color: #666666;
    float: right;
}

.articleList ul {
    margin: 15px 0 0 0;
}

.articleList ul li {
    height: 35px;
    line-height: 35px;
    padding: 0px;
}

.articleList ul li span {
    float: none;
    font-size: 12px;
    margin: 0 25px 0 0;
    color: #055ea2;
}

.articleList ul li a {}

.mode02 {
    width: 1200px;
    height: 330px;
    margin: 24px auto 0;
}

.mode02 .lf {
    width: 260px;
    height: 330px;
    float: left;
    margin: 0 40px 0 0;
}

.mode02 .md {
    width: 540px;
    height: 330px;
    float: left;
}

.mode02 .rt {
    width: 319px;
    height: 330px;
    float: right;
}

.goin .title {
    height: 33px;
    line-height: 33px;
    border-bottom: 2px solid #055ea2;
}

.goin .title h2 {
    padding: 0 0 0 15px;
    background: url(/images/title_h2_03.png) no-repeat left center;
    font-size: 16px;
    font-weight: normal;
}

.goin ul {
    margin: 20px 0 0 0;
}

.goin ul li {
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
}

.goin ul li.li01 {
    background: url(/images/li01_09.png) no-repeat;
}

.goin ul li.li02 {
    background: url(/images/li02_09.png) no-repeat;
}

.goin ul li.li03 {
    background: url(/images/li03_09.png) no-repeat;
}

.goin ul li.li04 {
    background: url(/images/li04_09.png) no-repeat;
}

.goin ul li.li05 {
    background: url(/images/li05_09.png) no-repeat;
}

.goin ul li.li06 {
    background: url(/images/li06_09.png) no-repeat;
}

.goin ul li a {
    padding: 0 0 0 108px;
}

.tab ol {
    position: relative;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #055ea2;
}

.tab ol li {
    width: 131px;
    text-align: center;
    float: left;
    border: 1px solid #055ea2;
    border-bottom: 0;
}

.tab ol li.li01 {
    border-right: 0px;
}

.tab ol li.li03 {
    border-left: 0px;
}

.tab ol li h2 {
    color: #055ea2;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.tab ol li a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.tab ol li.current {
    height: 36px;
    box-shadow: 2px 2px 2px 2px #bcbcbc;
    background: #055ea2;
}

.tab ol li.current h2 {
    color: #ffffff;
}

.tab ul {
    margin: 15px 0 0 0;
}

.tab ul li {
    height: 30px;
    line-height: 30px;
}

.tab ul li span {
    font-size: 13px;
    color: #055ea2;
}

.tab ul li a {
    margin: 0 0 0 35px;
}

.tab01 ol {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    border-bottom: 2px solid #055ea2;
    position: relative;
}

.tab01 ol li {
    float: left;
    padding: 0 23px;
    background: url(/images/tab_li_03.png) no-repeat left center;
}

.tab01 ol li.li01 {
    background: none;
    padding-left: 0px;
}

.tab01 ol li p {
    font-size: 16px;
    color: #010101;
}

.tab01 ol li.current p {
    color: #055ea2;
}

.tab01 ol li a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.tab01 ul {
    margin: 20px 0 0 0;
}

.tab01 ul li {
    overflow: hidden;
    margin: 0 0 8px 0;
}

.tab01 ul li .date {
    width: 44px;
    height: 37px;
    border: 1px solid #bcbcbc;
    float: left;
}

.tab01 ul li .date .year {
    color: #ffffff;
    width: 44px;
    height: 19px;
    line-height: 19px;
    background: #055ea2;
    text-align: center;
    font-family: Georgia;
    font-size: 12px;
    display: block;
}

.tab01 ul li .date .month {
    width: 44px;
    height: 19px;
    text-align: center;
    display: block;
    color: #686767;
    font-family: Georgia;
    font-size: 12px;
}

.tab01 ul li a {
    width: 250px;
    float: left;
    margin: 0 0 0 20px;
}

.tab01 ul li.li01 .year {
    background: #055ea2;
}

.tab01 ul li.li02 .year {
    background: #a20548;
}

.tab01 ul li.li03 .year {
    background: #057ba2;
}

.tab01 ul li.li04 .year {
    background: #dc9202;
}

.tab01 ul li.li05 .year {
    background: #3a8200;
}

.mode03 {
    width: 1200px;
    height: 315px;
}

.mode03 .lf {
    width: 840px;
    float: left;
}

.mode03 .rt {
    width: 319px;
    height: 315px;
    float: right;
}

.zt_tab {
    width: 840px;
    height: 310px;
}

.zt_tab .zt {
    width: 260px;
    height: 310px;
    float: left;
}

.tab02 {
    width: 540px;
    float: right;
}

.tab02 ol {
    position: relative;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #055ea2;
}

.tab02 ol li {
    width: 131px;
    text-align: center;
    float: left;
    border: 1px solid #055ea2;
    border-bottom: 0;
}

.tab02 ol li.li01 {
    border-right: 0px;
}

.tab02 ol li.li03 {
    border-left: 0px;
}

.tab02 ol li h2 {
    color: #055ea2;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.tab02 ol li a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.tab02 ol li.current {
    height: 36px;
    box-shadow: 2px 2px 2px 2px #bcbcbc;
    background: #055ea2;
}

.tab02 ol li.current h2 {
    color: #ffffff;
}

.tab02 ul {
    margin: 15px 0 0 0;
}

.tab02 ul li {
    height: 30px;
    line-height: 30px;
}

.tab02 ul li span {
    font-size: 13px;
    color: #055ea2;
}

.tab02 ul li a {
    margin: 0 0 0 35px;
}

.zt .title {
    height: 33px;
    line-height: 33px;
    border-bottom: 2px solid #055ea2;
}

.zt .title h2 {
    padding: 0 0 0 15px;
    background: url(/images/title_h2_03.png) no-repeat left center;
    font-size: 16px;
    font-weight: normal;
    width: auto;
    float: left;
}

.zt .title a {
    width: auto;
    float: right;
}

.zt ul {
    margin: 6px 0 0 0;
}

.zt ul li {
    width: 260px;
    height: 59px;
    margin: 0 0 6px 0;
}

.link {
    width: 1200px;
}

.tab03 ol {
    overflow: hidden;
}

.tab03 ol li {
    float: left;
    text-align: center;
    width: auto;
    padding: 0 60px;
    height: 48px;
    line-height: 40px;
}

.tab03 ol li.current {
    background: url(/images/tab_bg_03.png) no-repeat;
}

.tab03 ol li.current a {
    color: #ffffff;
}

.link_con {
    width: 1170px;
    height: 100px;
    background: #ededed;
    padding: 15px;
}

.link_con span {
    width: 200px;
    padding: 4px 10px;
    height: 25px;
    line-height: 35px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.link_con select {
    padding: 0 13px 0 22px;
    margin: 0 15px 0 0;
}

.fuwu .title {
    height: 33px;
    line-height: 33px;
    border-bottom: 2px solid #055ea2;
}

.fuwu .title h2 {
    padding: 0 0 0 15px;
    background: url(/images/title_h2_03.png) no-repeat left center;
    font-size: 16px;
    font-weight: normal;
}

.title_con {
    margin: 25px 0 0 0;
}

.fuwu ul {
    margin: 25px 0 0 0;
    overflow: hidden;
}

.fuwu ul li {
    width: 50%;
    height: 80px;
    float: left;
    position: relative;
    text-align: center;
}

.fuwu ul li span {
    height: 30px;
    display: block;
}

.fuwu ul li a {
    display: block;
    text-align: center;
}

.fuwu ul li.li01 a {
    color: #004ab8;
}

.fuwu ul li.li02 a {
    color: #004ab8;
}

.fuwu ul li.li03 a {
    color: #004ab8;
}

.fuwu ul li.li04 a {
    color: #004ab8;
}

.fuwu ul li.li05 a {
    color: #004ab8;
}

.fuwu ul li.li06 a {
    color: #004ab8;
}

.fuwu ul li.li07 a {
    color: #004ab8;
}

.fuwu ul li.li08 a {
    color: #004ab8;
}


/*底部开始*/

.footer {
    height: 200px;
    background-color: #055ea2;
    color: #fff;
}

.footerIn {
    width: 1200px;
    height: 168px;
    margin: 0 auto;
}

.footer_logo {
    width: 485px;
    height: 90px;
    float: left;
    margin: 42px 0 0 0;
}

.footer_logo a {
    width: 485px;
    height: 90px;
    display: block;
}

.footer_logo a img {
    width: 485px;
    height: 90px;
}

.footer_right {
    width: 640px;
    padding: 0 0 0 73px;
    border-left: 1px solid #cddfec;
    float: left;
    margin: 30px 0 0 0;
}

.footer_right ul {
    overflow: hidden;
}

.footer_right ul li {
    float: left;
    padding: 0 0 0 21px;
    background: url(/images/circle_03.png) no-repeat left center;
    margin: 0 40px 0 0;
}

.footer_right ul li a {
    color: #dde5ee;
}

.copy {
    line-height: 26px;
    color: #dde5ee;
    margin: 18px 0 0 0;
}


/*二级页*/

.con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 35px;
}

.conIn {
    width: 1200px;
    height: auto;
    overflow: hidden;
    background: url(/images/);
}

.con_left {
    width: 266px;
    height: auto;
    float: left;
    background: #dae7f1;
    border: 1px solid #dcdcdc;
    background: url(/images/erji_left_03.png) no-repeat right bottom #dae7f1;
}

.con_right {
    width: 896px;
    height: auto;
    float: left;
    padding: 0 0 0 36px;
    background: url(/images/erji_right_03.png) no-repeat left bottom;
    margin: 6px 0 0 0;
}

.celan {
    border-top: 11px solid #055ea2;
}

.celan .title {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.celan .title h2 a {
    font-size: 22px;
    color: #055ea2;
}

.celan ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.celan ul li.current {
    border-bottom: 1px solid #055ea2;
}

.celan ul li.current a {
    color: #055ea2;
}

.celan ul li a {
    font-size: 16px;
}

.cl_fuwu {
    width: 200px;
    margin: 40px 0 0 35px;
}

.cl_fuwu .title {
    height: 36px;
    line-height: 36px;
    background: #ededed;
}

.cl_fuwu .title p {
    width: 108px;
    height: 36px;
    background: url(/images/goin_title_07.png) no-repeat;
}

.cl_fuwu p a {
    font-size: 16px;
    color: #055ea2;
    margin: 0 0 0 12px;
}

.cl_fuwu ul {
    margin: 25px 0 0 0;
}

.cl_fuwu ul li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 22px 0;
}

.cl_fuwu ul li a {
    margin: 0 0 0 84px;
}

.cl_fuwu ul li.li01 {
    background: url(/images/erji_li01_03.png) no-repeat;
}

.cl_fuwu ul li.li01 a {
    color: #004ab8;
}

.cl_fuwu ul li.li02 {
    background: url(/images/erji_li02_03.png) no-repeat;
}

.cl_fuwu ul li.li02 a {
    color: #1074a2;
}

.cl_fuwu ul li.li03 {
    background: url(/images/erji_li03_03.png) no-repeat;
}

.cl_fuwu ul li.li03 a {
    color: #0f4964;
}

.cl_fuwu ul li.li04 {
    background: url(/images/erji_li04_03.png) no-repeat;
}

.cl_fuwu ul li.li04 a {
    color: #0058d0;
}

.cl_fuwu ul li.li05 {
    background: url(/images/erji_li05_03.png) no-repeat;
}

.cl_fuwu ul li.li05 a {
    color: #003b9e;
}


/*2通栏列表页*/

.list .title_bread {
    height: 36px;
    line-height: 36px;
}

.list .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.list .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.list .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.list .title_bread .bread a {
    color: #3e3e3e;
}

.list .title_bread .bread a:hover {
    color: #055ea2;
}

.list ul {
    margin: 15px 0 0 0;
}

.list ul li {
    height: 263px;
    line-height: 47px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 0 26px;
}

.list ul li span {
    float: right;
}

.list ul li a {
    float: left;
}

.page {
    width: 570px;
    height: 33px;
    margin: 100px auto 25px;
}

.page dl {
    overflow: hidden;
    float: left;
}

.page dl dt {
    height: 31px;
    line-height: 31px;
    border: 1px solid #dfdfdf;
    float: left;
    background: #ffffff;
    margin: 0 10px 0 0;
}

.page dl dd {
    background: #ffffff;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #dfdfdf;
    float: left;
    padding: 0 12px;
    margin: 0 10px 0 0;
}

.page dl dd:hover {
    background: #055ea2;
}

.page dl dd:hover a {
    color: #ffffff;
}

.page select {
    margin: 0 0 0 10px;
    width: 48px;
    height: 31px;
    border: 1px solid #d3d3d3;
}


/*.zd { width:103px; height:32px; position:relative; float:left; padding:0 0 0 20px; }
.zd input { width:58px; height:32px; background:url(/images/page_zd_03.png) no-repeat; border:none; padding:0px; margin:0 0 0 10px; }
.zd .top{ width:7px; height:5px; position:absolute; top:10px; right:8px; padding:0px; }
.zd .bottom{ width:7px; height:5px; position:absolute; top:17px; right:8px; padding:0px; }
*/


/*列表页*/

.list05,
.list005 {
    width: 100%;
    overflow: hidden;
    padding-top: 3%;
    min-height: 510px;
}

.list05 li,
.list005 li {
    line-height: 30px;
    border-top: 1px #e5e5e5 solid;
    padding: 2.5% 0;
    overflow: hidden;
    position: relative;
}

.list05 li span {
    width: 100px;
    font-size: 15px;
    height: 100px;
    background: #cccccc;
    color: #fff;
    text-align: center;
    float: left;
    border-top-left-radius: 26px;
    -webkit-border-top-left-radius: 26px;
    -o-border-top-left-radius: 26px;
    border-bottom-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
}

.list05 li:hover span {
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.list05 li span b {
    font-size: 32px;
    font-size: 3.2rem;
    display: block;
    margin: 18px auto 0px;
    line-height: 3.6rem;
}

.list05 li div {
    margin-left: 140px;
    height: 50px;
    overflow: hidden;
}

.list05 li div h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 5px;
    line-height: 3.2rem;
    overflow: hidden;
}

.list05 li div h3 i {
    float: right;
    background: url(/images/img_17.png) no-repeat bottom right;
    margin-left: 5px;
    width: 34px;
    height: 30px;
}

.list05 li div p {
    margin-top: 3%;
    height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.0rem;
    width: 94%;
    text-align: left;
}

.pages_min {
    margin: 0 0 25px;
    overflow: hidden;
    display: none;
    padding: 20px 18px 0;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    background: #00524c;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #ee931d;
    color: #fff;
    transition: 0.5s;
}

.list005 li span {
    width: 100px;
    font-size: 15px;
    height: 100px;
    background: #00524c;
    color: #fff;
    text-align: center;
    border-top-left-radius: 26px;
    -webkit-border-top-left-radius: 26px;
    -o-border-top-left-radius: 26px;
    border-bottom-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
    display: block;
    position: absolute;
    left: -60px;
    bottom: 7px;
    z-index: 1;
}

.list005 li span b {
    font-size: 32px;
    font-size: 3.2rem;
    display: block;
    margin: 12% auto 0px;
    line-height: 40px;
}

.kjcxCon {
    margin-left: 420px;
    overflow: hidden;
}

.kjcxCon h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 22px;
    height: 60px;
}

.kjcxCon h3 i {
    float: right;
    background: url(/images/img_17.png) no-repeat bottom right;
    background-size: contain;
    margin-left: 5px;
    width: 34px;
    height: 30px;
}

.kjcxCon p {
    margin: 20px auto 0;
    line-height: 36px;
    /* height: 100px; */
    /* overflow: hidden; */
    font-size: 18px;
    font-size: 1.6rem;
    color: #333;
}

.kjcxPic {
    float: left;
    position: relative;
    z-index: 0;
    width: 356px;
    margin-left: 24px;
    margin-top: 7px;
}

.kjcxPic a {
    display: block;
    overflow: hidden;
}

.kjcxPic img {
    width: 356px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    transform: scale(1);
}

.kjcxPic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*科研队伍*/

.ky_con {
    position: relative;
}

.keyan {
    width: 100%;
    overflow: hidden;
    min-height: 470px;
    margin-top: -135px;
    min-height: 1000px;
}

.keyan ul {
    width: auto;
    overflow: hidden;
}

.keyan ul li {
    float: left;
    width: 18%;
    margin: 0 9% 3.4% 0;
    text-align: center;
    font-size: 26px;
    font-style: 2.6rem;
}

.keyan ul li.none {
    margin-right: 0;
}

.keyan ul li a {
    display: block;
}

.keyan ul li p {
    padding-top: 5%;
}

.kydw_pic {
    border-top-left-radius: 26px;
    -webkit-border-top-left-radius: 26px;
    -o-border-top-left-radius: 26px;
    border-bottom-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
}

.keyan_lm {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: 9;
    background: #f2f2f2;
    padding: 10px 0;
    border-radius: 25px 0 0 25px;
}

.keyan_lm li a {
    color: #808080;
    font-size: 21px;
    font-size: 2.1rem;
    min-width: 24px;
    display: block;
}

.keyan_lm li {
    padding: 7px 10px;
    text-align: center;
}

.keyan_lm li.onn a,
.keyan_lm li:hover a {
    color: #0f524d;
    font-weight: bold;
}

.kyzx_title {
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 2%;
    margin-bottom: 3%;
}

.keyan .kydw_pic img {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    transform: scale(1);
}

.keyan .kydw_pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.kyzx_title span {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #00524c;
}

.kyzx_title .kyzx_more {
    float: right;
    margin: 13px 0 0 10px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
}

.kyzx_title .kyzx_more i {
    float: right;
    background: url(/images/ky_03.png) no-repeat center;
    background-size: contain;
    width: 11px;
    height: 18px;
    margin: 11px 0 0 16px;
}


/*3通栏文章页*/

.con_left01 {
    background: #dae7f1;
}

.con_right01 {
    background: none;
}

.article .title_bread {
    height: 36px;
    line-height: 36px;
}

.article .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.article .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.article .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.article .title_bread .bread a {
    color: #3e3e3e;
}

.article .title_bread .bread a:hover {
    color: #055ea2;
}

.article h2 {
    text-align: center;
    margin: 50px auto 35px;
}

.article h2 a {
    font-size: 16px;
    color: #055ea2;
}

.article .author {
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    text-align: center;
    font-size: 12px;
    color: #666666;
    margin: 0 0 30px 0;
}

.article .article_con {
    height: auto;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-indent: 2em;
}

.article .article_con img {
    width: 331px;
    height: 182px;
    display: block;
    margin: 10px auto;
}

.dayin_close {
    margin: 70px 0 54px 0;
    text-align: right;
}

.dayin_close ul {
    overflow: hidden;
    margin: 0 0 0 630px;
}

.dayin_close ul li {
    float: left;
    padding: 0 0 0 29px;
}

.dayin_close ul li a {
    font-size: 14px;
    color: #666666;
}

.dayin_close ul li a:hover {
    color: #055ea2;
}

.dayin_close ul li.li01 {
    background: url(/images/dayin_07.png) no-repeat left center;
    margin: 0 56px 0 0;
}

.dayin_close ul li.li02 {
    background: url(/images/guanbi_07.png) no-repeat left center;
}

.article .article_con em {
    font-style: italic
}


/*4通栏概况页*/

.gaikuang .title_bread {
    height: 36px;
    line-height: 36px;
}

.gaikuang .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.gaikuang .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.gaikuang .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.gaikuang .title_bread .bread a {
    color: #3e3e3e;
}

.gaikuang .title_bread .bread a:hover {
    color: #055ea2;
}

.gkimg_sm {
    overflow: hidden;
    margin: 70px 0 40px 0;
}

.gkimg_sm img {
    width: 563px;
    height: 253px;
    float: left;
}

.gkimg_sm .sm {
    padding: 34px 20px 50px 20px;
    background: #055ea2;
    width: 293px;
    float: left;
}

.gkimg_sm .sm h3 {
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.gkimg_sm .sm h3 a {
    color: #ffffff;
}

.sm_con {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    height: 139px;
}

.gaikuang_con {
    line-height: 30px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
}


/*5院士列表*/

.yuanshi .title_bread {
    height: 36px;
    line-height: 36px;
}

.yuanshi .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.yuanshi .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.yuanshi .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.yuanshi .title_bread .bread a {
    color: #3e3e3e;
}

.yuanshi .title_bread .bread a:hover {
    color: #055ea2;
}

.yuanshi ul {
    padding: 83px 0 0px 0;
    overflow: hidden;
}

.yuanshi ul li {
    width: 374px;
    height: 202px;
    float: left;
    overflow: hidden;
}

.yuanshi ul li.li01 {
    margin: 0 0px 0 0;
    padding: 0 117px 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li02 {
    margin: 0 0px 0 0;
    padding: 0 0 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li03 {
    margin: 0 0px 0 0;
    padding: 80px 117px 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li04 {
    margin: 0 0px 0 0;
    padding: 80px 0 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li05 {
    margin: 0 0px 0 0;
    padding: 80px 117px 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li06 {
    margin: 0 0px 0 0;
    padding: 80px 0 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li07 {
    margin: 0 0px 0 0;
    padding: 80px 117px 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li08 {
    margin: 0 0px 0 0;
    padding: 80px 0 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li09 {
    margin: 0 0px 0 0;
    padding: 80px 117px 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li10 {
    margin: 0 0px 0 0;
    padding: 80px 0 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li11 {
    margin: 0 0px 0 0;
    padding: 80px 117px 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li.li12 {
    margin: 0 0px 0 0;
    padding: 80px 0 80px 0;
    border-bottom: 1px solid #cccccc;
}

.yuanshi ul li img {
    width: 134px;
    height: 201px;
    display: inline-block;
    float: left;
}

.yuanshi ul li .ys {
    width: 235px;
    float: right;
}

.ys h3 {
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #dcdcdc;
}

.ys h3 a {
    color: #055ea2;
}

.ys_con {
    font-size: 15px;
    line-height: 24px;
    margin: 18px 0 0 0;
}


/*6专家介绍页*/

.zhuanjia .title_bread {
    height: 36px;
    line-height: 36px;
}

.zhuanjia .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.zhuanjia .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.zhuanjia .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.zhuanjia .title_bread .bread a {
    color: #3e3e3e;
}

.zhuanjia .title_bread .bread a:hover {
    color: #055ea2;
}

.zj {
    margin: 87px 0 0 0;
}

.zj img {
    width: 134px;
    height: 201px;
    display: block;
    margin: 0 auto;
}

.zj h2 {
    font-size: 16px;
    color: #055ea2;
    margin: 36px 0 60px 0;
    text-align: center;
}

.zj h2 a {
    font-size: 16px;
    color: #055ea2;
}

.zj_con {
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px 0;
}

.kanwu .title_bread {
    height: 36px;
    line-height: 36px;
}

.kanwu .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.kanwu .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.kanwu .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.kanwu .title_bread .bread a {
    color: #3e3e3e;
}

.kanwu .title_bread .bread a:hover {
    color: #055ea2;
}

.kwimg_kwsm {
    padding: 90px 0 50px 107px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.kwimg_kwsm img {
    width: 270px;
    height: 350px;
    float: left;
}

.kwsm {
    width: 310px;
    padding: 0 0 0 80px;
    float: left;
}

.kwsm ul li {
    line-height: 30px;
}

.kwsm ul li .title {
    width: 60px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.kanwu_con p {
    padding: 20px 0 20px 0;
}

.kanwu_con p a {
    font-size: 16px;
    color: #055ea2;
    font-weight: normal;
}

.kw_con {
    line-height: 30px;
}

.denglu .title_bread {
    height: 36px;
    line-height: 36px;
}

.denglu .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.denglu .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.denglu .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.denglu .title_bread .bread a {
    color: #3e3e3e;
}

.denglu .title_bread .bread a:hover {
    color: #055ea2;
}

.denglu_con {
    width: 895px;
    height: 583px;
    background: url(/images/denglu_bg_03.png) no-repeat;
    margin: 30px 0 0 0;
    padding: 120px 0 0 0;
}

.dengluIn {
    width: 435px;
    height: 393px;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 2px 2px #dcdcdc;
    margin: 0 auto;
}

.dengluIn h2 {
    padding: 32px 0 30px 0;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 30px;
    color: #055ea2;
}

.yhm {
    width: 276px;
    height: 43px;
    background: url(/images/dl01_03.png) no-repeat left center;
    z-index: 1000;
    margin: 46px auto 20px;
}

.yhm input {
    width: 235px;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    border: none;
    background: none;
}

.yhm input.notxt {
    color: #777777;
    padding-left: 40px;
    height: 43px;
    line-height: 43px;
    background: none;
    border: 0;
}

.mima {
    width: 276px;
    height: 43px;
    background: url(/images/dl01_03.png) no-repeat left center;
    z-index: 1000;
    margin: 0px auto 40px;
}

.mima input {
    width: 235px;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    border: none;
    background: none;
}

.mima input.notxt {
    color: #777777;
    padding-left: 40px;
    height: 43px;
    line-height: 43px;
    background: none;
    border: 0;
}

.mima input.notxt01 {
    color: #777777;
    padding-left: 40px;
    height: 43px;
    line-height: 43px;
    background: none;
    border: 0;
}

.download .title_bread {
    height: 50px;
    line-height: 50px;
}

.download .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.download .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.download .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.download .title_bread .bread a {
    color: #3e3e3e;
}

.download .title_bread .bread a:hover {
    color: #055ea2;
}

.down_list ul {
    margin: 15px 0 0 0;
}

.down_list ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 0 26px;
    background: url(/images/arrow_03.png) no-repeat 5px center;
}

.down_list ul li span {
    float: right;
}

.down_list ul li a {
    float: left;
}

.down_con {
    overflow: hidden;
}

.down_con .dowleft {
    width: 430px;
    height: 340px;
    float: left;
    margin: 0 0 30px 0;
}

.down_con .dowright {
    width: 430px;
    height: 340px;
    float: right;
    margin: 0 0 30px 0;
}

.down_list .title {
    height: 36px;
    line-height: 36px;
    background: #eeeeee;
}

.down_list .title h2 {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.down_list .title p {
    padding: 0 10px;
    background: #055ea2;
    color: #ffffff;
}

.down_list .title a {
    float: right;
    margin: 0 10px 0 0;
}

.denglu_button {
    width: 276px;
    height: 36px;
    margin: 0 auto;
}

.denglu_button input {
    width: 276px;
    height: 36px;
    cursor: pointer;
    background: url(/images/dl03_03.png) no-repeat;
    border: none;
    color: #ffffff;
    margin: 0 auto;
}

.zhuanlan .title_bread {
    height: 50px;
    line-height: 50px;
}

.zhuanlan .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.zhuanlan .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.zhuanlan .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.zhuanlan .title_bread .bread a {
    color: #3e3e3e;
}

.zhuanlan .title_bread .bread a:hover {
    color: #055ea2;
}

.zhuanlan_con .title {
    height: 36px;
    line-height: 36px;
    background: #eeeeee;
}

.zhuanlan_con .title h2 {
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
    width: auto;
    float: left;
}

.zhuanlan_con .title p {
    padding: 0 10px;
    color: #ffffff;
    background: #055ea2;
}

.zhuanlan_con .title a {
    float: right;
    margin: 0 8px 0 0;
}

.zhuanlan_con ul {
    margin: 30px 0 30px 0;
    overflow: hidden;
}

.zhuanlan_con ul li {
    width: 284px;
    height: 98px;
    float: left;
    margin: 0 20px 0 0
}

.zhuanlan_con ul li.last {
    margin: 0px;
}

.zhuanlan_con ul li a {
    width: 284px;
    height: 98px;
}

.zhuanlan_con ul li a img {
    width: 284px;
    /*height: 98px; */
}

.keyan .title_bread {
    height: 50px;
    line-height: 50px;
}

.keyan .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.keyan .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.keyan .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.keyan .title_bread .bread a {
    color: #3e3e3e;
}

.keyan .title_bread .bread a:hover {
    color: #055ea2;
}

.keyan_con .title {
    height: 36px;
    line-height: 36px;
    background: #eeeeee;
}

.keyan_con .title h2 {
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
    width: auto;
    float: left;
}

.keyan_con .title p {
    padding: 0 10px;
    color: #ffffff;
    background: #055ea2;
}

.keyan_con .title a {
    float: right;
    margin: 0 8px 0 0;
}

.keyan_con ul {
    margin: 0 0 30px 0;
}

.keyan_con ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 0 29px;
    background: url(/images/arrow_03.png) no-repeat 8px center;
}

.keyan_con ul li span {
    font-size: 12px;
    color: #a1a0a0;
    float: right;
}

.keyan_con ul li a {
    float: left;
}

.wangzhanmap .title_bread {
    height: 50px;
    line-height: 50px;
}

.wangzhanmap .title_bread .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.wangzhanmap .title_bread .title a {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    background: #055ea2;
}

.wangzhanmap .title_bread .bread {
    float: right;
    color: #3e3e3e;
}

.wangzhanmap .title_bread .bread a {
    color: #3e3e3e;
}

.wangzhanmap .title_bread .bread a:hover {
    color: #055ea2;
}

.map_con {
    margin: 0 0 25px 0;
    overflow: hidden;
}

.map_con .title {
    width: auto;
    float: left;
    padding: 0 16px 0 0;
    background: url(/images/arrow_blue_03.png) no-repeat right center;
}

.map_con .title h2 {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #055ea2;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}

.map_con ul {
    padding: 10px 0 0 25px;
    overflow: hidden;
    float: left;
}

.map_con ul li {
    float: left;
    padding: 0 10px 0 10px;
    background: url(/images/top_nav_03.png) no-repeat right center;
}

.map_con ul li.last {
    background: none;
}

.ztjsbox {
    background-color: #F8F8F8;
}

.ztjsboxcen {
    width: 85.6%;
    padding: 50px 4%;
}

.ztjsboxcon {
    position: relative;
}

.ztjsboxcontxt {
    position: absolute;
    background-color: #fff;
    width: 57.2%;
}

.ztjsboxcontxt {
    font-size: 16px;
    color: #666;
    line-height: 35px;
    box-sizing: border-box;
    padding: 4%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.ztjsboxconpic {
    width: 51.3%;
    margin-left: 48.7%;
}

.ssmysicon {
    width: 140px;
    height: 140px;
    background: rgba(0, 93, 117, .1);
    border-radius: 50%;
    padding: 12.5px;
    margin: 0 auto;
}

.ssmysicon2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 93, 117, .18);
    border-radius: 50%;
    padding: 12.5px;
    box-sizing: border-box;
}

.ssmysicon3 {
    width: 100%;
    height: 100%;
    background: rgba(0, 93, 117, 1);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssmysicon3 span {
    font-size: 36px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssmysconlist:hover .ssmysicon {
    background: rgba(0, 153, 68, .1);
}

.ssmysconlist:hover .ssmysicon2 {
    background: rgba(0, 153, 68, .2);
}

.ssmysconlist:hover .ssmysicon3 {
    background: rgba(0, 153, 68, 1);
}

.zyboxmain {
    margin: 50px 0;
}

.ssmysconlist {
    float: left;
    width: 14.28%;
}

.ssmysconlist h5 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #222;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}

.jyjxtitleft {
    float: left;
}

.jyjxtitright {
    float: right;
    margin-bottom: 0;
}

.dsconlist {
    margin-top: 30px;
    display: none;
}

.dsconlistrlist {
    display: none;
}

.dsconlistrlist:nth-child(1) {
    display: block;
}

.dsconlist:nth-child(2) {
    display: block;
}

.dsconlistleft {
    float: left;
    width: 24%;
}

.dsconlistleft a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    height: 45px;
    background: rgba(229, 238, 241, 1);
    border-radius: 22px;
    margin-bottom: 20px;
    line-height: 45px;
    text-align: center;
    color: #015D76;
}

.dsconlistleft a:hover,
.dsconlistleft .dsconlistleftact {
    background-color: #055EA2;
    color: #FFF;
}

.dsconlistright {
    float: left;
    margin-left: 2%;
    width: 74%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2%;
}

.dsconlistright a {
    display: block;
    float: left;
    width: 17.5%;
    height: 45px;
    border: 1px solid #D7D7D7;
    line-height: 45px;
    border-radius: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 2.5%;
}

.dsconlistright a:hover {
    color: #055EA2;
    border-color: #055EA2;
}

.dsconlistright a:nth-child(5n) {
    margin-right: 0;
}

.zpxxcon {
    margin-top: 30px;
}

.zpxxcon .gzjzlist {
    width: 100%;
    margin: 0;
    float: initial;
    margin-bottom: 20px;
}

.jyjxtitright .hyhbtn {
    margin-top: 0;
}

.jxgllist {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}

.jxgllist:nth-child(3n) {
    margin-right: 0;
}

.jxgllisttxt {
    background-color: #fff;
    padding: 30px;
}

.jxgllisttxt h5 {
    font-size: 20px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 32px;
    height: 64px;
}

.jxgllist:hover h5 {
    color: #055EA2;
}

.kytdtab,
.kycgtab {
    margin-bottom: 5%;
    text-align: center;
}

.kytdtab a,
.kycgtab a {
    height: 50px;
    display: inline-block;
    border: 1px solid #CACACA;
    background-color: #FFF;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 25px;
    margin: 0 5px;
    margin-bottom: 20px;
    min-width: 160px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kytdtab a:hover,
.kytdtab a.kytdtabact,
.kycgtab a:hover,
.kycgtab a.kycgtabact {
    background-color: #055EA2;
    border: 1px solid #055EA2;
    color: #FFF;
}

.borkycgtab a {
    border: 2px solid #055EA2;
}

.ztjsbox {
    background-color: #F8F8F8;
}

.ztjsboxcen {
    width: 85.6%;
    padding: 50px 4%;
}

.jyjxtit h5 {
    font-size: 30px;
    font-weight: bold;
}

.jyjxtit span {
    color: #B4B4B4;
    font-size: 26px;
}

.jyjxtitleft {
    float: left;
}

.jyjxtitright {
    float: right;
    margin-bottom: 0;
}

.jyjxtitright .hyhbtn {
    margin-top: 0;
}

.kytdtab,
.kycgtab {
    margin-bottom: 5%;
    text-align: center;
}

.kytdtab a,
.kycgtab a {
    height: 50px;
    display: inline-block;
    border: 1px solid #CACACA;
    background-color: #FFF;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 25px;
    margin: 0 5px;
    margin-bottom: 20px;
    min-width: 160px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kytdtab a:hover,
.kytdtab a.kytdtabact,
.kycgtab a:hover,
.kycgtab a.kycgtabact {
    background-color: #055EA2;
    border: 1px solid #055EA2;
    color: #FFF;
    cursor: pointer;
}

.borkycgtab a {
    border: 2px solid #055EA2;
}

.dsconlist {
    margin-top: 30px;
    display: none;
}

.dsconlistrlist {
    display: none;
}

.dsconlistrlist:nth-child(1) {
    display: block;
}

.dsconlist:nth-child(2) {
    display: block;
}

.dsconlistleft {
    float: left;
    width: 24%;
}

.dsconlistleft a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    height: 45px;
    background: rgba(229, 238, 241, 1);
    border-radius: 22px;
    margin-bottom: 20px;
    line-height: 45px;
    text-align: center;
    color: #015D76;
}

.dsconlistleft a:hover,
.dsconlistleft .dsconlistleftact {
    background-color: #055EA2;
    color: #FFF;
}

.dsconlistright {
    float: left;
    margin-left: 2%;
    width: 74%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2%;
}

.dsconlistright a {
    display: block;
    float: left;
    width: 17.5%;
    height: 45px;
    border: 1px solid #D7D7D7;
    line-height: 45px;
    border-radius: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 2.5%;
}

.dsconlistright a:hover {
    color: #055EA2;
    border-color: #055EA2;
}

.dsconlistright a:nth-child(5n) {
    margin-right: 0;
}

@media (max-width:1500px) {
    .jyjxtit h5 {
        font-size: 26px;
    }
    .jyjxtit span {
        font-size: 20px;
    }
    .jyjxtitright .hyhbtn {}
}

@media (max-width:1400px) {
    .kytdtab a,
    .kycgtab a {
        min-width: 140px;
        height: 40px;
        line-height: 40px;
    }
}