.wrap { position:relative; width:1200px; min-height:460px; _height:460px; }
.zt-nav{width: 1200px;margin:-70px auto 0;padding: 10px 10px 0 10px;box-sizing: border-box;position: relative;z-index: 1;background: #fff;}
.zt-nav ul{display: flex;background-color: #da251c;line-height: 60px;}
.zt-nav ul li {flex: 1;}
.zt-nav ul li a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
}
.zt-nav ul li a img {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.zt-nav ul li.on a img{
	display: block;
}
.zt-box1{width:1200px;margin:30px auto;}
.zt-box1-fl{width: 585px;float: left;position: relative;}
.zt-box1-fr{width: 585px;float: right;}
.zt-box1-fl .bd ul li{position: relative;}
.zt-box1-fl .bd ul li .text{position: absolute;
	color: #ffffff;
	font-size: 18px;
	background-color: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 60px 0 20px;
	box-sizing: border-box;}
.zt-box1-fl .bd ul li .text p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zt-box1-fl .hd{position: absolute;right:0;bottom: 18px;width:60px;}
.zt-box1-fl .hd ul li{display:inline-block;background-color:rgba(255,255,255,0.2);width: 12px;height: 12px;border-radius: 50%;font-size:0;text-indent:99em;overflow: hidden;margin:0 3px;cursor: pointer;}
.zt-box1-fl .hd ul li.on{background-color: #da251c;border: 2px solid #FFFFFF;box-sizing: border-box;}

.zt-box2{width:1200px;margin:30px auto;}
.zt-box2-fl{width: 585px;float: left;}
.zt-box2-fr{width: 585px;float: right;}

.zt-title{background-color: #eeeeee;height: 50px;line-height: 50px;box-sizing: border-box;padding-right: 20px;margin-bottom:26px;}
.zt-title .t {color: #ffffff;font-size: 20px;padding: 0 20px;background-color: #da251c;}
.zt-title .more{float: right;}
.zt-title .more a {color: #999999;font-size: 14px;}
.zt-title .more a:hover {color: #DA251C;text-decoration: underline;}

.zt-cont ul li {border-bottom: 1px dashed #DDDDDD;margin-bottom: 12px;padding-bottom: 12px;}
.zt-cont ul li a {display: flex;}
.zt-cont ul li a .text {flex: 1;font-size: 18px;color: #222222;width: 0;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zt-cont ul li a .text img {margin-top: 10px;margin-right: 10px;}
.zt-cont ul li a .time {font-size: 18px;color: #999999;}
.zt-cont ul li:hover .text {color: #DA251C;transform: translateX(5px);}
.zt-cont ul li:last-child{margin-bottom: 0;}

.container{padding-top:0;}