body {
    position: relative;
    padding: 0;
    margin: 0;
    color: #777;
    font: normal 14px/150% sans-serif
}
a {
    color: #222;
    text-decoration: none;
}
.ma {
    margin: 0 auto;
}
/* 列表项 */
.news__item--pcmlayout {
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    margin: 0 -20px;
}
.news__item--pcmlayout:hover{
    background: #b9e5f3;
    cursor: pointer;
}
/* --日期 */
.date--pcmlayout .date_tag {
    width: 80px;
    height: 70px;
    opacity: 0.98;
    border-radius: 2px;
    border: 1px solid #c71522;
    margin-right: 20px;
    flex-shrink: 0;
    background: #fff;
}
.date--pcmlayout .date_tag b,
.date--pcmlayout .date_tag i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
}
.date--pcmlayout .date_tag b {
    height: 38px;
    font-size: 25px;
    font-weight: 700;
    color: #c71522;
}

.date--pcmlayout .date_tag i {
    height: 32px;
    background: #c71522;
    color: #ffffff;
}
/* --日期 */

/* --布局 */
.news__item--pcmlayout .content--pcmlayout,
.content--pcmlayout .contenttext--pcmlayout {
    display: flex;
    flex-direction: column;
}

.news__item--pcmlayout .content--pcmlayout {
    width: calc(100% - 102px);
}

.secondarymsg--pcmlayout,
.secondarymsg--pcmlayout ul,
.secondarymsg--pcmlayout .right {
    display: flex;
}

.secondarymsg--pcmlayout {
    justify-content: space-between;
    margin-top: 10px;
}

.secondarymsg--pcmlayout .right {
    justify-content: flex-end;
}
/* --布局 */

.contenttext--pcmlayout .title{
    /* 主标题 */
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0px;
}

.contenttext--pcmlayout .title a:hover {
    color: #c81b27;
}

.contenttext--pcmlayout .desc {
    /* 描述文字 */
    position: relative;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
    text-align: justify;
}

.secondarymsg--pcmlayout ul.tags {
    /* 标签容器 */
    flex-wrap: wrap;
    width: 76%;
    height: 22px;
    overflow: hidden;
}

.secondarymsg--pcmlayout ul li {
    /* 标签项 */
    background: #F3F5F7;
    border-radius: 2px;
    font-size: 12px;
    color: #666;
    padding: 0px 3px;
    margin-right: 4px;
    display: inline-block;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
}

.secondarymsg--pcmlayout .author {
    max-width: 120px;
    line-height: 20px;
    margin-right: 10px;
}

.secondarymsg--pcmlayout .eyecount {
    max-width: 54px;
    line-height: 20px;
    /*margin-right: 10px;*/
}

