.article-top{
    height: 210px;
    background: #fff;
}
.article-top p{text-align: center; }
.article-top img{height: 100%;}
.bgimg-a{
    background: url("../image/article/title.jpg") 465px 0 no-repeat;
}
.text-box{
    width: 152px;
    height: 165px;
    padding-top: 45px;
    padding-left: 225px;
    text-align: center;
    color: #525252;
}
.text-box h2{
    font-weight: 600;
    font-size: 35px;
}
.text-box p{
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.text-box a{
    padding: 7px 9px;
    border: 1px solid #7a7a7a;
    border-radius: 5px;
}
.article-body{
    padding: 40px 0px;
    background: #f1f8fb;
    font-family: 'Microsoft YaHei';
}
.article-body .layui-tab{
    margin-top: 0;
    margin-bottom: 0;
}
.article-body .layui-tab-title{
    padding-top: 48px;
    padding-bottom: 28px;
    text-align: center;
    border-bottom: none;
}
.article-body .layui-tab-title a{font-size: 18px;}
.article-body .layui-tab-content{padding: 0;}
.article-body .layui-tab-title li{
    font-size: 16px;
    padding: 0 39px;
}
.article-body .layui-tab-title .layui-this:after{border: none;}
.article-body .layui-tab-title .layui-this{color: #fb5a00;}

.information{
	position: relative;
	min-height: 100px;
    padding-top: 18px;
    padding-bottom: 48px;
    margin-bottom: 32px;
    background: #fff;
}
.week{
    height: 35px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fb5a00;
}
.week span{
    padding: 7px 6px;
    margin-right: 17px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #fb5a00;
}
.week-list,
.week-list2{
    width: 800px;
    margin: 0 auto;
}
.week-list li{
    width: 800px;
    height: 220px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    border-bottom: 1px dashed #ededed;
}
.week-list a{
    display: block;
    width: 764px;
    height: 174px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: 3px solid #fff;
}
.week-list li:last-child{border-bottom: 1px solid #fff;}
.week-list li:hover{border: 1px solid #ededed;}
.week-list a:hover{border-color: #ededed;}
.week-list h3{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #505352;
    line-height: 24px;
}
.list-all{
    height: 97px;
    color: #666;
}
.list-left{
    float: left;
    width:560px;
    height: 97px;
    margin-right: 22px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.list-right{
    float: left;
    width: 169px;
    height: 97px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.week-list li:hover img{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}

/*文章详情 article*/
.absolute-a1{
	position: absolute;
	top:42px;
	right:22px;
	width: 166px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.absolute-a1 a,
.absolute-a2 a{
	display: block;
	color: #fff;
	background: #f75f00;
}
.absolute-a1 a:hover,
.absolute-a2 a:hover{
	color: #fff;
	background: #ff7a1d;
}
.absolute-a2{
	width: 226px;
	height: 63px;
	margin: 0 auto;
	line-height: 63px;
	text-align: center;
	font-size: 24px;
}
.week-list2{
	padding-top: 27px;
	padding-top: 30px;
}
