@page { size: landscape; }
/* 要闻动态-监管动态开始 */
.wch_list_wrap {
    background: url(wch2023_otherBk.png)repeat;
}

.wch_list_con {
    padding: 25px 0 0px;
}

.crumbs {
    font-size: 16px;
    color: #187a92;
}

.crumbs a {
    font-size: 16px;
    color: #187a92;
}

.list_con_tit {
    margin-top: 35px;
    text-align: center;
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

.list_con_tit img {
    vertical-align: -5px;
    margin-right: 15px;
}

.list_con_nav {
    margin: 0 auto;
    margin-top: 35px;
    height: 47px;
    text-align: center;
}

.list_con_nav .con_nav_ul li {
    padding: 0 40px 13px;
    position: relative;
    display: inline-block;
}

.list_con_nav .con_nav_ul li::after {
    content: '';
    display: block;
    width: 2px;
    height: 19px;
    background-color: #1095a7;
    position: absolute;
    right: 0;
    top: 16px;
    transform: translateY(-50%);
}

.list_con_nav .con_nav_ul li:last-of-type::after {
    display: none;
}

.list_con_nav .con_nav_ul li a {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}
.list_con_nav .con_nav_ul li a:hover {
    color: #1095a7;
}
.list_con_nav .con_nav_ul li.on a {
    color: #1095a7;
}
.list_con_nav .con_nav_ul li.on::before{
    content: '';
    display: block;
    width: 41px;
    height: 3px;
    background-color: #1095a7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wch_list_content {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
    min-height: 180px;
}
.content_head {
    width: 219px;
    height: 140px;
    /* padding: 15px; */
    float: left;
    margin: 20px 0 0 30px;
    overflow: hidden;
}
.content_head:hover img {
    transform: scale(1.1, 1.1);
}
.content_head img {
    width: 100%;
    height: 218px;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.content_right {
    padding: 20px 30px;
    /* float: left; */
    overflow: hidden;
}
.content_right_title {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}
.content_right_title:hover {
    color: #1095a7;
}
.content_right_content {
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    /* padding-right: 15px; */
    margin:0;
    line-height: 1.8;
    text-indent: 2em;
}
body {
    margin: 0;
}
.content_right_down {
    padding-top: 10px;
    overflow: hidden;
}
.content_right_down_date {
    font-size: 16px;
    color: #1095a7;
    float: left;
}
.content_right_down img {
    padding-left: 33px;
    width: 40px;
    height: 10px;
}
/* 要闻动态-监管动态结束 */

/* 公告 */
.wch_list_wrap {
    background: url(wch2023_otherBk.png)repeat;
}

.wch_gg_list_con {
    padding: 25px 0 20px;
}

.crumbs {
    font-size: 16px;
    color: #187a92;
}

.crumbs a {
    font-size: 16px;
    color: #187a92;
}

.list_con_tit {
    margin-top: 35px;
    text-align: center;
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

.list_con_tit img {
    vertical-align: -5px;
    margin-right: 15px;
}
.wch_gg_list_content {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
}
.wch_gg_list_content .content_left {
    width: 148px;
    height: 150px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
}
.wch_gg_list_content .content_left .p1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    height: 50px;
    color: #1095a7;
}
.wch_gg_list_content .content_left .p2 {
    font-size: 16px;
    color: #1095a7;
    letter-spacing: -1px;
}
.wch_gg_list_content .content_right {
    padding-left: 0;
}
.wch_gg_list_content .content_right .content_right_title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 5px;
    color: #333;
    cursor: pointer;
}
.wch_gg_list_content .content_right .content_right_title:hover {
    color: #1095a7;
}
.wch_gg_list_content .content_right .content_right_content {
    font-size: 16px;
    color: #666;
    padding: 15px 0 0 0;
    display: block;
    text-indent: 2em;
}
.wch_gg_list_content .content_right .content_right_content a {
    color: #1095a7;
    cursor: pointer;
}
.wch_gg_list_content .content_right .content_right_content img {
    margin-left: 14px;
}
/* 公告结束 */

/* 本会简介 */
.rightCon_info {
    width: 100%;
    margin-top: 25px;
    padding: 60px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
}
.title_line {
    width: 304px;
    height: 10px;
    margin-top: 23px;
    position: relative;
    left: 50%;
    margin-left: -152px;
}

.rightCon_info_tit {
    font-size: 28px;
    color: #1095a7;
    text-align: center;
}
.black {
    color: #1a1a1a;
}
.rightCon_info_oper {
    margin-top: 45px;
    padding: 0 10px;
    line-height: 34px;
    box-sizing: border-box;
    overflow: hidden;
}

.oper_font {
    float: left;
    font-size: 16px;
    color: #4c4c4c;
}
.time {
    margin-right: 40px;
}
.font_img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}

