.con-box{
    margin-top: 20px;
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
}
.zt-list-box p{
    color: #bbbbbb;
    font-size: 15px;
}
.zt-list-box{
    width: 1300px;
}
.box-tit-box{
    width: 1162px;
    margin: 22px auto;
}
.box-tit {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    float: left;
    margin-right: 5px;
}

.box-tit em {
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-right: 10px;
    vertical-align: top;
    background: url(../ui_img/detail-icons.png) no-repeat -42px -56px;
}
.line {
    float: left;
    width: 664px;
    height: 1px;
    margin-top: 15px;
    background: #e2e2e2;
}
.box-tit-box ul{
    float: right;
    transform:skewX(-40deg);
    margin-right: 14px;
    border: 1px solid #fe483a;
}
.box-tit-box ul li{
    float: left;
    border:1px solid #fe483a;
    padding: 2px 10px;
}
.box-tit-box ul li a{
    transform: skewX(40deg);
    display: block;
    color: #333333;
}
.n-active{
    background:#fe483a;
}
.n-active a{
    color: #fff !important;
}
.zt-list-box{
    margin-top: 28px;
    margin-left: 20px;
}
.zt-list-item{
    width: 280px;
    overflow: hidden;
    margin-right: 14px;
    margin-bottom: 28px;
    float: left;
    /* border-radius: 10px; */
    transition: all 0.2s;
}
.zt-list-item:hover{
    transform: translateY(-10px);
}
.item-img{
    display: block;
    width: 280px;
    height: 130px;
    overflow: hidden;
    
}
.item-img img{
    width: 100%;
    height: 100%;
}
.item-tit{
    display: block;
    color: #444444;
    font-weight: bold;
    font-size: 18px;
    width: 90%;
    margin: 0 auto 10px;
    padding-top: 12px;
    overflow: hidden;
    height: 36px;
}
.item-desr{
    width:90%;
    margin: 0 auto;
    height: 75px;
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}
.zt-list-item p{
    width: 90%;
    margin: 4px auto 10px;
    font-size: 15px;
    color: #bbbbbb;
}
.zt-list-item p em{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../ui_img/detail-icons.png) no-repeat -195px 0;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px;
}
.zt-list-item:hover{
    box-shadow: 0 0 10px #cccccc;
}
.zt-list-item:hover .item-tit{
    color: #fe483a !important;
}
.borders{
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}
#page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 15px;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 36px;
    text-align: center;
}

#page a.selected {
    color: #fff;
    background-color: #343434;
    border: 1px solid #343434;

}

#page a {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    margin: 0 3px;
    color: #666;
    background-color: #fff;
  
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #dddddd;
}

#page a:hover {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    margin: 0 3px;
    color: #fff !important;
    background-color: #343434;
   
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
}
