body {
    min-width: 1254px;
    font-family: "Microsoft YaHei", MicrosoftYaHei, 微软雅黑;
    /* background: url(../images/ershidasybg.jpg) center top no-repeat; */
    /* background-size: 100%  auto; */
}

img {
    vertical-align: middle
}

.container {
    width: 100%;
    margin: 0 auto;
    /* position: relative; */
    /* top: 0px; */
    /* left: 50%; */
    /* margin-left: -960px; */
    /* max-width: 2560px; */
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.width1254 {
    width: 1254px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.header {
}

.header .header-topbar {
    height: 42px;
    background-color: #f1f3f5;
}

.header .header-topbar li {
    float: right;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 12px;
    /* overflow: hidden; */
}

.header .header-topbar li a {
    color: #333333;
    display: inline-block;
    height: 100%;
}

.header .header-topbar li.time {
    color: #333333;
    background: url("../images/index-icon15.png") no-repeat;
    background-size: 16px;
    background-position-y: center;
    padding-left: 25px;
    font-size: 10px;
}

.header .header-topbar li .time:before {
    vertical-align: middle;
}

.header .header-topbar li .time i {
    color: #c8c8c8;
}

.header .header-topbar li.link a {
    margin-left: 38px;
}

.header .header-topbar li.link .email-login i {
    margin-right: 10px;
    width: 16px;
    /* height: 14px; */
}

.input-search {
    display: inline;
    position: relative;
    /* display: none; */
    /* height: 27px; */
    /* overflow: hidden; */
}

.top-input {
    height: 30px;
    /* width: 350px !important; */
    display: inline;
    /* background-color: #184c9b; */
    color: #333333;
    background-color: #ffffff;
    height: 27px;
    width: 376px;
    padding: 0;
    border-radius: 14px;
    padding: 0 20px;
    line-height: 1;
    font-size: 12px;
    border: solid 1px #e5e5e5;
}

.input-search .fa-search {
    color: #bcbcbc;
    position: absolute;
    top: 2px;
    right: 20px;
    background: none;
    border: none;
    width: 15px;
    height: 14px;
}

.header .header-logo {
    height: 160px;
    line-height: 160px;
    background: url("../images/header_bg.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    width: 100%;
}

.header .header-logo.dangjian-header-logo{
    background: url("../images/dangjian_header_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.header .header-nav {
    height: 56px;
    background-image: linear-gradient(-90deg,
    #0055a6 0%,
    #2989e4 100%);
    /* display: none; */
}

.cy-nav {
    margin: 0 auto;
    float: none;
    height: 100%;
}

.cy-nav li {
    line-height: 56px;
    height: 100%;
	width: 136px;
    /* padding: 0 21px; */
    position: relative;
    display: inline-block;
}

.cy-nav li.active {
}

.cy-nav li a {
    padding: 0 28px;
    display: inline-block;
	font-weight: 600;
    color: #ffffff;
    height: 100%;
    line-height: 56px;
    /* display: inline; */
    position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.cy-nav > li.active > a::after, .cy-nav > li:hover > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 5px;
    background-color: #c20000;
    /*border-bottom: 5px solid #c20000;*/
}


.cy-nav li > ol.child-nav {
    position: absolute;
    display: none;
    z-index: 100;
    width: 100%;
    top: 56px;
}

.cy-nav > li:hover > ol.child-nav {
    display: block;
    font-size: 0;
}

.cy-nav li > ol.child-nav li {
    height: 50px;
    background-color: #0e67bb;
    font-size: 16px;
    padding: 0;
    line-height: 50px;
    text-align: center;
    width: 100%;
    position: unset;
    display: block;
}

.cy-nav li > ol.child-nav li a {
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    width: 100%;
}

.cy-nav li > ol.child-nav li:hover {
    background-color: #0b59a3;
}


.mgt20 {
    margin-top: 25px;
}

.mgr20 {
    margin-right: 20px;
}

.mgl20 {
    margin-left: 20px;
}

.news_yaowen_box {
    overflow: hidden;
}

.swiper-main-container {
    width: 670px;
    height: 395px;
}

.swiper-main-container .swiper-slide {
    position: relative;
    height: auto;
    overflow: hidden;
}

.swiper-main-container .swiper-slide p {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    /* height: 2.19rem; */
    background-color: rgba(0, 0, 0, 0.4);
    /* opacity: 0.6; */
    /* line-height: 2.19rem; */
    /* font-size: 0.81rem; */
    /* letter-spacing: 0.05rem; */
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 25px;
    white-space: nowrap;
    font-size: 16px;
    /* background: rgba(51, 51, 51, 0.4); */
    height: 40px;
    line-height: 40px;
}

.swiper-main-container .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.swiper-main-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-main-container .swiper-pagination-bullet-active {
    background: #0055a6;

}

.swiper-main-container .swiper-main-pagination {
    width: auto;
}


.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    /* float: right; */
    right: 25px;
    left: auto;
    bottom: 13px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-left: 13px;
}

.news_yaowen {
    float: left;
    width: 564px;
    height: 405px;
}

#news_yaowen_title {
    border: 0;
    /* border: solid 1px #d0e2f8; */
}

#news_yaowen_title li {
    margin: 0;
    height: 48px;
    padding: 0;
    color: #333333;
    /* border: solid 1px #d0e2f8; */
    /* background-color: #d0e2f8; */
    /* padding-right: 20px; */
    font-weight: bold;
}

#news_yaowen_title li img {
    vertical-align: middle;
    margin: 0 10px 0 19px;
}

#news_yaowen_title li.active {
}

