@charset "utf-8";
*{margin: 0;padding: 0;border: none;box-sizing: border-box;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{background:#fff;font-family: "Microsoft Yahei","微软雅黑";-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none}
a:hover{color:#cd0200;text-decoration:none}
em{font-style:normal} 
li{list-style:none} 
img{border:0;/*vertical-align:middle*/} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
input,button{-webkit-appearance:none;outline: none /*去除input默认样式*/}
.clearFloat:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden
}
.clearFloat {
    zoom: 1
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.displayNone{
    display: none
}
.oh1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oh2{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.huadong {
    overflow: hidden;
    overflow-x: scroll;
}

.huadong::-webkit-scrollbar {
    display: none;

    width: 0;

    height: 0;
}
*{margin: 0;padding: 0;}
.huadong{
    white-space: nowrap;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    font-size: 16px;
}
.huadong li{
    height: 30px;
    margin:10px 11px;
    list-style: none;
    display: inline-block;
    color: #333;
    text-align:center;
}
.huadong::-webkit-scrollbar {
    display: none;
}

.article_list {
    padding: 0 8px 17px;
}

.bg {
    background: #fff;
}

.article_list .link_more {
    display: block;
    width: 6.9rem;
    height: .74rem;
    margin: .15rem auto;
    border-radius: .08rem;
    letter-spacing: .01rem;
    text-align: center;
    line-height: .74rem;
    font-size: .3rem;
    color: #5f5f5f;
    background-color: #eee;
}

:link, :visited, ins {
    text-decoration: none;
}

.article_list li {
    padding: 11px 0;
    height: 107px;
    border-bottom: 1px solid #e6e6e6;
}

.flex {
    display: flex;
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.article_list li img {
    display: block;
    width: 123px;
    height: 83px;
    margin: 0 auto;
}

.article_list li .info {
    margin-left: 10px;
    flex: 1;
}

.article_list li .info p {
    display: block;
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    color: #1A1A1A;
}

.article_list li .info div {
    height: .4rem;
    margin-top: .25rem;
}

.article_list .type {
    display: inline-block;
    width: 44px;
    height: 22px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #FFF;
    background: #b2deff;
}

.article_list .time {
    display: inline-block;
    font-size: 14px;
    color: #ababab;
    flex: 1;
    height: 22px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
}

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

.g-white-box {
    width: 100%;
    height: auto;
    background: #fff;
    display: block;
    overflow: hidden;
}

.u-title {
    width: 100%;
    height: auto;
    line-height: 18px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 15px 15px 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.u-title i {
    width: 2px;
    height: 16px;
    background: #f60;
    float: left;
    margin: 1px 8px 0 0;
    display: inline;
    overflow: hidden;
}

.u-title a {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    float: right;
    display: inline;
    overflow: hidden;
}

.g-keyword-box .m-keyword-cont {
    width: 100%;
    height: auto;
    padding: 0 17px 17px 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.g-keyword-box .m-keyword-cont li {
    width: 50%;
    height: auto;
    padding: 17px 0 0 17px;
    box-sizing: border-box;
    float: left;
    display: inline;
    overflow: hidden;
}

.g-keyword-box .m-keyword-cont li a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}

.g-keyword-box .m-keyword-cont li a img {
    width: 180px;
    height: 85px;
    display: block;
    overflow: hidden;
}

.g-keyword-box .m-keyword-cont li a strong {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}