@charset "UTF-8";

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
/*网站变灰*/
/*html{
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
    min-width: 0;
}

textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% "微软雅黑" !important;
    color: #000;
    background-color: #fff;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i, u {
    font-style: normal;
    text-decoration: none;
}

.inner {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto !important;
}

/* 首页 */
.header {
    width: 100%;
    height: 164px;
    background: url('/images/client/bg1.jpg') no-repeat center top;
    background-size: 100% 170px;
}

.header_top {
    overflow: hidden;
}

.header_top_link {
    float: right;
    overflow: hidden;
    padding: 12px 0;
}

.header_top_link a {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #3b424a;
    border-left: 1px solid #535a62;
    padding-left: 24px;
    margin-left: 30px;
}

.header_top_link a:first-child {
    border-left: 0;
}

.header_top_link a:hover {
    color: #3b72b2;
    text-decoration: underline;
}

.header_top_search {
    float: right;
    overflow: hidden;
    margin: 7px 0;
    border-radius: 50px;
    background-color: #ced6e1;
    padding: 0 12px;
}

.header_top_search img {
    float: left;
    height: 17px;
    margin: 4px 6px 0 0;
}

.header_top_search input {
    float: left;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.header_bottom {
    overflow: hidden;
}

.header_bottom .logo {
    float: left;
    height: 102px;
}

.header_bottom .logo img {
    display: block;
    height: 100%;
}

.nav {
    background-color: #087cd6;
}

.nav_list {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.nav_list li {
    float: left;
    width: 120px;
}

.nav_list li a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.nav_list li a img {
    height: 20px;
    margin: -2px 4px 0 0;
}

.nav_list li.on a {
    background-color: #2b5a92;
}

.nav_list li:hover a {
    background-color: #2b5a92;
}

.index_bg {
    background-color: #e7f1fa;
    padding-top: 1px;
}

.ad_swiper_all {
    position: relative;
}

.ad_swiper_all .inner {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
}

.banner_login {
    width: 200px;
    height: 210px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -105px;
}

.banner_login_r {
    right: -30px;
}

.banner_login_tit {
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #33334D;
    font-weight: bold;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.banner_login_tit::after {
    content: "";
    width: 10px;
    height: 4px;
    background-color: #1FACFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.banner_login_form {
    padding: 0px 0 10px;
}

.banner_login_form li {
    overflow: hidden;
    background-color: #FAFAFA;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    padding: 0 10px;
}

.banner_login_form li img {
    float: left;
    width: 16px;
    height: 16px;
    margin: 7px 11px 0 0;
}

.banner_login_form li input {
    float: left;
    width: 123px;
    font-size: 12px;
    line-height: 30px;
    color: #000;
}

.banner_login_form li input::placeholder {
    color: #999999;
}

.banner_login>button {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    color: #1FACFF;
    background-color: #EAF4FF;
}

.banner_login>button.on {
    color: #fff;
    background-color: #1FACFF;
}

.banner_login_tips a {
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: #999999;
}

.banner_login_tips a:last-child {
    float: right;
}

.banner_login_tips a:hover {
    color: #1FACFF;
    text-decoration: underline;
}

.ad_swiper {
    margin-top: 24px;
    height: 235px;
}

.ad_swiper2 {
    height: 295px;
}

.ad_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.ad_swiper .swiper-pagination {
    width: auto;
    right: 14px;
    bottom: 11px;
}

.ad_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
}

.ad_swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 10px;
}


.index_news {
    overflow: hidden;
    padding: 24px 0;
}

.index_news_con {
    float: left;
    width: 300px;
}

.index_news_tit {
    display: block;
    overflow: hidden;
    background: url('/images/client/line1.png') no-repeat bottom left;
    background-size: 100% auto;
    padding-top: 6px;
}

.index_news_tit h3 {
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #000308;
    font-weight: bold;
}

.index_news_tit h3 span {
    color: #3a6598;
}

.index_news_tit img {
    float: right;
    height: 19px;
    margin: 10px 0;
}

.index_news_con_list_info {
    padding-top: 4px;
}

.index_news_con_list_info a {
    display: block;
    overflow: hidden;
}

.index_news_con_list_info a p {
    float: left;
    width: 230px;
    font-size: 14px;
    line-height: 32px;
    color: #4f5962;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_news_con_list_info a i {
    float: right;
    font-size: 14px;
    line-height: 32px;
    color: #a9b2bb;
}

.index_news_con_list_info a:hover p {
    color: #3b72b2;
    text-decoration: underline;
}

.index_news_swiper {
    float: left;
    width: 582px;
    height: 404px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 9px;
}

.index_news_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_news_swiper .swiper-pagination {
    width: auto;
    right: 28px;
    bottom: 16px;
}

.index_news_swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 0 2px;
}