#news_yaowen_title li a {
    border-radius: 0;
    border: 0;
    padding: 0;
    height: 100%;
    line-height: 48px;
    position: relative;
    margin: 0;
    padding-left: 50px;
    /* margin-right: 20px; */
    padding-right: 10px;
    font-size: 20px;
}

#news_yaowen_title li.bg a {
    background: #d0e2f8;

}

#news_yaowen_title li.zhanlueyuan {
    /*background: #d0e2f8 url("../images/index-icon1.png") no-repeat;*/
    /*background-position-y: center;*/
}

#news_yaowen_title li.bg a:after {
    content: "";
    position: absolute;
    right: -14px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 14px solid #d0e2f8;
    border-bottom: 24px solid transparent;
    z-index: 10;
    /*display: none;*/
    /* background-color: #d0e2f8; */
}

#news_yaowen_title li.bg a.active::after {
    border-top: 24px solid transparent;
    border-left: 14px solid #004190;
    border-bottom: 24px solid transparent;
}

#news_yaowen_title li.bg.active a:after {
    border-left: 14px solid #004190;
}

#news_yaowen_title li a.active {
    background-color: #004190;
    color: #fff;
}

#news_yaowen_title li.zhanlueyuan a {
    background: #d0e2f8 url("../images/index-icon1-1.png") no-repeat;
    background-position-y: center;
    background-position-x: 20px;
}

#news_yaowen_title li.zhanlueyuan a.active {
    background: #004190 url("../images/index-icon1.png") no-repeat;
    background-position-y: center;
    background-position-x: 20px;
}

#news_yaowen_title li.kejibu a {
    background: #d0e2f8 url("../images/index-icon2.png") no-repeat;
    background-position-y: center;
    background-position-x: 30px;
}

#news_yaowen_title li.kejibu a.active {
    background: #d0e2f8 url("../images/index-icon2-1.png") no-repeat;
    background-position-y: center;
    background-position-x: 30px;
    background-color: #004190;
}

#news_yaowen_title li.bg:nth-child(2) a {
    padding-left: 70px;
}

#news_yaowen_title li.zhanlueyuan {
    width: 164px;
}

#news_yaowen_title li.kejibu {
    width: 184px;
}

#news_yaowen_title li:last-child {
    border: solid 1px #d0e2f8;
    width: 400px;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #9a9a9a;
}

#news_yaowen_title li:last-child a {
    font-size: 14px;
}

.news-list {
    margin-top: 20px;
}

.news_yaowen .news-list li {
    font-size: 16px;
}

.news-list li {
    margin-bottom: 2px;
    font-size: 14px;
    /* line-height: 40px; */
}

.news-list li:last-child {
    margin-bottom: 0;
}

.news-list li a {
    letter-spacing: 1px;
    color: #333333;
    padding-left: 15px;
    position: relative;
    max-width: 400px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
}

.news-list li a:hover {
    color: #004190;
}

.news-list li a:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 4px;
    height: 4px;
    /*background-color: #004190;*/
    background-color: #b9b9b9;
}

.news_yaowen .news-list li a:after {
    background-color: #004190;
}

.notice_list .news-list li a:hover::after {
    background-color: unset;
}

.news-list li a:hover::after {

}

.news_dangjian .news-list li a {
    max-width: 510px;
}

