@charset "utf-8";

body {
    background: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.col_01 {
    margin-top: 10px;
    width: 100%;
    height: 430px;
    background-color: #f4f6f7;
    box-shadow: 0px 0px 13px 0px rgba(172, 174, 191, 0.28) inset;
}

.col_01 > div {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.column {
    overflow: hidden;
}

.col_01_l {
    float: left;
    width: 190px;
    height: 385px;
    background-color: #2ca68f;
    position: relative;
}

.fast_nav {
    width: 140px;
    display: block;
    padding: 12px 25px;
}

.col_01_l > ul {
    width: 100%;
}

.col_01_l > ul > li {
    width: 186px;
    height: 67px;
    background-color: #40bba4;
    border-top: 1px #54c2ad solid;
    border-bottom: 1px #37ae98 solid;
    border-right: 4px #60c6b3 solid;
    background-repeat: no-repeat;
    background-position: 23px center;

}

.col_01_l > ul > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 67px;
    padding-left: 0px;
    margin: 0 10px 0 62px;
    box-sizing: border-box;
    background-image: url(../images/icon_fn_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.col_01_l > ul > li:first-child {
    background-image: url(../images/icon_fn_01.png);
}

.col_01_l > ul > li:first-child + li {
    background-image: url(../images/icon_fn_02.png);
}

.col_01_l > ul > li:first-child + li + li {
    background-image: url(../images/icon_fn_03.png);
}

.col_01_l > ul > li:first-child + li + li + li {
    background-image: url(../images/icon_fn_04.png);
}

.col_01_l > ul > li:first-child + li + li + li + li {
    background-image: url(../images/icon_fn_05.png);
}

.fast_menu {
    display: none;
    width: 478px;
    height: 385px;
    overflow: hidden;
    border: 1px #96d5c9 solid;
    position: absolute;
    left: 190px;
    top: 0;
    z-index: 9999999;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.fast_menu > ul {
    margin-top: 20px;
    /*    overflow: hidden;*/
}

.fast_menu > ul > li {
    float: left;
    font-size: 14px;
    height: 14px;
    padding: 0 10px;
    border-right: 1px #b8b8b8 solid;
    margin-bottom: 30px;
}

.fast_menu > ul > li > a {
    display: block;
    padding: 8px;
    line-height: 14px;
    margin-top: -8px;
}

.fast_menu > ul > li > a:hover {
    background: #f4f6f7;
}

.fast_menu > div {
    clear: both;
    border-top: 1px #d7dae0 dashed;
}

.fast_menu > div > p {
    font-size: 14px;
    color: #40bba4;
    margin-top: 20px;
}

.fast_menu > div > a {
    display: block;
    overflow: hidden;
    margin-top: 12px;
}

.fast_menu > div > a img {
    width: 99px;
    height: 60px;
    float: left;
}

.fast_menu > div > a p {
    font-size: 12px;
    color: #333;
    float: left;
    margin-left: 10px;
    width: 300px;
    height: 60px;
    overflow: hidden;
    line-height: 22px;
}

.fast_menu > div > a p:hover {
    color: #40bba4;
}

/*快速导航鼠标滑过样式 start*/
.col_01_l > ul > li:hover {
    background-color: #fff;
    border-right: 4px #fff solid;
}

.col_01_l > ul > li:hover > a {
    color: #37ae98;
    background-image: url(../images/icon_fn_arrow_g.png);
}

.col_01_l > ul > li:hover .fast_menu {
    display: block;
}

/*快速导航鼠标滑过样式 end*/
.col_01_c {
    width: 600px;
    height: 385px;
    float: left;
    overflow: hidden;
    margin-left: 23px;
}

.swiper-container {
    height: 100%;
}

.col_01_r {
    width: 360px;
    height: 385px;
    background: #fff;
    float: right;
    /*    padding: 0 10px;*/
    box-sizing: border-box;
}

.headline_title {
    /*    margin-top: 22px;*/
    /*    padding: 0 6px;*/
    width: 330px;
    margin: 22px auto 0;
}

.headline_title img {
    width: 100px;
}

.headline_title a {
    font-size: 14px;
    color: #999;
    background: url(../images/icon_more.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px 14px;
    padding-right: 14px;
    float: right;
}

.headline_list {
    width: 330px;
    margin: 0 auto;
}

.headline_list li {
    margin-top: 16px;
    overflow: hidden;
}

.headline_list li > i {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background-color: #40bba4;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    margin-right: 8px;
}

.headline_list li > a {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    float: left;
    display: block;
    width: 304px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headline_list li > div p:hover {
    color: #40bba4;
}

.headline_list li > div {
    display: none;
    width: 304px;
    float: left;
}

.headline_list li > div img {
    width: 90px;
    height: 58px;
    float: left;
}

.headline_list li > div p {
    width: 207px;
    height: 58px;
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.headline_list li:first-child > a {
    display: none;
}

.headline_list li:first-child > div {
    display: block;
}

.classify {
    width: 340px;
    margin: 10px auto 0;
    border-top: 1px #d7dae0 dashed;
    padding: 10px 20px 0;
    box-sizing: border-box;
}

.classify > li {
    width: 59px;
    height: 59px;
    text-align: center;
    float: left;
    font-size: 12px;
    color: #666666;
    margin: 0 8px;
}

.classify > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.classify > li > a:hover {
    background-color: #ebeef0;
    border-radius: 8px;
}

.classify > li img {
    display: inline-block;
    width: 27px;
    margin-top: 5px;
}

.classify > li p {
    line-height: 1;
}

.arcitle_hot {
    border-bottom: solid 1px #d7dae0;
    padding-bottom: 14px;
}

.arcitle_hot a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    width: 90%;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* for Opera */
    overflow: hidden;
}

.arcitle_hot > div img {
    width: 33px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.arcitle_hot > p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arcitle_ul > a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    /* for Opera */
    text-overflow: ellipsis;
    /* for IE */
    word-wrap: normal;
    white-space: nowrap;
    margin-top: 15px;
}

.arcitle_ul > ul {
    margin-top: 5px;
}

.arcitle_ul > ul > li {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-top: 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* for Opera */
    overflow: hidden;
    word-wrap: normal;
}

.ad {
    clear: both;
    width: 100%;
    height: 120px;
    margin: 40px auto;
}


.col_02 {
    margin-top: 22px;
    /*margin-bottom: 60px;*/
    overflow: hidden;
}

.col_02_l {
    width: 800px;
    float: left;
}

.col_02_l_top {
    overflow: hidden;
    margin-top: 20px;
}

.col_02_l_top_l {
    width: 350px;
    float: left;
}

.col_02_l_top_l .col_title {
    border: none;
}

.col_02_l_top_l .col_title p {
    border-bottom: none;
}

.drugNews,
.healthNews {
    width: 100%;
    height: 192px;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    padding: 7px;
    box-sizing: border-box;
}

.drugNews li,
.healthNews li {
    margin-top: 6px;
}

.drugNews i,
.healthNews i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-color: #999999;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    line-height: 14px;
    margin-right: 5px;
}

.drugNews li:nth-child(1) i,
.healthNews li:nth-child(1) i {
    background-color: #eb635f;
}

.drugNews li:nth-child(2) i,
.healthNews li:nth-child(2) i {
    background-color: #f08e37;
}

.drugNews li:nth-child(3) i,
.healthNews li:nth-child(3) i {
    background-color: #bea853;
}

.drugNews p,
.healthNews p {
    font-size: 14px;
    color: #333;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 308px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drugNews a,
.healthNews a {
    display: block;
    /* line-height: 0; */
}

.drugNews p:hover,
.healthNews p:hover,
.docNews a:hover {
    color: #40bba4;
}

.col_02_l_top_r {
    width: 420px;
    float: right;
}

.yxWorld {
    width: 100%;
}

.yxWorld li {
    font-size: 16px;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    margin-right: 0;
}

.yxWorld li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
    margin-right: 10px;
}

.yxWorld li:hover {
    /* font-size: 18px; */
    font-weight: bold;
}

.yxWorld a {
    display: inline-block;
    vertical-align: middle;
    /* line-height: 0; */
}

.col_02_l_bottom {
    margin-top: 20px;
}

.col_02_l_bottom .col_title {
    border: none;
}

.col_02_l_bottom .col_title p {
    background: url(../images/icon_ft.png) no-repeat right top/20px 20px;
    padding-right: 30px;
    border-bottom: none;
}

.expertInterview {
    width: 100%;
}

.expertInterview li {
    width: 185px;
    height: 180px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

.expertInterview li:nth-child(1) {
    margin-left: 0 !important;
}

.expertInterview li a div {
    display: block;
    position: relative;
}

.expertInterview li a div::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_video.png) no-repeat left center/100% 100%;
    position: absolute;
    bottom: 9px;
    left: 6px;
}

.expertInterview li img {
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.expertInterview li p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 10px;
}

.expertInterview p:hover {
    color: #40bba4;
}

.col_02_r {
    width: 360px;
    background: #fafafa;
    float: right;
    padding: 20px 10px;
    box-sizing: border-box;
}

.col_02_r .col_title p {
    border-bottom: none;
}

.col_title p {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    color: #333;
    border-bottom: 5px #40bba4 solid;
    padding-bottom: 15px;
}

.docNews {
    margin-top: 10px;
}

.docNews li {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docNews li:not(:first-child)::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
    margin-right: 10px;
}

.docNews li:nth-child(1) {
    overflow: hidden;
}

.docNews li:nth-child(1) img {
    width: 120px;
    height: 78px;
    display: inline-block;
    vertical-align: middle;
}

.docNews li:nth-child(1) p {
    width: 204px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    margin-left: 10px;
    text-align: justify;
    line-height: 30px;
    height: 57px;
}

.col_02_r_bottom {
    margin-top: 22px;
}

.col_02_r_bottom .healthNews {
    border: none;
    height: unset;
}

.col_02_r_bottom .healthNews p {
    width: 305px;
}

.col_03 {
    /*margin-top: 22px;*/
}

.col_03_l {
    width: 800px;
    float: left;
}

.concern {
    overflow: hidden;
}

.c_menu {
    border-bottom: 1px #e7e7e7 solid;
    height: 43px;
}

.c_menu > li {
    height: 16px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 25px;
    border-left: 1px #edeff2 solid;
}

.c_menu > li:first-child {
    border-left: none;
    padding-left: 0;
}

.selected a {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    border-bottom: 5px #40bba4 solid;
    padding-bottom: 15px;

}

.c_tabs_item {
    display: block;
    float: left;
    width: 250px;
    height: 270px;
    margin-top: 30px;
    position: relative;
}

.c_tabs_item:first-child + a {
    margin-left: 24px;
    margin-right: 24px;
}

.c_tabs_item:first-child + a + a + a + a {
    margin-left: 24px;
    margin-right: 24px;
}

.c_tabs_item > img {
    height: 146px;
}

.c_tabs_item > p {
    display: inline;
    font-size: 16px;
    color: #333;
    line-height: 33px;
    margin-top: 10px;
}

.c_tabs_item > p:hover {
    color: #40bba4;
}

.c_tabs_item > p[data-hot='1'] {
    background: url(../images/icon_hot_02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 20px;
    padding-right: 20px;
}

.c_tabs_item > div {
    width: 100%;
    position: absolute;
    bottom: 25px;
    overflow: hidden;
}

.c_tabs_item > div .price {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #f20000;
    float: left;
}

.c_tabs_item > div .o_price {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    text-decoration: line-through;
    float: left;
    margin-left: 9px;
}

.c_tabs_item > div .buy_num {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    float: right;
}

.c_tabs_item > i {
    font-size: 12px;
    color: #ee6a6a;
    border: 1px #ee6a6a solid;
    border-radius: 3px;
    line-height: 14px;
    font-style: normal;
    position: absolute;
    bottom: 3px;
    left: 0;
}

.col_03_r {
    width: 360px;
    float: right;
}

.col_title {
    border-bottom: 1px #e7e7e7 solid;
    height: 43px;
}

.col_title > .selected a {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    border-bottom: 5px #40bba4 solid;
    padding-bottom: 15px;
}

.col_title span {
    height: 16px;
    font-size: 16px;
    display: inline-block;
    /*vertical-align: top;*/
    line-height: 1;
    padding: 0 20px 0 0px;
    /*border-right: 1px #edeff2 solid;*/
    cursor: pointer;
}

.col_title p:first-child + span {
    border-left: none;
    padding-left: 55px;
}

.col_title > a {
    font-size: 14px;
    color: #999;
    background: url(../images/icon_more.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px 14px;
    padding-right: 14px;
    float: right;
}

/*.col_title p::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background: #40bba4;
    border-radius: 3px;
    margin-top: 15px;
}*/
.col_03_r .col_title img {
    width: 65px;
    display: inline-block;
}

.news_top10 li {
    margin-top: 19.6px;
    overflow: hidden;
}

.news_top10 li p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.n_t_h > a > img {
    width: 140px;
    height: 79px;
    float: left;
}

.n_t_h > a > div {
    width: 205px;
    height: 79px;
    float: right;
}

.n_t_h > a > div > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.n_t_h > a > div > p:hover {
    color: #40bba4;
}

.news_top10 li a:hover {
    color: #40bba4;
}

.news_top10 > li:first-child > a > div > p {
    background: url(../images/icon_new_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px 24px;
    text-indent: 29px;
}

.news_top10 > li:first-child + li > a > div > p {
    background: url(../images/icon_new_02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 21px 24px;
    text-indent: 29px;
}

.news_top10 > li:first-child + li + li > a > div > p {
    background: url(../images/icon_new_03.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 21px 24px;
    text-indent: 29px;
}

.n_t_h > a > div > div {
    margin-top: 8px;
}

.n_t_h > a > div > div > span:first-child {
    font-size: 14px;
    color: #f20000;
    font-weight: bold;
    line-height: 16px;
    float: left;
}

.n_t_h > a > div > div > span:first-child + span {
    font-size: 12px;
    color: #999;
    margin-left: 9px;
    float: left;
}

.n_t_h > a > div > div > span:first-child + span + span {
    font-size: 12px;
    color: #93999f;
    float: right;
}

.n_t i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #e2e4e8;
    color: #3a4047;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;

}

.n_t a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 320px;
}

.col_04_l {
    width: 800px;
    float: left;
}

.topic_cnt_l {
    width: 260px;
    height: 420px;
    float: left;
    margin-top: 25px;
}

.topic_cnt_r {
    /*float: right;*/
    /*width: 520px;*/
}

.topic_cnt_r a {
    width: 250px;
    display: block;
    float: left;
    margin-right: 18px;
    margin-top: 25px;
}

.topic_cnt_r a p:hover {
    color: #40bba4;
}

.topic_cnt_r a:first-child + a + a,
.topic_cnt_r a:first-child + a + a + a + a + a {
    margin-right: 0;
}

.topic_cnt_r a img {
    height: 145px;
}

.topic_cnt_r a p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.col_04_r {
    width: 360px;
    float: right;
}

.meet_top5 {
    margin-top: 5px;
}

.meet_top5 li {
    margin-top: 26px;
    clear: both;
}

.meet_top5 li a {
    display: block;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meet_top5 li a:hover {
    color: #40bba4;
}

.meet_top5 li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
    margin-right: 6px;
}

.meet_top5 li span {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: 13px;
}

.carefully_chosen_cnt > div > a {
    display: block;
    float: left;
    width: 268px;
    margin-right: 42.5px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.carefully_chosen_cnt > div > a:first-child + a + a + a,
.carefully_chosen_cnt > div > a:first-child + a + a + a + a + a + a + a {
    margin-right: 0;
}

.carefully_chosen_cnt > div > a img {
    height: 155px;
}

.carefully_chosen_cnt > div > a i {
    font-size: 12px;
    color: #fff;
    padding: 6px 8px;
    line-height: 1;
    background: rgba(1, 1, 1, .6);
    border-radius: 15px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88000000, endColorstr=#88000000);
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 122px;
}

.carefully_chosen_cnt > div > a p {
    font-size: 16px;
    color: #3a4047;
    line-height: 24px;
    margin-top: 10px;
}

.carefully_chosen_cnt > div > a p:hover {
    color: #40bba4;
}

.carefully_chosen_cnt > div > a div {
    margin-top: 7px;
    font-size: 12px;
    color: #93999f;
    text-align: justify;
}

.carefully_chosen_cnt > div > a div span:first-child + span {
    float: right;
}

.academic-conventions:hover .swiper-button-next-live, .academic-conventions:hover .swiper-button-prev-live {
    display: block !important;
}