.index_news_swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 10px;
}

.index_news_swiper .swiper-slide p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 120px 0 6px;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_nav {
    padding: 30px 0 20px;
    overflow: hidden;
}

.index_nav a {
    float: left;
    width: 154px;
    height: 96px;
    border-radius: 10px;
    background-color: #f6f7f9;
    text-align: center;
    padding-top: 23px;
    box-sizing: border-box;
    margin-right: 20px;
    border: 1px solid #f6f7f9;
}

.index_nav a:nth-child(7) {
    margin-right: 0;
}

.index_nav a:nth-child(8) {
    width: 590px;
    margin-top: 14px;
    height: 70px;
}

.index_nav a:nth-child(9) {
    width: 590px;
    margin-top: 14px;
    margin-right: 0;
    height: 70px;
}

.index_nav a img {
    height: 30px;
}

.index_nav a p {
    font-size: 16px;
    line-height: 16px;
    color: #6f6f6f;
    margin-top: 12px;
}
.index_nav a span{
    font-size: 16px;
    color: #6f6f6f;
    margin-left: 20px;
}
.index_nav a:hover {
    background-color: #fff;
    border-color: #3b72b2;
}

.index_nav a:hover p {
    color: #3b72b2;
}

.friend_link {
    background-color: #366caa;
}

.friend_link_con {
    overflow: hidden;
    /*padding-left: 36px;*/
}

.friend_link_con h3 {
    float: left;
    font-size: 20px;
    line-height: 67px;
    color: #fff;
}

.friend_link_list {
    /*float: left;*/
    overflow: hidden;
}

.friend_link_list a {
    float: left;
    margin-left: 6.5px;
    font-size: 17px;
    line-height: 67px;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
}
.friend_link_list a:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    margin-right: 6.5px;
}

.friend_link_list a img {
    height: 30px;
    margin: -4px 12px 0 0;
}

.friend_link_list a:hover {
    font-weight: bold;
}

.footer {
    background-color: #344358;
    /*padding: 80px 0 14px;*/
}

.footer_top {
    overflow: hidden;
}

.footer_top select {
    float: left;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    color: #707070;
    width: 226px;
    padding: 0 38px 0 10px;
    background: url('/images/client/bg2.png') no-repeat;
    background-size: 100% 100%;
    appearance: none;
    margin-right: 98px;
}

.footer_top select:last-child {
    margin-right: 0;
}

