﻿/*------------------左侧菜单--------------------*/

h2.title_header .linkmap {
    position: absolute;
    top: 15px;
    right: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 12px;
    z-index: 1;
    width: auto;
    color: #666;
}

.pagetz_form {
    display: none;
}

h2.title_header .linkmap span {
    font-size: 12px;
    color: #666;
}

ul.article_list li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 85%;
    float: left;
}

.arR_top {
    overflow: hidden;
}

h2.title_header .linkmap a {
    color: #666;
}

.column_list.column_list_119 li .arBox_left a {
    width: 131px;
    height: 150px;
}

.wrap_main .linkmap a {
    /* color: #fff; */
}

.wrap_main {
    position: relative;
}

.article_left {
    width: 320px;
    float: left;
    position: relative;
    min-height: 550px;
    background: #EEF0F4;
}

.leftNavTitle {
    width: 100%;
    font-size: 28px;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(129, 42, 47, 0.55);
    font-weight: bold;
    margin-bottom: 70px;
    margin-top: 70px;
    color: #fff;
    display: none;
}

.leftNavTitle a {
    color: #fff;
}


/* .msgbox{display:none !important;} */


/***一级***/

.article_left .lv1_li {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-bottom: 1px;
}

.lv1_li a:hover {
    color: #D3413D;
}

.article_left .lv1_li p {}

.article_left .lv1_li .lv1_p {
    font-size: 16px;
    cursor: pointer;
    line-height: 58px;
    padding: 16px 0;
    background: #EEF0F4;
}

.article_left .lv1_li .lv1_p a.lv1_tit {
    color: #666666;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.article_left .lv1_p.hasChildren {
    /* background: url(/Content/Areas/Common/images/common/leftNavMore1.png) no-repeat 198px center; */
    cursor: pointer;
}

.article_left .lv1_p.hasChildren.show {
    /* background: url(/Content/Areas/Common/images/common/leftNavMore2.png) no-repeat 198px center; */
}

.article_left .lv1_li .lv1_p.current {
    background: #3F4E6D;
}

.article_left .lv1_li .lv1_p.current a {
    color: #fff;
}


/****二级****/

.article_left .lv2_ul {
    display: none;
    background: #f5f5f5;
    padding: 0 10px;
}

.article_left .lv2_li .lv2_p.hasChildren {
    cursor: pointer;
    padding-right: 35px;
}

.article_left .lv2_li .lv2_p.hasChildren.opend.show {
    background: url(/Sites/Uploaded/UserUpLoad/20161201/20161201111603.png) no-repeat 160px center;
}

.article_left li .lv2_li {
    /* padding: 0 0 0 25px; */
    font-size: 12px;
    display: block;
    padding: 10px 0;
}

.article_left li .lv2_li .current {
    /* padding-left: 0; */
    /* width: 120px; */
}

.article_left .lv2_li .current a {
    color: #D3413D;
}

.side_menu_inside {
    margin-bottom: 94px;
    position: relative;
}


/****三级菜单****/

.article_left .lv3_ul {
    display: none;
    padding-left: 10px;
}

.article_left .lv3_ul li.lv3_li a.lv3_tit {
    font-size: 12px;
}


/*------------------左侧菜单结束--------------------*/

.article_right {
    float: right;
    width: 848px;
    /* background: #fff; */
    /* padding: 0 36px 36px; */
    box-sizing: border-box;
    margin-top: -49px;
    position: relative;
}


/*默认站点页样式、默认栏目首页*/

.article_right .Min_Box {
    width: 100%;
}

.article_right .Min_Box .article_box img {
    width: 160px;
    height: 115px;
    float: left
}

.article_right .Min_Box ul.article_list li {
    width: 100%;
}

ul.article_list li span.date {
    float: right;
}


/*默认栏目列表页*/

.column_list_tit {
    padding: 0 0 0 10px;
    height: 32px;
    line-height: 32px;
    background: #f7f7f7;
    margin: 10px 0;
    color: #D3413D;
    font-weight: bold;
}

.column_list li {
    padding-left: 10px;
    line-height: 32px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: start;
    margin-top: 5px;
}

.column_list .list_line {
    border-bottom: 1px dashed #ddd;
    height: 1px;
    margin: 5px 0;
}

.arBox_left {
    margin-right: 50px;
    width: 426px;
    height: 280px;
    overflow: hidden;
    float: left;
    margin-right: 50px;
}