.branch_list .news-list li a, .news_yaowen .news-list li a {
    max-width: 460px;
}

.dangjian_second_box .news-list li a {
    max-width: 490px;
}

.news-list li span {
    letter-spacing: 1px;
    color: #9a9a9a;
    float: right;
    line-height: 38px;
    font-family: Arial;
}

.index-second_box {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.news_box {
    width: 400px;


}

.channel_title {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    /* align-content: flex-start; */
    /* height: 30px; */
    /* margin-bottom: -1px; */
}

.channel_title li {
    padding: 0;
    /* width: 200px; */
    display: inline-block;
    height: 40px;
    position: relative;
    /* padding-left: 20px; */
    line-height: 40px;
    margin-bottom: -1px;
}

.channel_title li img {
    height: 18px;
    margin-right: 10px;
    /* position: absolute; */
    /* top: 5px; */
    vertical-align: text-top;
    /* margin-top: 2px; */
}

.channel_title li span {
    letter-spacing: 0px;
    color: #333333;
    font-size: 20px;
    border-bottom: 3px solid #004190;
    /* padding-bottom: 9px; */
    display: inline-block;
    height: 100%;
    /* margin-left: 25px; */
    line-height: 37px;
    /* margin-bottom: 40px; */
    font-weight: 500;
}

.channel_title li.more {
    line-height: 40px;
}

.channel_title li.more a, .channel_mult_title li.more a {
    letter-spacing: 0px;
    color: #9a9a9a;
    font-size: 14px;
    border: 0;
    /* background: #000; */
    /* padding-bottom: 12px; */
    line-height: 40px;
}

.notice_box {
    border: solid 1px #a6c4e8;
	width: 392px;
}

.expert_box {
    border: 0;
}


.notice_box .channel_title {
    height: 55px;
    background-color: #d0e2f8;
    line-height: 55px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 20px;
    border-bottom: 1px solid #a6c4e8;
}

.expert_box .channel_title {
    border: solid 1px #a6c4e8;
}

.notice_box .channel_title li {
    padding-left: 20px;
    padding-right: 15px;
    height: 100%;
    line-height: 54px;
}

.notice_box .channel_title li img {
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
}

.notice_box .channel_title li span {
    border: 0;
    line-height: 55px;
    height: 55px;
}

.notice_box .notice_list {
    padding: 0 20px;
}

.notice_box .notice_list a {
    max-width: 350px
}

.notice_box .notice_list a:after {
    background: url("../images/index_icon_arrow.png") no-repeat;
    width: 7px;
    height: 8px;
    top: 15px;
}

.huibg {
    background: #f4f4f4;
    overflow: hidden;
}

.index_third_left {
    width: 827px;
    /* display: flex; */
    /* justify-content: space-between; */
    float: left;
}

.third_left_one {
    display: flex;
    justify-content: space-between;
}

.index_third_right {
    float: right;
    width: 400px;
    margin-top: 10px;
}

.swiper-expert-container {
    width: 400px;
    height: 304px;
}

.swiper-expert-container .swiper-slide {
    padding: 20px;
    display: flex;
    /* justify-content: center; */
    position: relative;
}

.swiper-expert-container .swiper-slide img {
    width: 178px;
    /*height: 260px;*/
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 6%);
}

.expert_info {
    margin-left: 20px;
    /* height: 100%; */
    position: absolute;
    left: 190px;
    top: 20px;
}

.expert_info h3 {
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.expert_info p {
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 14px;
}

.third_left_third {
    margin-top: 35px;
}

.third_left_two {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.third_left_two a {
}

.third_left_two a img {
    width: 400px;
    height: 126px;
}

.index-img-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.index-img-list li {
    width: 185px;
    height: 283px;
    margin-right: 29px;
    border: 2px solid #ccc;
}

.index-img-list li:last-child {
    margin-right: 0
}

.index-img-list li img {
    width: 100%;
    height: 100%;
}

.index-xiehui-list {
    margin-top: 30px;
}

.index-xiehui-list li {
    margin-top: 23px;
}

.index-xiehui-list li:first-child {
    margin-top: 0;
}

.channel_mult_title {
}

.channel_mult_title li {
    position: relative;
    overflow: hidden;
    margin-right: 24px;
    padding-right: 24px;
    height: 40px;
    line-height: 40px;
    /* margin-bottom: 0; */
}

.channel_mult_title li:after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #e1e1e1;
    position: absolute;
    right: 0;
    top: 11px;
}

.channel_mult_title li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.channel_mult_title li:last-child:after, .channel_mult_title li:nth-last-child(2):after {
    display: none;
}

.channel_mult_title li a {
    padding: 0;
    border: 0;
    line-height: 40px;
    border-radius: 0;
}

.channel_mult_title li a img {
    margin-right: 12px;
    vertical-align: text-top;
    height: 18px;
}

.channel_mult_title li a span {
    letter-spacing: 0px;
    color: #333333;
    font-size: 20px;
    line-height: 37px;
    /* padding-bottom: 3px; */
    height: 100%;
    display: inline-block;
    font-weight: 500;
}

.channel_mult_title li a.active span {
    border-bottom: 3px solid #004190;
}

.yanjiu_box {
    display: flex;
    justify-content: space-between;
}

.yanjiu_box > div {
    width: 400px;
    margin-top: 30px;
}

.yanjiu_box > div img {
    display: block;
}

.yanjiu_box > div ul {
    background: #fff;
    padding: 20px;
    height: 203px;
}

.yanjiu_box > div ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}