.footer_bottom {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.footer_bottom p {
    font-size: 14px;
    color: #fff;
}


.fixed_sqrh {
    display: block;
    width: 196px;
    height: 270px;
    position: fixed;
    top: 50%;
    left: 4px;
    margin-top: -135px;
    z-index: 999;
}

.fixed_side {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    top: 480px;
    right: 0;
    z-index: 999;
    width: 82px;
    box-sizing: border-box;
    padding: 14px 11px;
}

.fixed_side2 {
    top: 540px;
}

.fixed_side a {
    display: block;
    border-bottom: 1px solid #9caaad;
    line-height: 80px;
    font-size: 0;
    text-align: center;
}

.fixed_side a:nth-child(2) {
    border-bottom: 0;
}

.fixed_side a img {
    height: 42px;
    vertical-align: middle;
}


.fixed_side_left {
    background-color: #fff;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    top: 480px;
    left: 0;
    z-index: 999;
    width: 82px;
    box-sizing: border-box;
    padding: 14px 11px;
}

.fixed_side_left a {
    border-bottom: 1px solid #9caaad;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6f6f6f;
}

.fixed_side_left a:nth-child(2) {
    border-bottom: 0;
    margin-top: 5px;
}

.fixed_side_left a img {
    height: 30px;
}

.fixed_side_ewm {
    width: 144px;
    height: 188px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 16px 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: -150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
}

.fixed_side_ewm img {
    width: 108px;
    height: 108px;
}

.fixed_side_ewm p {
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    margin-top: 8px;
}

/* 机构列表 */
.path {
    background-color: #fafafa;
    border-bottom: 1px solid #d4d4d4;
}

.path_con {
    overflow: hidden;
}

.path_con h3 {
    float: left;
    font-size: 18px;
    line-height: 56px;
    color: #020202;
}

.path_con h3 img {
    float: left;
    height: 20px;
    margin: 18px 8px 0 0;
}

.path_con a {
    float: left;
    font-size: 18px;
    line-height: 56px;
    color: #020202;
    margin-right: 8px;
}

.path_con a:hover {
    color: #3b72b2;
    font-weight: bold;
}

.institutions_list {
    padding-bottom: 188px;
}

.institutions_list li {
    margin-top: 11px;
}

.institutions_list li h3 {
    font-size: 24px;
    line-height: 46px;
    color: #030303;
    font-weight: bold;
    border-bottom: 2px solid #8da8c5;
}

.institutions_list_info {
    overflow: hidden;
}

.institutions_list_info a {
    float: left;
    font-size: 13px;
    line-height: 42px;
    color: #4e555d;
    width: 226px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}
.institutions_list_info a:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #41464a;
    border-radius: 50%;
    top: 50%;
    margin-top: -1px;
    left: 2px;
}
.institutions_list_info a:nth-child(5n-1){
    width: 290px;
}
.institutions_list_info a:hover {
    color: #3b72b2;
    text-decoration: underline;
}

/* 机构列表.html */
.institutions_details {
    overflow: hidden;
    padding: 20px 0 160px;
}

.institutions_details_nav {
    float: left;
    width: 200px;
    background-color: #fafafa;
}

.institutions_details_nav li h3 {
    padding-left: 38px;
    overflow: hidden;
    font-size: 18px;
    line-height: 48px;
    color: #666666;
    border-bottom: 1px solid #afadae;
    cursor: pointer;
}

.institutions_details_nav li h3 i {
    float: left;
    width: 10px;
    height: 12px;
    background: url('/images/client/sj_gray.png') no-repeat;
    background-size: 100% 100%;
    margin: 18px 10px 0 0;
}

.institutions_details_nav li h3 span {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    position: relative;
}

.institutions_details_nav li h3 span::after {
    content: '+';
    font-size: 24px;
    line-height: 12px;
    color: #666;
    text-align: center;
}

.institutions_details_nav li.on h3 {
    background-color: #366caa;
    color: #fff;
}

.institutions_details_nav li.on h3 i {
    background: url('/images/client/sj_blue.png') no-repeat;
    background-size: 100% 100%;
}

.institutions_details_nav li.on h3 span::after {
    content: "—";
    color: #fff;
    font-size: 16px;
}

.institutions_details_nav .institutions_details_nav_sub li h3 {
    background-color: transparent;
    color: #666;
    font-size: 17px;
}

.institutions_details_nav .institutions_details_nav_sub li h3 span::after {
    content: '+';
    font-size: 24px;
    line-height: 12px;
    color: #666;
    text-align: center;
    cursor:pointer
}

.institutions_details_nav .institutions_details_nav_sub li.sub_on h3 {
    background-color: transparent;
}

.institutions_details_nav .institutions_details_nav_sub li.sub_on h3 span::after {
    content: "—";
    color: #333;
    font-size: 16px;
}

