
#information_all{width: 100%;height: auto;overflow: hidden;display: inline-block;}
.information_nav{width: 100%;height: 39px;box-sizing: border-box;line-height: 36px;border-bottom: 3px solid rgb(238,238,238);color: #161616;position: relative;}
/*.infor_nav_li{display: inline-block;float: left;width: 70px;height: 36px;text-align: center;font-size: 16px;margin-right: 12px;}*/   /*28*/
.infor_choose_nav{color: #3c64d7;/*border-bottom: 3px solid #3c64d7;*/}
.infor_nav_li{position: relative;transition: color 0.5s;display: inline-block;width: auto;float: left;height: 36px;font-size: 16px;margin-right: 62px;cursor: pointer;}
.infor_nav_li:nth-child(1){margin-left: 30px;}
.bot_slide{bottom: -3px;left: calc(50% - 35px);;position: absolute;background-color:#3c64d7;width: 70px;height: 3px;}
.information_one,.information_list{width: 100%;height: auto;overflow: hidden;}
.information_list{min-height: 522px;}

.one_art{display: inline-block;height: auto;overflow: hidden;width: 100%;position: relative;border-bottom: 1px solid rgb(210,210,210);}
.one_art:last-child{border-bottom: none;}
.art_pic{/*background-size: cover;*/background-repeat: no-repeat;background-size: 67px 30px;background-position: center;background-color: #efefef;width: 188px;height: 123px;margin: 16px 20px 16px 12px;transition: transform 0.5s;}
.art_main{position: absolute;top: 20px;left: 220px;right: 0;bottom: 16px;height: auto;}
.art_title{color: #373737;font-size: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 12px;font-weight: bold;}
.art_title:hover{color: #397BFF;}
.art_title_too{color: #818181;font-size: 13px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;word-break: break-all;margin-bottom: 28px;height: 42px;line-height: 21px;}
.art_main_bot{position: absolute;bottom: 0;left: 0;right: 0; /*-webkit-display:flex;   display: flex;align-items: center;justify-content: space-between;*/ height: 14px;width: 100%;font-size: 12px;}
.art_info{width: auto;height: 100%;display: inline-block;float: left;margin-right: 74px;color: #818181;}
.art_info i{background-image: url(/static/chinaday/image/author.png);background-position: left;background-repeat: no-repeat;background-size: 11px 11px;margin-right: 8px;width: 11px;height: 11px;display: inline-block;}
.art_info em{position: relative;top: -3px;font-weight: bold;margin: 0 2px;}
.art_read{width: auto;height: 100%;display: inline-block;float: left;color: #818181;}
.art_read i{background-image: url(/static/chinaday/image/read.png);background-position: left;background-repeat: no-repeat;background-size: 15px 10px;margin-right: 8px;width: 15px;height: 10px;display: inline-block;}

.express_header{width: 100%;height: 53px;box-sizing: border-box;border-bottom: 3px solid rgb(238,238,238);}
.express_header_ul{margin-left: 12px;height: 100%;}
.express_header_li{width: auto;display: inline-block;float: left;margin: 24px 42px 10px 0;color: #161616;font-size: 16px;line-height: 16px;cursor: pointer;transition: all 0.5s;}
.express_header_li i{width: 12px;height: 12px;background-color: #3c64d7;border-radius: 50%;margin-right: 8px;    display: inline-block;margin-top: 2px;float: left;/*transition: all 0.5s;*/}
.express_choose_li{color: #3c64d7;}
.express_header_li:hover{color: #3c64d7;}

.express_header_ul .hide{display: none;}
.hide{display: none;}
.hide_o{opacity: 0;}

.one_art:hover .art_pic{transform: scale(1.05);}
.hide_strong{display: none;}

/*适配*/
@media screen and (max-width:749px) {
	.art_pic {
    	width: 126px !important;
    	height: 85px !important;
        background-size: cover !important;
    }
    .art_main {
    	left: 150px !important;
    }
    .art_title {font-size: 15px;margin-bottom:5px;}
    .art_title_too {font-size: 13px;margin-bottom: 28px;height: 40px;line-height: 20px;}
    .art_info {margin-right: 24px;}
    .art_read {float: right;}
}
@media screen and (max-width:1199px) and (min-width:750px) {

 }
 @media screen and (min-width:1200px) {
    
 }