.font_change {
    margin-right: 6px;
    cursor: pointer;
}

.font_change.active {
    font-weight: bold;
    color: #1095a7;
}

.print {
    cursor: pointer;
    margin-right: 20px;
}

.print img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}

.oper_share {
    float: right;
}

.oper_share span {
    vertical-align: middle;

}

.oper_share .share_com {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    background: #cedde0;
    border-radius: 35px;
}
.oper_share .share_com:hover {
    background: #1095a7;
}

.oper_share .share_com img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 23px;
    height: 19px;
}

.content_body_box {
    margin-top: 25px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 36px;
    padding: 30px 0 0;
}
.line {
    border-top: solid 1px #c2dcd0;
}
.content_body_box img {
    max-width: 100%;
}

.content_body_box p {
    margin-bottom: 14px;
    font-size: 18px;
    line-height:2;
}
.content_body_box div {
    margin-bottom: 14px;
    font-size: 18px;
    line-height:2;
}
.content_body_box .tit_p {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    /* text-indent: 0; */
    color: #1a1a1a;
}

.letter_back {
    width: 235px;
    height: 166px;
    position: absolute;
    right: 124px;
    bottom: 88px;
}
/* 本会简介结束 */

/* 会员中心-会员风采 */
.wch_hy_list {
    width: 1200px;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
}
.wch_hy_list_content {
    width: 380px;
    height: 479px;
    margin: 0 30px 30px 0;
    background: white;
    float: left;
}
.wch_hy_list ul li:nth-child(3) {
    width: 380px;
    height: 479px;
    margin: 0 30px 30px 0;
    background: white;
    float: left;
    margin-right: 0;
}
.wch_hy_list ul li:nth-child(6) {
    width: 380px;
    height: 479px;
    margin: 0 30px 30px 0;
    background: white;
    float: left;
    margin-right: 0;
}
.wch_hy_list ul li:nth-child(9) {
    width: 380px;
    height: 479px;
    margin: 0 30px 30px 0;
    background: white;
    float: left;
    margin-right: 0;
}
.wch_hy_list_content .content_head {
    width: 340px;
    height: 218px;
    margin: 20px;
}
.wch_hy_list_content .content_right {
    width: 340px;
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
}
.wch_hy_list_content .content_right p {
    width: 340px;
}
.wch_hy_list_content .content_right .content_right_title1 {
    font-size: 20px;
    /* height: 52px; */
    line-height: 32px;
    font-weight: 500;
    padding-right: 40px;
    color: #333;
    cursor: pointer;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wch_hy_list_content .content_right .content_right_title1:hover {
    color: #1095a7;
}
.wch_hy_list_content .content_right .content_right_content {
}
.wch_hy_list_content .content_right .content_right_down img {
    padding: 0;
}
/* 会员中心-会员风采结束 */

/* 联系我们 */
.letter_back_lxwm {
    position: absolute;
    bottom: 104px;
    right: 57px;
}
.map_lxwm {
    width: 100%;
    height: 420px;
    margin-top: 50px;
}
.no_top_info {

}
.logo_color {
    width: 390px;
    height: 65px;
    margin-top: 50px;
}
.lxwm_content {
    width: 100%;
    height: 148px;
    margin-top: 34px;
}
.lxwm_content .left {
    width: 50%;
    height: 344px;
    float: left;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 20px;
}
.lxwm_content:last-child {
    padding-left: 72px;
}
.lxwm_content .left div {
    margin: 0 0 22px 0;
}
/* 联系我们结束 */

/* 网站地图开始 */
.bottom_line {
    width: 100%;
    height: 75px;
    opacity: 0;
}
.letter_back_wzdt {
    position: absolute;
    top: 327px;
    right: 60px;
}
.map_ul .map_li {
    /* line-height: 120px; */
    padding-left: 10px;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 30px;
}
.map_ul .map_li img {
    margin: 10px 10px 4px 10px;
}
.map_ul .map_li:last-child {
    border-bottom: none;
}
.map_li_tit {
    float: left;
    width: 240px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
}
.map_li_tit:last-child {
    width: 120px;
}
.map_li_tit a:hover {
    color: #1095a7;
}
.map_li .map_li_com {
    float: left;
    margin-right: 20px;
    font-size: 18px;
}
.map_li .map_li_tit a,
.map_li .map_li_com a {
    color: #333333;
}
.map_li .map_li_tit a:hover,
.map_li .map_li_com a:hover{
    color: #1095a7;
}
/* 网站地图结束 */

/* 搜索页 */
.lssp_page_search {
    padding: 65px 0 14px;
}
.search {
    width: 100%;
    height: 110px;
    background: url('./wch2023_search_back.png');
}
.search .search_input {
    width: 848px;
    height: 48px;
    padding: 31px 0 31px 35px;
    float: left;
}
.search .search_input input {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-size: 20px;
}
.search .search_btn {
    width: 160px;
    height: 48px;
    background: #0c717e;
    margin-top: 31px;
    float: left;
    cursor: pointer;
}
.search .search_btn img {
    padding: 9px 0 0 32px;
    float: left;
}
.search .search_btn span {
    padding: 10px;
    float: left;
    font-size: 20px;
    color: white;
}
.search_note {
    font-size: 18px;
    color: #333;
    margin: 30px 0 35px;
}
.search_note span {
    color: #b91615;
}
.wch_list_content_search {
    padding: 0 0 5px 0;
    margin-top: 14px;
    border-bottom: 1px solid #c4dcdf;
}
.wch_list_content_search .content_right {
    padding: 0;
}
.content_right_content_search {
    -webkit-line-clamp: 3;
}
/* 搜索页结束 */

/* 期刊页 */
.wch_qikan_list {
    height: 1200px;
    margin-top: 40px;
}
.qikan_left {
    width: 260px;
    height: 1197px;
    background: url('../images/wch2023_qikan_left_back.png');
    float: left;
    vertical-align: center;
}
.qikan_book_div {
    width: 260px;
    height: 294px;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
}
.qikan_book_div img {
    vertical-align: middle;
}
.qikan_left_content {
    width: 260px;
    height: 358px;
    box-sizing: border-box;
    margin: 45px 35px;
}
.qikan_left_content p {
    color: #10636e;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
}
.qikan_left_content p span {
    font-weight: bold;
}
.qikan_info {
    width: 920px;
    height: 1197px;
    box-sizing: border-box;
    padding: 30px;
    margin-left: 20px;
    background: white;
    float: left;
}
.qikan_info_top {
    width: 100%;
    height: 36px;
    color: #1093a5;
}
.qikan_info_top_title {
    font-size: 22px;
    padding-left: 16px;
    float: left;
}
.tougao {
    width: 134px;
    float: right;
    height: 36px;
    text-align: right;
    cursor: pointer;
}
.tougao img {
    float: left;
}
.tougao span {
    font-size: 16px;
    float: right;
    position: relative;
    bottom: -4px;
    right: -8px;
    color: #1093a5;
}
.qikan_time_line_left_control {
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding-top: 46px;
}
.qikan_time_line_left_active {
    display: none;
}
.qikan_time_line_left_control:hover > .qikan_time_line_left {
    display: none;
}
.qikan_time_line_left_control:hover > .qikan_time_line_left_active {
    display: block;
}
.qikan_time_line_group_out {
    width: 800px;
    overflow: hidden;
    float: left;
    margin-left: 4px;
}
.qikan_time_line_group {
    width: 2800px;
    height: 80px;
    margin-top: 30px;
    position: relative;
    left: 0;
}
.qikan_time_line {
    width: 100px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.qikan_time_line_img  {
    margin-left: -4px;
    margin-top: 2px;
}
.qikan_time_line_active_img  {
    margin-left: -4px;
    display: none;
    margin-top: 3px;
}
.qikan_time_line:hover>.qikan_time_line_img {
    display: none;
}
.qikan_time_line:hover>.qikan_time_line_active_img {
    display: block;
}
.qikan_time_line_right_control {
    float: right;
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding-top: 46px;
}
.qikan_time_line_right_active {
    display: none;
}
.qikan_time_line_right_control:hover > .qikan_time_line_right {
    display: none;
}
.qikan_time_line_right_control:hover > .qikan_time_line_right_active {
    display: block;
}
.qikan_time_line_active .qikan_time_line_img {
    display: none;
}
.qikan_time_line_active .qikan_time_line_active_img {
    display: block;
}
.qikan_books_group {
    width: 100%;
    height: 330px;
}
.qikan_book {
    width: 155px;
    height: 330px;
    margin: 0 30px;
    float: left;
}
.book_img_back {
    width: 155px;
    height: 209px;
    overflow: hidden;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.1);
}
.book_img_back:hover img {
    transform: scale(1.1, 1.1);
}
.book_img_back img {
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.qikan_book_btn {
    width: 141px;
    height: 32px;
    border-radius: 4px 16px 16px 4px;
    background: #1093a5;
    margin-left: 8px;
    margin-top: 30px;
}
.qikan_book_btn span {
    font-size: 14px;
    color: white;
    margin: 0 6px 0 12px;
    margin-top: -10px;
    position: relative;
    top: -7px;
}
.qikan_book_btn img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
}
/* 期刊页结束 */
.mail {
    display: block;
    position: absolute;
    top: 7px;
    right: 5px;
    background: url("wch_mail.png") 0px 8px no-repeat;
    padding-left: 32px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}