article.css 1.5 KB

.article{
	margin-top: 20px;
	margin:50px auto;
	width:660px;
	border: 1px solid #ddd;
    padding:  50px;
}

.article h5{
	text-align:center;
	font-size:26px;
	line-height: 60px;
	margin: 30px 0;
}

.article h5 span{
    border-bottom: 2px solid #d1131d;
    padding: 5px ;
    font-weight: 600;
    width: 450px;
    height: 45px;
    display: inline-block;
    position: relative;
}

.article h5 i{
   position: absolute;
    top: 45px;
    right: 0px;
    font-size: 16px;
    font-weight: 500;
}

.article .xiaotit{
	font-size:16px;
	line-height:2em;
	/*text-align: center;*/
	margin-bottom: -5em;
}

.article .xiaotit>.author{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 128px;
    display: inline-flex;
}

.article .xiaotit>.date{
	color: #bfc0c0;
}
    
.article p,.article h2,.article ul>li{
	font-size:16px;
	line-height:2em;
	/*text-indent: 2em;*/
}

.article a.font14{
	font-size:16px;
	line-height:2em;
	text-indent: 2em;
}


.kaihuliucheng1{
	background: url(../images/kaihuliucheng/1.jpg) no-repeat center center;
    height: 400px;
}
.kaihuliucheng2{
	background: url(../images/kaihuliucheng/2.jpg) no-repeat center center;
    height: 540px;
}
.kaihuliucheng3{
	background: url(../images/kaihuliucheng/3.jpg) no-repeat center center;
    height: 560px;
}
.kaihuliucheng4{
	background: url(../images/kaihuliucheng/4.jpg) no-repeat center center;
    height: 560px;
}
.kaihuliucheng5{
	background: url(../images/kaihuliucheng/5.jpg) no-repeat center center;
    height: 430px;
}