.arBox_left .img_box_left {
    display: block;
    width: 426px;
    height: 280px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    overflow: hidden;
}

.column_list li .arBox_left a {
    display: block;
    width: 275px;
    height: 160px;
    overflow: hidden;
    background-size: cover !important;
}

.arBox_right {
    width: 100%;
}

.column_list .arR_top {
    overflow: hidden;
}

.column_list li a.dy_title {
    font-size: 14px;
    /* font-weight: bold; */
    float: left;
    overflow: hidden;
    width: 75%;
    line-height: 28px;
}

.column_list li .arR_bottom p {
    color: #999;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 26px;
}


/*有时间栏目列表*/

.column_list li .count,
.column_list li .date {
    float: right;
    color: #999;
    display: block;
    width: 100px;
    text-align: center;
}

.column_list_tit .count,
.column_list_tit .date {
    float: right;
    display: block;
    width: 100px;
    text-align: center;
}


/*无时间图文栏目列表样式*/

.article_L {
    width: 846px;
    float: left;
    padding: 5px 15px;
}

.article_L .column_list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    background: none;
    line-height: 26px;
    margin-top: 15px
}

.article_L .column_list li:hover {
    background: #F7F7F7
}

.article_L .column_list li h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.article_L .column_list li img {
    width: 160px;
    height: 110px;
    float: left;
    margin-right: 15px;
}


/*分享按钮样式*/

span.bdsharebuttonbox {
    float: right
}

span.bdsharebuttonbox .bds_more {
    background: none;
    height: 26px;
    line-height: 26px;
    font-size: 14px
}

.article_R {
    float: right;
    width: 300px;
    *position: initial !important;
    _position: initial !important;
    background: #fff;
}


/*有时间图文栏目列表样式*/

.column_list li .count_one,
.column_list li .date_time {
    float: left;
    color: #999;
    padding-left: 20px;
    line-height: 26px;
    height: 26px;
    margin: 6px;
}

.column_list li .count_one {
    background: url(/Content/Areas/Common/images/Article/count_one.png) no-repeat left center;
}

.column_list li .date_time {
    background: url(/Content/Areas/Common/images/Article/date_time.png) no-repeat left center;
}