.institutions_details_nav_sub_list {
    display: none;
    font-size:14px;
    margin-left:20px;
}

.institutions_details_nav_list {
    display: none;
}

.institutions_details_nav_list a {
    display: block;
    padding-left: 54px;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    border-bottom: 1px solid #c8c8c8;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.institutions_details_nav_list a i {
    float: left;
    width: 8px;
    height: 9px;
    background: url('/images/client/sj_blue.png') no-repeat;
    background-size: 100% 100%;
    margin: 16px 10px 0 0;
}

.institutions_details_nav_list a:hover {
    color: #3b72b2;
}

.institutions_details_nav_list a.on {
    color: #0a91ed;
}



.institutions_details_info {
    float: right;
    width: 966px;
}

.institutions_details_info.search {
    width: 1200px;
}

.institutions_details_info li h3 {
    font-size: 24px;
    line-height: 44px;
    color: #1b1b1b;
    font-weight: bold;
    border-bottom: 1px solid #798da5;
    margin: 0;
    padding-left: 5px;
}

.institutions_details_info_txt {
    padding: 12px 0 14px 28px;
    position: relative;
}

.institutions_details_info_txt::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #707070;
    position: absolute;
    top: 22px;
    left: 8px;
}

.institutions_details_info_txt p {
    font-size: 16px;
    line-height: 30px;
    color: #9e9d9b;
}

/* 领导列表 */
.leadership {
    padding: 20px 0;
    overflow: hidden;
}

.leadership_tab {
    float: left;
    width: 200px;
    background-color: #fafafa;
}

.leadership_tab li {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

.leadership_tab li.on {
    color: #fff;
    line-height: 50px;
    background-color: #366caa;
}











.leadership_con_tit {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #030303;
    font-weight: bold;
    position: relative;
}

.leadership_con_tit::after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #697e99;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.leadership_list {
    padding: 20px 70px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.leadership_list li {

    margin: 0 53px !important;
}

.leadership_list li:first-child {
    margin-left: 0;
}

.leadership_list li:last-child {
    margin-right: 0;
}


.leadership_list li img {
    width: 200px;
    height: 234px;
    margin-bottom: 12px;
    /*box-shadow: 5px 5px 10px #c3c3c3, -5px -5px 10px #f9f9f9;*/
    /*border: 1px solid #000;*/
}

.leadership_list li p {
    font-size: 21px;
    line-height: 26px;
    color: #707070;
}

.leadership_list li a:hover {
    color: blue;
    font-size: 25px;
}

/* 领导详情 */
.leadership_details {
    overflow: hidden;
    padding: 20px 0 74px;
}

.leadership_details_summary {
    float: left;
    width: 200px;
}

.leadership_details_summary_top {
    text-align: center;
    padding-bottom: 8px;
}

.leadership_details_summary_top img {
    display: block;
    width: 100%;
    height: 238px;
    /*box-shadow: 5px 5px 10px #c3c3c3, -5px -5px 10px #f9f9f9;*/
    /*border: 1px solid #000;*/
}

.leadership_details_summary_top h3 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
}

.leadership_details_summary_top p {
    font-size: 18px;
    line-height: 28px;
    color: #151515;
    font-weight: bold;
}

.leadership_details_summary_bottom {
    background-color: #fafafa;
}

.leadership_details_summary_bottom a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #bfbdbe;
}

.leadership_details_summary_bottom a.on {
    color: #fff;
    line-height: 50px;
    background-color: #366caa;
}

.leadership_details_info {
    float: right;
    width: 966px;
}

.leadership_details_info_tit {
    font-size: 24px;
    line-height: 44px;
    color: #030303;
    font-weight: bold;
    border-bottom: 1px solid #8da8c5;
}

.leadership_details_info_txt li {
    font-size: 16px;
    line-height: 28px;
    color: #9c9899;
    padding: 14px 0 10px 26px;
    border-bottom: 1px solid #e4e8e9;
    position: relative;
}

.leadership_details_info_txt li:last-child {
    border-bottom: 0;
}