.yanjiu_box > div ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    background-color: #004190;
}

.yanjiu_box > div ul li:last-child {
    margin-bottom: 0;
}

.yanjiu_box > div ul li h3 {
    letter-spacing: 1px;
    color: #333333;
    font-size: 14px;
    max-width: 345px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    overflow: hidden;
}

.yanjiu_box > div ul li p {
    letter-spacing: 1px;
    color: #999999;
    font-size: 14px;
}

.index_coop {
    margin-top: 25px;
}

#coopTabContent {
    background: #fff;
    padding: 23px 20px;
}

#coopTabContent h3 {
    background: url("../images/coop_bg.png") no-repeat;
    background-size: 100%;
    width: 358px;
    height: 36px;
    letter-spacing: 1px;
    color: #004190;
    font-size: 16px;
    line-height: 36px;
    /* padding-left: 15px; */
    /* margin-top: 30px; */
}

#coopTabContent h3 a {
    display: block;
    padding-left: 15px;
    /* background: url("../images/coop_right.png") no-repeat; */
    /* background-size: 15px 12px; */
    /* background-position: right 12px; */
    position: relative;
    font-weight: 500;
}

#coopTabContent h3 a img {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 15px;
    height: 12px;
}

#coopTabContent .coopli {
    /* margin: 17px auto; */
    margin-top: 17px;
}

#coopTabContent .coopli li {
    background: url("../images/coop_left.png") no-repeat;
    background-size: 16px 16px;
    background-position-y: 4px;
    padding-left: 32px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    padding-right: 15px;
    margin-bottom: 12px;
    /* min-height: 25px; */
}

#coopTabContent .coopli li:last-child {
    margin-bottom: 0
}

#coopTabContent .coopli li a {
}

.home_big_act {
    margin: 30px 0;
}

.research_box {
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-content: baseline; */
    /* align-items: unset; */
    flex-wrap: wrap;
    flex-direction: row;
    /* align-content: flex-start; */
    overflow: hidden;
    justify-content: space-between;
}

.research_box .research_info {
    width: 400px;
    margin-bottom: 35px;
    margin-right: 25px;
    float: left;
}

.research_box .research_info:nth-child(3n){
    margin-right:0
}

.research_box .research_info .title {
    height: 50px;
    background-color: #d0e2f8;
    line-height: 50px;
    padding-left: 32px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 18px;
    padding-right: 20px;
    position: relative;
    font-weight: 500;
}

.research_box .research_info .title:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    background-color: #004190;
    left: 20px;
    top: 16px;
}

.research_box .research_info .title a {
    float: right;
    letter-spacing: 0px;
    color: #7695bb;
    font-size: 14px;
    font-weight: normal;
}

.journal_website {
    display: flex;
    justify-content: space-between;
}

.journal_box {
    width: 400px;
}

.journal_box .index-img-list li {
    width: 190px;
    height: 120px;
}

.website_box {
    width: 827px;
}

.website_box .website_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7px;
}

.website_box .website_list li {
    width: 259px;
    height: 120px;
    margin-top: 23px;
}

.website_box .website_list li img {
    width: 100%;
    height: 100%;
}

.index_links {
    margin-top: 30px;
    /* margin-bottom: 120px; */
}

#link_title {
    border: 0;
    margin-top: 20px;
}

#link_title li a {
    line-height: 1;
    border: 0;
    border-radius: 0;
    padding: 12px 24px;
    color: #333;
}