/* /列表项 */
.news_list_con,
.preview_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news_contain_left {
    width: calc(100% - 24% - 13px);
    background: #fff;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}
.news_contain_right {
    width: 24%;
    margin-left: 13px;
}
.news_contain_right>div:nth-of-type(n+2){
    margin-top: 13px;
}
/*.box{width:340px;}*/
/*.box h2{height:38px; border-top:2px #e4e8eb solid; border-bottom:2px #e4e8eb solid; text-align:left; font-size:18px; color:#1a1a1a; line-height:38px; font-weight:bold; position:relative;}*/
/*.box h2 a{ font-size:16px; color:#333333;width:85px;  text-align:center; line-height:38px;}*/
/*.box h2 a:hover{border-top:2px #2e79ba solid;top:-2px; color:#3178b8;text-decoration: none}*/
/*.box_hover{border-top:2px #ed0005 solid !important;top:-2px !important; color:#222 !important}*/
/*.box h2 .a1{position:absolute;left:0; display:block;}*/
/*.box h2 .a2{position:absolute;left:85px; display:block;}*/

/*.box ul{width:340px;margin-top:10px;}*/
/*.h_second_list li{ text-align: left;list-style: none;height: 30px;overflow: hidden;}*/
/*.box li a{  font-size:14px; color:#4a4a4a; line-height:30px;padding-left:12px;}*/
/*.box li{ text-align: left;list-style: none;}*/

.r_detail_about {
    position: relative;
    color: #535353;
}

.r_detail_about span{
font-family: sans-serif;
    color: #333;font-size:14px;
}
.r_detail_about a{
font-family: sans-serif;
    color: #333;font-size:14px;
}

/*.der_bot ul li{*/
/*	width:156px;*/
/*	height: 226px;*/
/*	float:left;*/
/*    overflow: hidden;*/
/*    padding: 2px 2px;*/
/*    display: block;*/
/*    background: #FFFFFF;*/
/*    border: solid 1px #EEEEEE;*/
/*    margin: 4px 4px;*/
/*}*/
/*.der_bot ul li h3 {*/
/*	padding-top:0px;margin-top:0;*/
/*    height: 156px;*/
/*    width:156px;*/
/*    text-align: center;*/
/*    line-height: 156px;*/
/*    font-size: 30px;*/
/*    color: #FFFFFF;*/
/*    margin: 0 auto;*/
/*    overflow:hidden;*/
/*}*/
/*.der_bot ul li a:hover {text-decoration:none;}*/
/*.der_bot ul li a:hover .d_yincang {display:block;}*/
/*.der_bot ul li a:hover  i {display:none;}*/
/*.der_bot ul li a:hover  font {display:none;}*/
/*.der_bots ul li span {*/
/*    background: #F31A2A;*/
/*    color: #fff;*/
/*    line-height: 18px;*/
/*    font-size: 12px;*/
/*    width: 32px;*/
/*    height: 18px;*/
/*    padding: 2px;*/
/*    text-align: center;*/
/*}*/
/*.der_bots ul li small{font-size:14px;}*/
/*.der_bot ul li font {*/
/*    float: left;*/
/*    color: #F31A2A;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*}*/
/*.der_bot ul li i {*/
/*    float: right;*/
/*    margin-top: 2px;*/
/*}*/
/*.d_yincang {*/
/*    display: none;*/
/*    text-align: center;*/
/*    padding-top: 5px;*/
/*}*/
/*.d_yincang h5 {*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    width: 80px;*/
/*    height: 20px;*/
/*    line-height: 20px;*/
/*    background: #F31A2A;*/
/*    box-shadow: 0px 4px 8px 0px rgba(191,40,27,0.16);*/
/*    border-radius: 2px;*/
/*    color: #FFFFFF;*/
/*}*/
/*.d_fonts1 {background:#DF616C;}*/
/*.d_fonts2 {background:#BE7BB6;}*/
/*.d_fonts3 {background:#9B513D;}*/
/*.d_fonts4 {background:#5F7A98;}*/
/*.d_fonts5 {background:#7B83BE;}*/
/*.d_fonts6 {background:#5D9B80;}*/
/*.d_fonts7 {background:#45AD91;}*/
/*.d_fonts8 {background:#AEBB64;}*/
/*.d_fonts9 {background:#A0539D;}*/
/*.d_fonts10 {background:#7D612A;}*/
/*.d_fonts11 {background:#409299;}*/
/*.d_fonts12 {background:#A09F53;}*/
/*.d_fonts13 {background:#7253A0;}*/
/*.d_fonts14 {background:#AB9451;}*/
/*.d_fonts15 {background:#5F5F9E;}*/
/*.d_fonts16 {background:#A06CB6;}*/
/*.d_fonts17 {background:#6096C9;}*/
/*.d_fonts18 {background:#6B3C25;}*/
/*.d_fonts19 {background:#61A6B2;}*/
/*.d_fonts20 {background:#484099;}*/
/*.box li a{padding:0;}*/
#page a{
	        border: solid 1px #CCCCCC;
    padding: 5px 7px;
    background-position: 50% bottom;

    margin: 0 3px 0 0;
    text-decoration: none;
}
.page_no{
	 border: solid 1px #CCCCCC;

}
.content img{
	max-width:100% !important;
}
[v-cloak]{
    display: none;
}
.r_detail_about {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.newlist_parent {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin: 0 -20px 0 -20px;
    padding: 0 20px 20px;
}

.newlist_parent > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* 新闻列表-选项卡 */
.newlist_parent > ul li {
    max-width: 200px;
    height: 39px;
    padding: 0 18px;
    box-sizing: border-box;
    line-height: 39px;
    text-align: center;
    background: #e0e0e2;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.newlist_parent > ul li.active {
    color: #fff;
    background: #F31A2A;
}
/* /新闻列表-选项卡 */

.newlist_parent > span {
    flex-shrink: 0;
}
.d_lunsl img {
    width: 156px;
    max-height: 156px;
    vertical-align: middle;
}
/*新闻详情*/

.col-box {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #f2f2f5;
    margin-bottom: 10px;
}

.col-sub-tit {
    padding: 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f5;
}

.col-relation {
    overflow: hidden;
    padding: 10px 20px;
}

.col-relation li {
    width: 46%;
    float: left;
}

.col-relation li {
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
    padding-right: 20px;
}

.col-relation li:after {
    display: block;
    content: '　';
    width: 5px;
    height: 5px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #09950c;
}

.col-relation li a {
    display: block;
    mine-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.d_lunsl img {
    width: 156px;
    max-height: 156px;
    vertical-align: middle;
}
.publisher-card {
    border-radius: 4px;
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #e5e5e5;
    width: 770px;
}
