.news{
	padding: 20px 0;
}
.news ul {
	margin-bottom: 0;
}
.news ul li{
	margin-bottom: 30px;
    margin-top: 10px;
	height: 168px;
	border-bottom: 1px solid #ccc;
}
.news-l img{
	width: 100%;
	max-height: 150px;
}
.news .news-r .title h3{
	margin-top: 0;
	font-size: 22px;
	color: #565656;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news ul li:hover h3{
	color: #e45d4b;
}
.news .news-r .content p{
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 25px;
        color: #777;
        margin-bottom: 0;
}
.news .news-r .time{
	margin-top: 25px;
}
.news .news-r .time p{
	color: #ccc;
}
.newsdesc{
	padding: 30px 0;
}
.newsdesc-t {
    text-align: center;
    border-bottom: 2px solid #ff7400;
}

.newsdesc-t p {
    color: #777;
}

.newsdesc-c {
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsdesc-c img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.newsdesc-c h3 {
    font-size: 18px;
}

.newsdesc-c p {
    color: #777;
    line-height: 25px;
}
.newsdesc-c ul li{
	background: url(../images/fxp.png)no-repeat left;
	padding-left: 25px;
	line-height: 25px;
	margin-bottom: 10px; 
}
.newsdesc-b {
    border-top: 2px solid #ff7400;
    padding-top: 20px;
}

.newsdesc-b a {
    padding: 10px 15px;
    border: 1px solid #777;
    color: #777;
}
.newsdesc-b a:hover{
	background: #e45d4b;
	border:1px solid #e45d4b;
	color: #fff;
}
.newsdesc-b .shang {
    float: left;
}

.newsdesc-b .xia {
    float: right;
}

@media screen and (max-width: 1200px){
    .container2-r li a{
        height: 60px;
    }
    .news{padding-top: 0;}
    .news ul li{height: auto;}
    .news-l,.news-r{padding: 0;}
    .news .news-r .title h3{margin: 15px 0;font-size: 18px;line-height: 22px;}
    .news .news-r .content p{font-size: 14px;}
    .news .news-r .time{margin-top: 15px;}
    .newsdesc{padding-top: 0;}
    .newsdesc-b .shang{display: block;float: none;text-align: center;margin-bottom: 10px;}
    .newsdesc-b .xia{display: block;float: none;text-align: center;}
}