#link_title li a.active {
    background-color: #0055a6;
    border-radius: 4px;
    color: #fff;
    position: relative;
}

#link_title li a.active::after {
    content: "";
    margin-left: -8px;
    position: absolute;
    bottom: -8px;
    left: 50%;
}

#link_TabContent .tab-pane ul {
    background-color: #f4f4f4;
    padding: 33px 12px;
    padding-bottom: 7px;
}

.index-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

.index-link-list li {
    padding: 0;
    margin-bottom: 26px;
    margin-right: 25px;
}

.index-link-list li a {
    letter-spacing: 0px;
    color: #333333;
    font-size: 14px;
}

.index_contact_us {
    margin-top: 50px;
    background: #0055a6;
    height: 189px;
    overflow: hidden;
}

.contact_info {
    width: 885px;
    padding: 38px 0;
}

.contact_info .title {
    border-bottom: 1px solid #024a8e;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.contact_info p {
    color: #fff;
    line-height: 1;
    line-height: 40px; /* display: flex; *//* align-items: center; *//* align-content: center; */
    font-size: 14px;
}

.contact_info p i {
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.contact_info .title img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.contact_info .title span {
    color: #fefefe;
    vertical-align: middle;
}

.contact_qrcode {
    width: 220px;
    height: 100%;
    margin-top: 35px;
}

.contact_qrcode ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: baseline;
    /* margin-top: 35px; */
}

.contact_qrcode ul li {
    width: 92px; /* height: 85px; */
    padding: 0;
}

.contact_qrcode ul li img {
    width: 85px;
    height: 85px;
}

.contact_qrcode ul li p {
    letter-spacing: 1px;
    color: #d0e2f8;
    font-size: 12px;
    text-align: center;
    width: 92px;
    line-height: 18px;
    margin-top: 5px;
}

.copyright_box {
    background: #00488d;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.copyright_box p {
    height: 50px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #6c9fd0;
    /* text-align: left; */
    /* float: left; */
    margin: 0;
    padding: 0;
    /* display: none; */
    font-size: 14px;
    display: block;
    text-align: center;
}


.swiper-dangjian-container {
    width: 600px;
    height: 385px;
}

.channel_mult_title.line-red li a.active span, .channel_title.line-red li span {
    border-bottom-color: #c20000;
}

.channel_mult_title.line-red li a, .channel_title.line-red li {
    padding-left: 35px;
}

.channel_mult_title.line-red li img, .channel_title.line-red li img {
    height: 24px;
    position: absolute;
    top: 5px;
    left: 0;
}

.branch_list .channel_title.line-red li:first-child a {
    font-size: 18px;
}

.branch_list .channel_title.line-red li img {
    height: 16px;
    top: 12px;
}

.branch_list .news-list {
    margin-top: 15px;
}

.news-list.dred li a:after {
    background-color: #c20000;
}

.news_dangjian {
    width: 624px;
    float: left;
}

#dangjian_newsTabContent {

}

.top_news .news-detail {
    margin-top: 23px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
}

.top_news .news-detail h2 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
    padding: 0 15px;
    font-weight: 600;
    line-height: 25px;
}

.top_news .news-detail h2::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #c20000;
}

.top_news.home .news-detail h2::after {
    background-color: #004190;
}

.top_news .news-detail p {
    letter-spacing: 1px;
    color: #9a9a9a;
    line-height: 26px;
    margin-top: 10px;
    font-size: 14px;
}

.top_news .news-list {
    margin-top: 10px;
}

.top_news .news-list li {
    font-size: 14px;
    margin-bottom: 0;
}

.channel_mult_title li .more a {

}

.dangjian_second_box {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 35px;
}

.dangjian_second_box > div {
    width: 607px;
}

.dangjian_second_box {
}

.dangjian_second_box .new-img-box {
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: 25px;
}

.dangjian_second_box .new-img-box img {
    width: 277px;
    height: 158px;
    float: left;
}

.dangjian_second_box .new-img-box .news-info {
    width: 305px;
    float: left;
    margin-left: 24px;
}

.dangjian_second_box .new-img-box .news-info h2 {
    line-height: 29px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
}

.dangjian_second_box .new-img-box .news-info p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 19px;
    color: #686868;
}

.branch_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
}

.branch_list .info {
    width: 607px;
    height: 223px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    /* display: flex; */
    /* justify-content: flex-start; */
    /* justify-content: center; */
    margin-right: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    border-top: 2px solid #c20000;
    padding-top: 20px;
}

