.content{
	background: white;
}
.content>.title{
	height: 104px;
	padding-top: 54px;
}
.content>.title .p1{
	text-align: center;
	font-size: 26px;
	color: #7a7a7a;
}
.content>.title .p2{
	color:#008fd9;
	text-align: center;
	font-size: 20px;
}
.artical{
	background: #FAFAFA;
}
.artical .center{
	width: 1200px;
	margin: 0 auto;
}
.artical  .hot{
	margin: 0px auto;
	padding-top: 38px;
}
.artical  .se{
	height: 288px;
	padding: 28px;
	width: 244px;
	float: left;
	transition:0.4s ease;
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
	-ms-transition:0.4s ease;
	  
}
.artical  .se:hover{
	transform:scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform:scale(1.2);
}
.artical  .se .time_title{
	height: 95px;
	color: white;
	font-family: "微软雅黑";
}
.artical  .se .time{
	height: 47px;
	line-height: 47px;
}
.artical  .se  .title1{
	line-height: 27px;
	color: white;
	font-size: 16px;
	font-family: "微软雅黑";
}
.artical  .se  .time{
	font-size: 14px;	
}
.artical  .se .introduction{
	    height: 164px;
    padding-top: 34px;
    line-height: 27px;
    color: white;
    font-size: 16px;
    font-family: "微软雅黑";
	  display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.artical  .se .introduction a{
	color: white;
}
.artical  .section1{
	background: #21a9e7;
}
.artical  .section2{
	background: #0080cb;
}
.artical  .section3{
	background: #ea9530;
}
.artical  .section4{
	background: #e97034;
}
.artical .section{
	height: 296px;
	float: left;
	width: 545px;
	padding-right: 55px;
	position: relative;
	
}
.artical .section .time_title{
	    height: 79px;
    padding-top: 23px;
    width: 406px;
    position: absolute;
    left: 183px;
    top: 0;
}
.artical .section:nth-child(2n+1){
	background: url(../img/list_line.png) no-repeat right 70px;
}
.artical .section:nth-child(2n){
	padding-right: 0;
	margin-left: 55px;
}
.artical .section .time_title .time{
	height: 27px;
	line-height: 27px;
	padding-left:30px;
	background: url(../img/time.png) no-repeat 0 center;
	color: #a2a2a2;
	font-size: 14px;
}
.more{
	    position: absolute;
    bottom: 10px;
    left: 187px;
    transition:0.4s ease;
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
	-ms-transition:0.4s ease;
	cursor:pointer
}
.more:hover{
	transform: rotateZ(360deg) ;
}
.artical .section .time_title .title1{
	height: 52px;
	line-height: 52px;
	color: #262626;
	font-family: "微软雅黑";
	font-size: 17px;
}
.artical .section .introduction{
	    color: #808080;
    font-size: 15px;
    line-height: 27px;
    width: 406px;
    position: absolute;
    left: 183px;
    top: 100px;
}
.artical .section .introduction a{
	color: #808080;
}
.page{
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
height: 50px;
line-height: 50px;
}
.page li{
	float: left;height: 50px;
	line-height: 50px;
}
.page li span{
	PADDING-RIGHT: 6px;
    PADDING-LEFT: 6px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    COLOR: #ff0084;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
}
.page li a{
	BORDER-RIGHT: #dedfde 1px solid;
    PADDING-RIGHT: 6px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #dedfde 1px solid;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #dedfde 1px solid;
    COLOR: #0061de;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #dedfde 1px solid;
    TEXT-DECORATION: none;
}
.honorImg{
	    width: 173px;
    position: absolute;
    left: 0;
    top: 49px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
	.artical .center{
		width: 96%;
	}
	.artical .se{
		width: 42%;
	}
	.content>.title{
		height: 80px;
	}
	.artical .section{
		width: 47%;
		padding-right: 0;
		background: none !important;
	}
	
}