.article_list_default li {
    overflow: hidden;
    /* padding: 30px 0; */
    border-right: 4px solid #B69775;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(81, 98, 142, 0.1);
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.article_list_default li:hover {
    /* border-bottom: 1px dashed #D3413D; */
    background: #fff url(/Content/Areas/Common/images/liBg.png) no-repeat right bottom;
}

.article_list_default li:hover .default_left,
.article_list_default li:hover .default_left b {
    background: #D3413D;
    color: #fff;
    transition: all 0.2s;
}

.article_list_default li:hover a {
    color: #D3413D;
}

.default_left {
    width: 97px;
    height: 97px;
    border: 1px solid #C9C9C9;
    text-align: center;
    float: left;
}

.default_left .date {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
}

.default_right {
    /* float: right; */
    /* width: 999px; */
    padding: 24px;
    flex-shrink: 1;
    width: 51%;
}

.default_right.NoImage,
.article_list_default li.team .default_right.NoImage {
    width: 100%;
}

.default_right.w100 {
    float: none;
    width: 100%;
}

.default_left .date b {
    font-size: 30px;
    color: #666;
    font-weight: normal;
}

.default_top .dy_title {
    font-size: 16px;
    margin: 14px 0;
    display: block;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.default_bottom p {
    color: #666;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*--------------------文章内容页--------------------*/

.article_right .article_title {
    font-family: 微软雅黑;
    font-size: 26px;
    line-height: 1.8em;
    text-align: center;
    color: #3F4E6D;
    padding: 15px 0;
}

.article_title .sub_p {
    font-size: 20px;
    line-height: 1.6em;
}

.article_right .sub_tit {
    text-align: center;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    height: 25px;
}

.article_right .sub_tit span {
    color: #999999;
    padding-right: 15px;
}

.article_right .Editor {
    color: #999999;
    float: right;
    line-height: 36px
}

.article_right .sub_tit span.count {
    padding-right: 0
}

.article_right .font_size {
    position: absolute;
    right: 0;
    top: 12px;
    line-height: 25px
}

.article_right .font_size span.notice {
    padding-right: 0;
    float: left;
    font-size: 12px
}

.article_right .font_size a {
    display: block;
    float: left;
    width: 20px;
    height: 25px;
    overflow: hidden;
    text-indent: -2000em
}

.article_right .font_size a.smaller {
    background: url(/Content/Areas/Common/images/Article/icon_1.jpg) 0 center no-repeat;
}

.article_right .font_size a.larger {
    background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -27px center no-repeat
}

.article_right .font_size a.default {
    background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -49px center no-repeat;
    width: 23px
}

.article_right .article_cont {
    margin-top: 20px;
    line-height: 2em;
    padding-bottom: 20px;
    overflow: auto;
    font-family: 微软雅黑;
    font-size: 14px;
}

.article_right .article_cont img {
    max-width: 100%
}

.article_right .article_cont p {
    line-height: 2em;
    padding-bottom: 10px;
}

.article_right .article_video li {
    text-align: center;
}

.article_right .article_video a {
    font-size: 24px;
    line-height: 2em;
}


/*文章表格样式*/

.article_cont table {
    margin: 0 auto;
}

.article_right .article_cont td {
    border: 1px solid #ccc;
    padding: 5px;
}


/*文章标签关键字样式*/

.article_right ul.KeywordUrls {
    border-top: 1px solid #d2d2d2;
    height: 50px;
    display: block;
    line-height: 50px;
}

.article_right ul.KeywordUrls li.label {
    float: left;
    padding-right: 10px;
}

.article_right ul.KeywordUrls li.label a {
    padding: 2px 10px;
    background: #D3413D;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.article_right ul.KeywordUrls li.label a:hover {
    background: #2a8fe3;
}


/*文章视频样式*/

.SJ_left .article_left .lv1_p.hasChildren {
    background: none;
    padding-right: 0;
}

.SJ_left .article_left .lv1_li:hover .lv2_ul {
    display: block;
}

.SJ_left .article_left .lv2_ul {
    position: absolute;
    right: -175px;
    z-index: 1;
    background: #fff;
    top: 0;
    width: 175px;
    padding: 0;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1600);
    border-top: 1px solid #D3413D;
}

.SJ_left .article_left .lv1_li {
    position: relative;
}

.SJ_left .article_left li .lv2_li {
    position: relative;
}

.SJ_left .article_left .lv3_ul {
    right: -175px;
    position: absolute;
    z-index: 1;
    background: #fff;
    top: -1px;
    width: 175px;
    box-shadow: 0px 4px 8px 1px rgb(0 0 0 / 16%);
    border-top: 1px solid #D3413D;
    padding: 0;
}

.SJ_left .article_left li .lv2_li:hover .lv3_ul {
    display: block;
}

.SJ_left .article_left li .lv2_li:hover {
    background: rgba(101, 16, 172, 0.1600);
}

.SJ_left .article_left li .lv3_li:hover {
    background: rgba(101, 16, 172, 0.1600);
}

.SJ_left .article_left .lv3_li {
    padding-left: 20px;
}


/******************************相关********************************/

i {
    font-style: inherit;
}

.article_right .hide {
    display: none
}

.RelatedOther {
    padding: 0px 0px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #d2d2d2;
}

.RelatedOther span {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

.RelatedOther i {
    padding: 0 12px;
}

.RelatedOther .jiu span {
    border-bottom: 2px solid #D3413D;
    color: #D3413D;
    height: 35px;
}

.RelatedO {
    margin-top: 15px
}

#con_togl_1 h2.Com_tit,
#con_togl_2 h2.Com_tit,
#con_togl_3 h2.Com_tit,
#con_togl_4 h2.Com_tit,
#con_togl_5 h2.Com_tit,
#con_togl_6 h2.Com_tit {
    display: none;
}


/*文章页相关科室*/

.RelatedO .img_box {
    display: block;
    width: 200px;
    height: 130px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.RelatedO .gd_tit {
    display: none
}

.RelatedO .img_box img {
    width: 100%;
}

.RelatedO .dep_tit {
    font-size: 18px;
}

.RelatedO p {
    color: #666;
    margin-top: 10px;
}

.RelatedO ul.article_list li {
    float: left;
    margin-right: 30px;
}

.RelatedO .dep_li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    *overflow: hidden;
}

.RelatedO .dep_li ul.article_list.col_list {
    _padding: 0px 0px 20px;
    _overflow: hidden;
}


/*文章页相关医生*/

.RelatedO .doct_img {
    width: 105px;
    height: 135px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.RelatedO .doct_img img {
    width: 100%;
    height: auto;
}

.RelatedO .doc_li {
    border-bottom: 1px solid #d2d2d2;
    height: 150px;
    margin-bottom: 15px;
}

.RelatedO .doc_li p {
    margin-top: 0;
}

.RelatedO .doc_li .doct_con {
    height: 150px
}

.RelatedO .doc_li .bot_box {
    bottom: 15px;
}


/*文章页相关文章*/

.RelatedO .art_li ul.article_list li {
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background: none;
    padding-left: 0
}

.RelatedO .art_li ul.article_list li p {
    margin-top: 0;
}


/*翻页*/

.turning_page {
    color: #D3413D;
}

.turning_page a {
    color: #D3413D
}

.turning_page a:hover {
    text-decoration: underline;
}

.prev_next {
    margin-bottom: 10px;
    float: left;
    width: 50%;
}

.turning_page p span {
    color: #333;
    /* padding:2px 4px; */
    margin: 0 2px 0 0px;
}

.article_right .prev {
    line-height: 25px;
    overflow: hidden;
}

.column_list_link {
    overflow: hidden;
    margin-top: 20px;
}

.column_list_link li {
    float: left;
    width: 362px;
    height: 30px;
    padding: 0 0 17px 0px;
    margin-right: 20px;
}

.column_list_link li:nth-child(3n) {
    margin: 0;
}

.column_list_link li a {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 29px;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    text-align: center;
    overflow: hidden;
}

.column_list_link li a:hover {
    text-decoration: none;
    border: 1px solid #d4d3d3;
    background: #e3e1e1;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex>li {
    width: auto;
    /* margin: 0 10px; */
}

.flex>li a {
    /* padding: 0 41px; */
}

ul.article_list_yuanbao {
    overflow: hidden;
}

ul.article_list_yuanbao li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

ul.article_list_yuanbao li .img_box {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}

ul.article_list_yuanbao li .img_box img {
    border: 1px solid #ddd;
    height: auto;
    width: 100%;
    min-height: 305px;
}

ul.article_list_yuanbao li .title_type {
    display: block;
    padding: 10px 0;
}


/*分页样式*/

form.pagetz_form {
    display: none;
}

.pages {
    line-height: 30px;
    margin: 15px auto!important;
    height: 34px;
    padding: 0 20px;
    _width: 94%;
}

.pages form {
    float: left;
    margin: 0 0 0 5px;
    height: 31px;
    line-height: 31px;
}

.pages form .pagetz_input {
    width: 30px;
    margin: 0 5px;
    border: 1px solid #dcdcdc;
    height: 28px;
    line-height: 28px;
    display: block;
    float: left
}

.pages .pagetz_btn {
    width: 30px;
    margin: 0 5px;
    border: 1px solid #dcdcdc;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    background: #fff;
}

.pages .pagetz_btn:hover {
    background: #D3413D;
    color: #fff
}

.page_number_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ae-pagination {
    width: 100%;
    text-align: center;
}

.pagination_page {
    color: #333333!important;
}

.ui-state-default:hover {
    border: none
}

.ae-pagination a {
    height: 24px!important;
    font-size: 12px;
    margin: 0 2px!important;
    text-decoration: none;
    font-weight: normal;
    padding: 0px!important;
    text-align: center;
    padding: 5px 10px!important;
    border: solid 1px #dcdcdc!important;
    color: #51628E!important;
    line-height: 24px;
}

.ae-pagination a:hover {
    color: #FFF!important;
    background: #51628E!important;
    border: 1px solid #51628E!important;
}

.ae-pagination-current {
    color: #FFF!important;
    background: #D3413D!important;
    border: 1px solid #D3413D!important;
}

.page_number_div {
    *float: right;
    *height: 35px;
    *padding: 5px 0;
}

.pages a:hover {
    color: #FFF!important;
    background-color: #51628E!important;
    border: 1px solid #51628E!important;
}

.pages .ae-pagination-current,
.pages .ae-pagination-current:hover {
    color: #51628E!important;
    background-color: #fff !important;
    border: 1px solid #51628E!important;
}

.pagination_firstpage,
.pagination_previouspage,
.pagination_nextpage {
    cursor: pointer;
}

.ui-corner-all {
    border-radius: 3px!important;
}


/*网站地图样式*/

.WebMap1_ul .WebMap1_li {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a {
    float: left;
    font-size: 14px;
    padding: 3px 8px;
    background: #D3413D;
    color: #fff
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a:hover {
    background: #D97E7C;
    color: #fff
}

.WebMap2_ul {
    overflow: hidden;
    float: left;
    margin-left: 5px;
}

.WebMap2_ul li.WebMap2_li {
    float: left;
    line-height: 28px;
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a {
    border-right: 1px solid #999;
    padding: 0 5px;
    color: #999;
    font-size: 12px;
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a:hover {
    color: #D3413D
}

ul.WebMap3_ul {
    display: none;
}

span.Key_Box {
    position: relative;
    display: inline-block;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .ColumnName {
    position: absolute;
    font-weight: 600;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 56px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    left: 50%;
}

.main_content {
    margin-top: -2.07vw;
}

.article_left::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 600px;
    top: -49px;
    left: -20px;
    background: url(/Content/Areas/Common/images/leftBg.png) no-repeat;
    z-index: 0;
}

.side_menu {
    position: relative;
    z-index: 1;
}

.article_left .lv1_li:hover p {
    background: #3f4e6d;
}

.article_left .lv1_li:hover .lv1_p a.lv1_tit {
    color: #fff;
}

.article_list_default li a.img_box {
    width: 367px;
    height: 234px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    /* margin-right: 24px; */
}

.article_list_default li.team a.img_box {
    width: 190px;
}

.article_list_default li.team .default_right {
    width: 604px;
}

.article_list_default li a.img_box img {
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.article_list_default li a.img_box:hover img {
    transform: scale(1.1);
}

.default_right span.date {
    font-weight: 400;
    font-size: 14px;
    color: #3F4E6D;
    line-height: 19px;
    margin-top: 43px;
    display: block;
}

@media only screen and (max-width:768px) {
    .article_list_default li a.img_box {
        width: 100%;
        height: 260px;
    }
    .article_list_default li.team a.img_box {
        width: 40%;
        height: auto;
    }
    .default_right span.date {
        margin-top: 20px;
    }
    .banner .ColumnName {
        font-size: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .main_content {
        width: 100%;
        padding: 0 10px 10px;
        box-sizing: border-box;
        margin: 0px auto;
        min-height: auto;
    }
    .article_left {
        display: none;
    }
    .article_right {
        width: 100% !important;
        float: none;
        overflow: hidden;
        padding: 0 10px !important;
        margin-top: 20px;
    }
    .article_right .Min_Box {
        width: 100%;
    }
    .article_right .Min_Box ul.article_list li {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 5px 0 5px 15px;
    }
    .article_right ul.article_list li a {
        font-size: 14px;
    }
    ul.article_list li span.span_date,
    ul.article_list li span.date {
        font-size: 12px;
    }
    .RelatedOther,
    .RelatedO {
        display: none !important
    }
    .article_right .article_blue_block .article_cont {
        width: 90%;
        margin: 0 auto;
    }
    .article_video li div {
        margin: 0 auto;
    }
    /*无时间图文栏目列表样式*/
    .article_R {
        display: none!important
    }
    .article_L {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 5px 10px;
    }
    /*文章样式*/
    .article_right .article_title {
        font-size: 18px;
    }
    .article_right .article_cont p img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        float: none !important;
    }
    .sub_tit {
        display: none
    }
    .bdshare-button-style0-24 {
        float: left;
        width: 100%;
    }
    .pages {
        height: auto;
    }
    .prev_next {
        width: 100%;
        float: none;
    }
    a.pagination_page.ui-state-default.ui-corner-all {
        display: none;
    }
    ul.article_list_yuanbao li {
        width: 50%;
    }
    ul.article_list li a {
        width: 70%;
    }
    .column_list_link li {
        width: 100%;
    }
    .article_right .article_cont {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .article_right .article_cont img {
        max-width: 100%;
        height: auto !important;
    }
    .article_right .Min_Box .pd0-15 {
        padding: 0;
        margin: 0;
    }
    .article_right .Min_Box .pd15-0 {
        padding: 0;
    }
    .article_list_default li {
        padding: 0;
        flex-wrap: wrap;
        border: none;
        border-bottom: 4px solid #B69775;
    }
    .default_left {
        width: 20%;
        height: 20%;
        float: left;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .default_left .date {
        font-size: 14px;
    }
    .article_list_default li a.img_box img {
        height: auto;
        min-height: inherit;
    }
    .default_right {
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        padding: 10px;
    }
    .article_list_default li.team .default_right {
        width: 60%;
    }
    .default_top .dy_title {
        margin: 0 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .default_bottom p {
        font-size: 12px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    ul.article_list_yuanbao li .img_box img {
        max-height: 216px;
        min-height: auto;
    }
}