.branch_list .info:nth-child(2n) {
    margin-right: 0;
}

.branch_list .info .title {
}

.dangjian_act {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 55px;
}

.dangjian_act li {
    width: 396px;
    height: 130px;
}

.dangjian_act a {
}

.dangjian_act img {
}


.intro-body {
    min-height: 450px;
}

.intro-body .intro-menu {
    width: 220px;
    float: left;
}

.intro-body .intro-menu .menu-title {
    width: 220px;
    height: 60px;
    background: url("../images/intro-bg.png") no-repeat;
    background-size: 100%;
    line-height: 60px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.right-nav {
}

.right-nav li {
    width: 220px;
    height: 55px;
    /* text-align: center; */
    line-height: 55px;
    background: #f1f3f5;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #333333;
    padding-left: 55px;
}

.right-nav li.active {
    background: #e4e4e4;
    font-weight: bolder;
}

.right-nav li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

.right-nav li a::after {
    content: "";
    background: url(../images/index_icon_arrow1.png) no-repeat;
    width: 11px;
    height: 12px;
    top: 21px;
    left: 0;
    position: absolute;
}

.dangjian .right-nav li.active a::after {
    background: url(../images/index_icon_arrow3.png) no-repeat;
}

.right-nav li.active a::after {
    width: 11px;
    height: 12px;
    background: url(../images/index_icon_arrow2.png) no-repeat;
}

.intro-body .intro-right {
    width: 1004px;
    float: right;
}

.intro-body .intro-right .intro_title_box {
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(-90deg,
    #cae3fc 0%,
    #2280da 100%);
}

.intro-body .intro-right .intro_title_box.red {
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(-90deg,
    #ffe9e4 0%,
    #d82c05 100%);
}

.intro-body .intro-right .intro_title_box .title_h3 {
    float: left;
    background: url("../images/intro_icon.png") no-repeat;
    background-position-y: center;
    /* margin: 0 25px; */
    background-position-x: 25px;
    padding-left: 60px;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    position: relative;
}

.intro-body .intro-right .intro_title_box.red .title_h3 {
    background: url("../images/dangjian_icon_3.png") no-repeat;
    background-position-y: center;
    /* margin: 0 25px; */
    background-position-x: 25px;
}

.intro_title_box .title_h3 img {
    /* vertical-align: baseline; */
    /* width: 21px; */
    height: 24px;
    position: absolute;
    top: 18px;
    left: 25px;
}

.intro-body .intro-right .intro_title_box.red .breadcrumb {
    color: #ce7b7a;
}

.intro-body .intro-right .intro_title_box .breadcrumb {
    display: inline;
    float: right;
    padding: 0;
    background: none;
    margin: 0;
    margin-right: 16px;
    font-family: FZLTHK--GBK1-0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #889fb6;
}

.intro-body .intro-right .intro_title_box .breadcrumb li {
    position: relative;
    padding: 0 10px;
}

.intro-body .intro-right .intro_title_box .breadcrumb li::before {
    content: ">";
    position: absolute;
    right: -7px;
}

.intro-body .intro-right .intro_title_box .breadcrumb li:last-child::before {
    display: none;
}

.intro-body .intro-menu.dangjian .menu-title {
    background: url(../images/dangjian_intro_bg.png) no-repeat;
    background-size: 100%;
    color: #f9ea96;
}

.website_content_box {
}

.website_content_box .title {
    letter-spacing: 0px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* margin-top: 50px; */
    margin-bottom: 20px;
}

.website_content_box .website_content {
    margin-top: 40px;
    /* margin-top: 25px; */
    /* font-size: 20px; */
    font-size: 14px;
    line-height: 38px;
    padding: 0 30px;
    text-align: justify;
    /* vertical-align: text-top; */
}

.website_content_box .website_content p {
    /* text-indent: 2em; */
}

.intro_report_list {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: flex-start; */
    margin: 0 12px;
}

.intro_report_list li {
    width: 200px;
    /* padding: 0; */
    /* margin: 0; */
    /* overflow: hidden; */
    /* text-align: center; */
    margin-right: 30px;
    margin-bottom: 35px;
    padding: 0;
    text-align: center;
}

.intro_report_list li:nth-child(4n) {
    margin-right: 0;
}

.intro_report_list li img {
    width: 100%;
    height: 273px;
    float: left;
    border: 1px solid #ccc;
}

.intro_report_list li p {
    /* clear: both; */
    text-align: center;
    font-size: 16px;
}


.pic-intro {
    text-align: left;
    padding-bottom: 45px;
    /* border-bottom: 1px solid #f4f4f4; */
}

.nowleader .media {
    width: 23%;
    padding-left: 0;
    height: 323px;
}

.pic-intro .media {
    display: inline-block;
    background-color: #fff;
    /* margin-top: 30px; */
    border: 1px solid #ececec;
    border-radius: 4px;
    /* padding-bottom: 15px; */
    /* padding-top: 15px; */
    margin-right: 75px;
    width: 30%;
    /* padding-left: 15px; */
    padding: 0;
    width: 160px;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
}

.nowleader .media .media-object {
    margin: 0 auto;
}

.nowleader .media .media-body {
    /* margin-top: 20px; */
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.nowleader .media .media-body .text-left {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1;
    margin-bottom: 0;
}

.nowleader .media .media-body p {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    line-height: 1;
    margin-top: 15px;
}

.nowleader .media .media-left {
    display: block;
    padding: 0;
    width: 160px;
    height: 210px;
    overflow: hidden;
}

.nowleader .media .media-left > a {
    display: inline-block;
    width: 160px;
    height: 210px;
    overflow: hidden;
}

.nowleader .row {
    display: flex;
    justify-content: center;
    /* margin-bottom: 35px; */
    /* margin: 0; */
}

.pep-intro {
    background-color: #f5f5f5;
    margin-top: 35px;
    /* padding-top: 35px; */
    border: 1px solid #dddddd;
    background: url("../images/person-bg.png") no-repeat;
    background-size: 100%;
    display: flex;
}

.pep-img1 {
    width: 160px;
    height: 212px;
}

.pep-intro .pep-img {
    width: 160px;
    height: 212px;
    overflow: hidden;
}

.pep-intro .pep-postion {
    /* height: 212px; */
    width: 844px;
    padding: 0 25px;
    display: flex;
    /* align-content: center; */
    align-items: center;
}

.pep-intro h3 {
    /* font-size: 24px; */
    font-weight: bold;
    font-size: 18px;
    /* margin-top: 25px; */
    margin-bottom: 10px;
    text-align: justify;
    width: 100%;
}

.pep-intro p {
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 14px;
    width: 100%;
}

.pep-info-title {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 25px;
}

.pep-info-title h4 {
    display: inline-block;
    border-bottom: 3px solid #004190;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    /* padding-bottom: 10px; */
    line-height: 33px;
}

.pep-info-title.red h4 {
    border-bottom: 3px solid #c41d1d;
}

.per-info-content {
    margin-top: 20px;
    line-height: 38px;
    text-indent: 2em;
}

.per-info-content p {
    font-size: 14px;
}

.per-info-content p span {
    font-size: 14px !important;
}

.dep_list {
    border: 1px solid #d0e2f8;
    border-top: 0;
    padding: 25px 20px;
    padding-bottom: 10px;
}

.dep_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.dep_list ul li.active a {
    background-color: #d0e2f8;
    border-radius: 4px;
    color: #0055a6;
}

.dep_list ul li {
    height: 40px;
    line-height: 40px;
    /* padding: 0 27px; */
    /* margin-right: 140px; */
    width: 320px;
    margin-bottom: 15px;
}

.dep_list ul li:nth-child(3n) {
    margin-right: 0;
}

.dep_list ul li a {
    padding: 0 27px;
    display: inline-block;
    height: 100%;
    padding-left: 52px;
    background: url("../images/dep_icon.png") no-repeat;
    background-position-y: center;
    background-position-x: 30px;
}

.dep_list ul li.active a {
}


.dep_person_list {
    padding: 0 65px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.dep_person_list .media:nth-child(4n) {
    margin-right: 0;
}

.science-news {
}

.science-news .news-list {
    margin-top: 10px;
}

.science-news .news-list li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 48px;
    height: 48px;
}

.science-news .news-list li a {
    max-width: 750px;
    font-size: 14px;
    line-height: 48px;
}

.science-news .news-list li span {
    line-height: 48px;
}

.science-news .news-list li a:after {
    content: "";
    position: absolute;
    right: -14px;
    top: 20.5px;
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-left: 6px solid #c4c4c4;
    border-bottom: 3.5px solid transparent;
    z-index: 10;
    background: none;
}

.science-news .news-list.red li a:hover {
    color: #c20000;
}

.pagination {
    margin-top: 50px;
}

.pagination > li {
    /* margin-left: 12px; */
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    margin-left: 12px;
    color: #666666;
    font-size: 18px;
    font-family: ArialMT;
}

.dep_list.red {
    border: 1px solid #ffe9e4;
    border-top: 0;
}

.dep_list.red ul li a {
    background: url(../images/dep_red_icon.png) no-repeat;
    background-position-y: center;
    background-position-x: 30px;
}

.dep_list.red ul li.active a {
    background-color: #ffe9e4;
    color: #c20000;
}

.dep_list.red ul li {
    width: auto;
}

.news-detail .breadcrumb {
    padding: 0;
    margin: 0;
    line-height: 40px;
    letter-spacing: 0px;
    color: #889fb6;
    font-family: FZLTHK--GBK1-0;
    font-size: 12px;
}

.news-detail .breadcrumb li {
    position: relative;
    padding: 0 10px;
}

.news-detail .breadcrumb li::before {
    content: ">";
    position: absolute;
    right: -7px;
}

.news-detail .breadcrumb li:last-child::before {
    display: none;
}


.news-detail-box {
    background: #fff;
    padding: 0 80px;
    padding-top: 36px;
    margin-bottom: 50px;
}

.news-detail-box h1 {
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    font-size: 24px;
    font-weight: bold; /* line-height: 40px; *//* margin-top: 20px; */
}


.news-head {
    border-bottom: 1px solid #e5e5e5;
    line-height: 42px;
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 25px;
}

.news-head .size a {
    cursor: pointer;
    margin-left: 3px;
}

.news-head .size a.active {
    color: #004290;
}


.news-detail-box .news-content {
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
    font-size: 16px;
    margin-top: 13px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 50px;
}

.news-detail-box .news-content p {
}

.news-detail-box .news-content img {
    max-width: 100%;
    /*display: block;*/
    /*margin: 0 auto;*/
}

.news-detail-box .news-content.size12 p {
    font-size: 12px !important;
    line-height: 30px;
}

.news-detail-box .news-content.size14 p {
    font-size: 14px !important;
}

.news-detail-box .news-content.size16 p {
    font-size: 16px !important;
    line-height: 42px;
}


.news-detail-foot {
    margin-top: 0;
    padding-bottom: 30px; /* margin-bottom: 30px; */
}

.news-detail-foot .news-up-down {
    width: 85%;
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin-top: 20px;
}

.news-detail-foot .news-up-down li {
    position: relative;
    padding-left: 15px; /* color: #0055a6; */
}

.news-detail-foot .news-up-down li:hover {
    color: #0055a6;
}

.news-detail-foot .news-up-down li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 16.5px;
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-left: 6px solid #c4c4c4;
    border-bottom: 3.5px solid transparent;
    z-index: 10;
    background: none;
}

.news-detail-foot .news-up-down li:hover::after {
    border-left: 6px solid #0055a6;
}

.news-detail-foot .news-share {
    width: 15%;
    float: right;
    margin-top: 30px;
    text-align: right;
}

.news-detail-foot .news-share a {
    /* margin-left: 10px; */
    background-image: none;
    /* background: none; */
    height: 30px;
    width: 30px;
    /* padding: 0; */
    /* margin: 0; */
    /* margin-left: 10px; */
    float: unset;
    display: inline-block;

}


.news-detail-foot .news-share a.bds_weixin {
    background: url(../images/img_wechat.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.news-detail-foot .news-share a.bds_tsina {
    background: url(../images/img_weibo.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.breadcrumb li.active, .breadcrumb > li + li:before {
    color: inherit;
}

.bd_weixin_popup {
    width: 150px !important;
}

#yanjiu .index-img-list li {
    background: #fff;
}

#yanjiu .index-img-list li img {
    height: 100px;
}

#yanjiu .index-img-list li p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}

.lunwen-swiper {
    margin-top: 30px;
}

.lunwen-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    height: 283px;
    border: 2px solid #ccc;
}

.lunwen-swiper .swiper-slide a, .lunwen-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .dangjian-header-nav {background-image: none;background-color: #e50c0c;}

.header .dangjian-header-nav .cy-nav > li.active > a::after, .cy-nav > li:hover > a::after {
    background-color: #e8bc22;
}

.header .dangjian-header-nav .cy-nav li > ol.child-nav li {
    background-color: #e50c0c;
}

.header .dangjian-header-nav .cy-nav li > ol.child-nav li:hover{
    background-color: #a70505;
}