.leadership_details_info_txt li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #707070;
    position: absolute;
    top: 24px;
    left: 8px;
}

.leadership_details_info_txt_info li {
    font-size: 16px;
    line-height: 28px;
    color: #9c9899;
    padding: 14px 0 10px 26px !important;
    border-bottom: 1px solid #e4e8e9;
    position: relative;
    border-bottom: 2px solid #ebecee!important;
}
.leadership_details_info_txt_info li:before{
    position: absolute;
    left: 6px;
    top: 24px;
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #707070;
}
.leadership_details_info_txt_info li:last-child {
    border-bottom: 0;
}
.db{
    border-top: 1px solid #3f6b9a;
    background: #e7f1fa;
    box-sizing: border-box;
    padding: 15px 10px;
    position: relative;
}
.db:before{
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: #3f6b9a transparent transparent transparent;
    width: 0;
    height: 0;
    top: 0px;
    left: 50%;
    margin-left: -4px;
    content: '';
}
.dbt{
    font-size: 16px;
    color: #101417;
}
.dbf{
    font-size: 16px;
    color: #9b9ba3;
    line-height: 26px;
    margin-top: 5px;
}
/* 新闻列表 */
.dynamic_list {
    padding: 6px 0;
    border-bottom: 1px solid #798da5;
}
.dynamic_list.search a {
    display: flex;
    justify-content: space-between;
}

.dynamic_list a {
    display: block;
    padding: 0 24px 0 28px;
    overflow: hidden;
    position: relative;
}

.dynamic_list a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3b72b2;
    border: 1px solid #808185;
    position: absolute;
    top: 15px;
    left: 8px;
}

.dynamic_list a p {
    float: left;
    font-size: 16px;
    line-height: 38px;
    color: #656565;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.dynamic_list a i {
    float: right;
    font-size: 16px;
    line-height: 38px;
    color: #c2bebf;
}

.dynamic_list a:hover p {
    color: #3b72b2;
    text-decoration: underline;
}

.pages {
    padding: 20px 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    background-color: #ededed;
    padding: 0 18px;
    margin: 0 2px;
}

.pages a.on {
    color: #fff;
    background-color: #3b72b2;
}

.pages a.no {
    background: transparent;
}

/* 新闻详情 */
.news_details {
    /*margin: 20px auto 74px;*/
    /*padding: 0 64px;*/

}

.news_details_tit {
    text-align: center;
}

.news_details_tit h3 {
    font-size: 28px;
    line-height: 68px;
    color: #030303;
    font-weight: bold;
    border-bottom: 1px solid #c2c0c1;
}

.news_details_tit p {
    font-size: 16px;
    line-height: 46px;
    color: #666666;
}

.news_details_tit p span {
    margin: 0 10px;
}

.news_details_con img {

    max-width: 100%;
    max-height: 100%;

}

.news_details_con p {
    /*font-size: 16px;*/
    /*line-height: 30px;*/

    /*margin-top: 30px;*/
    color: #606266;
}

.news_details_article {
    padding: 70px 0 56px;
}

.news_details_article a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

.news_details_article a:hover {
    color: #3b72b2;
    text-decoration: underline;
}
.banner_login.tc{
    top: 5px;
    margin-top: 0px;
    right: 50px;
    height: 153px;
}
.banner_login.tc .banner_login_tit{
    line-height: 28px;
    font-size: 14px;
}
.banner_login.tc .banner_login_form li{
    margin-top: 5px;
}
.banner_login.tc button{
    line-height: 26px;
}
.banner_login.tc .banner_login_form{
    padding: 0px 0px 5px;
}
.banner_login.tc .banner_login_form li input{
    line-height: 26px;
}
.banner_login.tc .banner_login_tips a{
    line-height: 26px;
}

.header_bottom .logo2{
    float: right;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 75px;
}

.header_bottom .logo2 img{
    width: 448px;
    height: 84px;
}
@media screen and (max-width: 1201px) {
.banner_login_r?{
  right:0px!important
}
.banner_login{
  right:0px!important
}
}
