.clearfix:after {
	content:'';
	display: block;
	float:none;
	clear:both;
}
.clearfix {
	zoom: 1;
}
.mt-100 {
	margin-top: 100px;
}
.text-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.u-article .u-tit a:hover,
.list .itm a:hover,
.hot .u-tit a:hover {
	color: #f04239;
}
.detail:hover {
    text-decoration: underline;
}
.slide-box .bd img:hover,
.pt-list .u-pic img:hover {
    opacity: .8;
}
.banner {
	background: url(../images/top.jpg) top center no-repeat;
	height: 755px;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.hot .u-tit {
    font-size: 40px;
    text-align: center;
    font-weight: 600;

}
.hot .u-ct {
    text-align: justify;
    margin:20px 40px 0;
    color: #666;
    font-size: 16px;
    line-height: 2;
}
.detail {
    color: #ff0000;
}
.category {
    background: url(../images/category.png) center center no-repeat;
    margin: 50px auto 20px;
    height: 76px;
    line-height: 66px;
    text-align: center;
}
.category2 {
    background: url(../images/category2.png) center center no-repeat;
}
.category a {
    display: inline-block;
    color: #d2710b;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
}

.col-left {
    width: 480px;
    float: left;
}
.col-right {
    width: 480px;
    float: right;
}
.slide-box {
    width: 480px;
    height: 360px;
    float: left;
    overflow: hidden;
    position: relative;
}
.slide-box .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    bottom: 15px;
    z-index: 1;
}
.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slide-box .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 7px;
}
.slide-box .hd ul li.on {
    background: #e7651b;
    color: #fff;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slide-box .bd li .itm {
	display: block;
	position: relative;
}
.slide-box .bd img {
    width: 480px;
    height: 360px;
    display: block;
}
.slide-box .bd .u-tit {
	background: url(../images/opacity.png) repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
    font-size: 18px;
}
.slide-box .bd .u-tit p {
	padding: 8px 100px 8px 8px;
}
.u-article {

}
.u-article .u-tit {
    font-size: 20px;
    font-weight: 600;
}
.u-article .u-ct {
    font-size: 16px;
    color: #666;
    margin: 12px 0;
    line-height: 2;
}
.list .itm {
    float: left;
    line-height: 42px;
    width: 480px;
    font-size: 20px;
    font-weight: 600;
}
.pt-list {
    margin-bottom: 20px;
}
.pt-list .u-pic {
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.pt-list .u-pic img {
    width: 200px;
    display: block;
}
.pt-list .u-tit {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
}
.pt-list .u-txt {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}