body{
	margin: 0;
    padding: 0;
    background: #f2f2f2;
    font-size: 100%;
    font-family: PingFangSC-Regular,PingFang SC,Segoe UI,Arial,Microsoft Yahei,Microsoft Yahei In-Bold,Apple LiGothic Medium;
    color: #1a1a1a;
    width: 100%;
    height: 100%;
}
a{
	margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li{
	list-style:none
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
.first-layout{
	position: relative;
    height: 100vh;
    overflow: auto;
}
.first-layout .heda .header{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.header .page-header{
	height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #151536;
}
.header .page-nav{
	height: 120px;
    background: #fff;
}
.first-layout .main{
    position: relative;
	min-height: 100%;
    padding-bottom: 20px;
}
.main .main-box{
	margin: 0 auto;
    width: 1200px;
    padding: 20px 0;
}
.main .main-box .detail{
	background: #fff;
}
.main .main-box .detail:after {
    content: "";
    display: block;
    clear: both;
}
.main .main-box .detail .left{
	float: left;
	width: 73%;
	height: 100%;
	background: #fff;
	border-right: 1px solid #eeeeee;
}
.left .newList{
	padding-right: 20px;
	padding-left: 20px;
}
.left .newList .li-box{
	padding: 20px 0 24px 0;
	border-bottom: 1px dotted #cccccc;
}
.left .newList .li-box:after{
	content: "";
    display: block;
    clear: both;
}
.left .newList .li-box .picture{
	width: 302px;
    display: inline-block;
    float: left;
}
.left .newList .li-box .picture>a>img{
	width: 302px;
    height: 184px;
}
.left .newList .li-box .newTitle{
	width: 507px;
    display: inline-block;
    float: right;
}
.li-box .newTitle .time-box{
	font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #429cd1;
    margin-top: 5px;
}
.li-box .newTitle .time-box .timeName{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #d9000d;
    padding: 16px;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.li-box .newTitle .title>a{
	font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    margin-top: 14px;
    display: block;
}
.li-box .newTitle .title:hover a{
	color:#d9000d;
}
.left .newList .li-box2{
	padding: 24px 0;
    border-bottom: 1px solid #eeeeee;
}
.left .newList .li-box2:after{
	content: "";
    display: block;
    clear: both;
}
.li-box2 .time-box{
	width: 84px;
    height: 84px;
    background-color: #ececf3;
    float: left;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: normal;
    color: #429cd1;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.li-box2 .time-box .day{
	font-weight: bold;
	font-size: 27px;
    display: block;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
    line-height: 27px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.li-box2 .time-box i{
	width: 1px;
    height: 70px;
    background-color: #429cd1;
    overflow: hidden;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.li-box2  .title{
	width: 725px;
    float: right;
    display: inline-block;
    text-align: left;
}
.li-box2  .title>a{
	font-size: 18px;
    font-weight: bold;
    color: #333;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 725px;
    transition: all 0.5s;
}
.li-box2  .title>a:hover {
	color:#d9000d; 
	padding:0 0 0 5px;
}
.li-box2  .title>span{
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    margin-top: 6px;
    display: block;
}
.li-box2:hover .time-box { 
	background-color:#d9000d; 
	color:#fff;
}
.li-box2:hover .time-box .day { 
	color:#fff;
}
.li-box2:hover .time-box i { 
	background-color:#fff;
}
.main .main-box .detail .right{
	float: right;
	width: 26%;
	height: 100%;
	background: #fff;
	
}
.right-box{
	padding: 20px 0 0 30px;
}
.right-box .bj-box .bjImg{
	background-image: url(../image/201909250918206.jpg);
	height: 128px;
}
.right-box .bj-box .bjImg>a{
	display: block;
    padding: 18px 0 0 20px;
    height: 110px;
    transition: all 0.5s;
}
.right-box .bj-box .bjImg>a>span{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #fff;
    line-height: 32px;
}
.right-box .bj-box .bjImg a:hover { 
	padding:18px 0 0 25px;
}
.right-box .hot-box{
	margin-top: 20px;
}
.right-box .hot-box h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}
.hot-box .hotsList .hostLi{
	font-size: 12px;
    font-weight: normal;
    line-height: 30px;
}
.hot-box .hotsList .hostLi .num{
	width: 16px;
    height: 16px;
    background-color: #162a65;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hot-box .hotsList .hostLi:nth-child(1) .num { 
	background-color:#429cd1;
}
.hot-box .hotsList .hostLi:nth-child(2) .num { 
	background-color:#429cd1;
}
.hot-box .hotsList .hostLi:nth-child(3) .num { 
	background-color:#429cd1;
}
.hot-box .hotsList .hostLi>a{
    display: inline-block;
    vertical-align: middle;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
}
.hot-box .hotsList .hostLi:hover .num {background-color:#d9000d; color:#fff;}
.hot-box .hotsList .hostLi>a:hover {color:#d9000d;}
.left .pagination {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}
.left .pagination .page-all{
	display: inline-block;
	margin-right: 10px;
    font-weight: 400;
    color: #606266;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.left .pagination .btn-left{
    padding-right: 12px;
    border: none;
    padding: 0 6px;
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
    border: none;
    padding: 0 6px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    outline:none;  
}

.left .pagination .btn-left:hover{
	color: #4f99c2;
	outline:none;
}
.left .pagination .btn-left span{
	display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: element-icons!important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.left .pagination .page-list{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.left .pagination .page-list .page-li{
	padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}
.left .pagination .page-list .page-li:hover{
	color: #4f99c2;
    cursor: default;
}
.left .pagination .btn-right{
	padding-left: 12px;
	background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
    border: none;
    padding: 0 6px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    outline:none;
}
.left .pagination .btn-right:hover{
	color: #4f99c2;
	outline:none;
}
.left .pagination .btn-right span{
	display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: element-icons!important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.left .pagination .go{
	display: inline-block;
}
.left .pagination .go span{
	display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 24px;
    font-weight: 400;
    color: #606266;
}
.left .pagination .go .num{
	display: inline-block;
	width: 50px;
	font-size: 14px;
	line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px;
}
.left .pagination .go .num input{
	height: 28px;
    padding: 0 3px;
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.left .pagination .go .last-span{
	margin-left: 0px;
}
