.main{
    width: 1200px;
    background: white;
    margin: 13px auto;
}
.path{
	height: 40px;
	background: #f6f5f5;
	padding-left:29px;
	border-bottom: 1px solid #e6e5e5;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.path a{
	color: #666666;
}
.artical .list_nav{
	width: 224px;
	margin-top: 18px;
	float: left;
}
.artical .list_nav .title{
	color: white;
	font-size: 21px;
	font-family: "微软雅黑";
	padding-left: 23px;
	height: 45px;
	line-height: 45px;
	background: #114255;
}
.artical .list_nav li{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid white;
	background: #f2f2f2;
	font-size: 17px;
	color: #666666;
	font-family: "微软雅黑";
	padding-left: 60px;
}
.artical .list_nav li:hover a{
	color: #0e6ecc;
}
.artical .list_nav li a{
	color: #666666;
}
.artical .news{
	float: right;
	width: 957px;    margin-top: 18px;
}
.news .list li{
	background: url(../mages/icon1.png) no-repeat 8px center;
	height: 44px;
	line-height: 44px;
	padding-left: 25px;
	padding-right: 10px;
	color: #525252;
	font-size: 14px;
	font-family: "微软雅黑";
	border-bottom: 1px dashed gainsboro;
		transition:0.8s ease;
	-webkit-transition:0.8s ease;
	-moz-transition:0.8s ease;
	-o-transition:0.8s ease;
	-ms-transition:0.8s ease;
	cursor: pointer;
}
.news .list .row{
	    height: 135px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
}
.news .list .row .pic{
	    width: 240px;
    height: 135px;
    position: absolute;
    left: 0;
    top: 0;
}
.news .list .row .pic img{
	  width: 240px;
    height: 135px;
	    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
}
.news .list .row .pic img:hover{
	    transform: rotateX(33deg) rotateY(-4deg) rotateZ(3deg);
    box-shadow: 14px 11px 10px #b8b8b8;
}
.news .list .row .new{
	    position: absolute;
    height: 135px;
    right: 0;
    width: 680px;

}
.news .list .row .info{
	    line-height: 37px;
    font-size: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #404040;
    font-family: 微软雅黑;
    height: 37px;margin-top: 5px;
}
.news .list .row p{
	    line-height: 23px;
    text-indent: 2em;
    font-size: 14px;
    font-family: 微软雅黑;
    height: 70px;
    margin-top: 10px;
}
.news .list .row a{
	    position: absolute;
    right: 0;
    bottom: 10px;
}
.page{
	width: 700px;
	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;
}