/*新闻列表*/
.news-list {}
.news-list ul {
    overflow:hidden;
}
.news-list ul li { 
    float:left;
    width:49.5%;
    border:solid 1px #ccc;
    padding:2.5%;
    margin:0.5% 0;
    max-height:288px; 
    overflow:hidden; 
    min-height:288px;
}
.news-list ul li:nth-child(even) {
    float:right;
}
.news-list ul li .item{
    width:45%;
    }
.news-list ul li .item h3{
    font-size:18px;
    color: #252525;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden; 
    margin:7.5% 0 5% 0;
}
.news-list ul li .item p{ 
    font-size:13px;
    color:#797979; 
    max-height:72px;
    overflow:hidden;
}
.news-list ul li .item em{ 
    font-size:13px; 
    line-height:30px; 
    margin-top:5px;
    font-style:normal; 
    color:#333333;
}
.news-list ul li .item em font{ 
    display:block;
    font-size:40px;
}
.news-list ul li .thumb{ 
    width:50%;
	max-height: 185px;
    overflow: hidden;
}
.news-list ul li .thumb img{ 
    width:100%;
	max-height:100%;
}
.news-list ul li:hover .item h3{ 
    color:#d1292e;
}


/*新闻内页 left*/
.news-Box {
    float:left;
    width: 960px;
    background: #fff;
    padding: 0 30px 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
} 
.news-title{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.news-title h1 {
    display: block;
    line-height: 40px;
    font-size: 24px;
    color: #000;
    margin: 20px 0;
    overflow: hidden;
}
.news-title span {
    padding:0 20px;
}
.news-content {
    width: 100%;
    min-height: 850px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 15px;
    color: #777;
    overflow: hidden;
}
.news-content p {
	padding-bottom:10px;
	text-indent:2em;
}
.news-content img {
    max-width:100% !important;
    height:auto !important;
}
.news-content video {
	display:block;
	min-width:300px !important;
    max-width:100% !important;
    height:auto !important;
	margin:0 auto;
}
/*上下篇*/
.updown {
    width:100%;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}
.updown span {
    display:block;
    width:100%;
    padding:5px 0;
}
.updown span a {
    padding-left: 10px;
}
.updown span a:hover {
    color:#d1292e;
}

/*新闻内页 right*/
.hot-box {
    float:right;
    width:300px;
    background: #fff;
	margin-top:120px;
    border: 1px solid #e7e7eb;
}
.hot-box h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 20px 0;
}
.hot-box ul {
    padding:10px;
}
.hot-box ul li {
	padding:20px;
	border-bottom: 1px solid #f6f6f6;
}
.hot-box ul li h4 {
    font-size: 14px;
    color:#333;
	line-height:1.8;
    margin: 5px 0;
}
.hot-box ul li:hover h4 {
    color:#d1292e;
}
.hot-box ul li .thumb{ 
    width:100%;
	height:150px;
	overflow:hidden;
}
.hot-box ul li .thumb img{ 
    width:100%;
	max-height:150px;
}
