.main{
    min-height: 517px;
    margin-bottom: 50px;
}
.zt-list>ul{
    margin-bottom: 50px;
}
.zt-list>ul>li {
    height: 228px;
    width: 1276px;
    background: #fff;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(229, 229, 229, 1);
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-color: rgba(255, 255, 255, .01);
}
.zt-list>ul>li:hover {
    border: 2px solid #379dec;
}
.zt-list>ul>li>a>img {
    width: 314px;
    height: 178px;
    display: block;
    border: 2px solid #e4111e;
    border-radius: 10px;
    margin: 24px 0 30px 25px;
    float: left;
}
.zt-list>ul>li div {
    float: left;
    width: 875px;
    margin-left: 28px;
    margin-top: 22px;
}
.zt-list>ul>li div>a {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
}
.zt-list>ul>li div>a:hover{
    color: #379dec;
}
.zt-list>ul>li div>a span {
    width: 76px;
    height: 20px;
    margin-top: 2px;
    display: inline-block;
    border: 1px solid #ff9200;
    color: #ff9200;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    margin-left: 10px;
    vertical-align: top;
}
.zt-list>ul>li div>span {
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 14px;
    color: #f2a6a8;
}
.zt-list>ul>li div>p {
    font-size: 14px;
    color: #aaa;
    margin-top: 8px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zt-list>ul>li div ul {
    overflow: hidden;
    margin-top: 16px;
}
.zt-list>ul>li div ul.news li img{
    width: 196.25px;
    border-radius: 5px;
}
.zt-list>ul>li div ul.news li:nth-child(4n){
    margin-right: 0px;
}
.zt-list>ul>li div ul.news li p{
    width: 196.25px;
}
.zt-list>ul>li div ul li {
    float: left;
    margin-right: 30px;
}
.zt-list>ul>li div ul li:hover p{
    color: #379dec;
}
.zt-list>ul>li div ul li img {
    width: 88px;
    height: 88px;
    display: block;
    border-radius: 22px;
}
.zt-list>ul>li div ul li p {
    font-size: 16px;
    color: #242424;
    line-height: 16px;
    height: 16px;
    margin-top: 10px;
    text-align: center;
    width: 88px;
    overflow: hidden;
}

.detail-head{
    margin-bottom: 25px;
    background: #fff;
}
.detail-head .head-l {
    width: 518px;
    height: 274px;
    display: block;
    border: 1px solid #e4111e;
    float: left;
    position: relative;
}
.detail-head .head-l img {
    width: 502px;
    height: 260px;
    display: block;
    margin: 7px auto;
}
.detail-head .head-r {
    padding-right: 30px;
    float: left;
    width: 735px;
    margin-left: 27px;
    position: relative;
    height: 276px;
}
.detail-head .head-r>p:nth-child(1) {
    font-size: 14px;
    color: #999;
    margin-top: 22px;
    line-height: 14px;
}
.detail-head .head-r>p:nth-child(1) a {
    font-size: 14px;
    color: #999;
    margin-right: 22px;
}
.detail-head .head-r h1 {
    font-size: 26px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 10px;
    line-height: 26px;
    margin-top: 26px;
}
.detail-head .head-r > div:nth-child(3) {
    overflow-y: auto;
    max-height: 140px;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}
.detail-head .head-r>span {
    font-size: 14px;
    color: #efa0a5;
    line-height: 14px;
    margin-top: 10px;
    display: block;
}

.detail-list ul li {
    width: 413px;
    height: 212px;
    display: block;
    float: left;
    box-shadow: 1px 1px 10px rgba(229, 229, 229, 1);
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #fff;
    border-color: rgba(255, 255, 255, .01);
}
.detail-list ul li:nth-child(3n){
    margin-right: 0px;
}
.detail-list ul li img {
    width: 88px;
    height: 88px;
    display: block;
    float: left;
    border-radius: 22px;
    margin: 18px 0 0 22px;
}
.detail-list ul li div {
    float: left;
    width: 250px;
    margin: 18px 0 0 12px;
    height: 88px;
}
.detail-list ul.news li div p:nth-child(1){
    height: 42px;
    line-height: 21px;
}
.detail-list ul.news li img{
    width: 128px;
    border-radius: 5px;
}
.detail-list ul.news li div{
    width: 210px;
}
.detail-list ul li div p:nth-child(1) {
    font-size: 16px;
    color: #242424;
    line-height: 18px;
    height: 18px;
    margin-top: 10px;
    font-weight: 600;
    overflow: hidden;
}
.detail-list ul li div p:nth-child(1):hover{
    color: #379dec;
}
.detail-list ul li div p:nth-child(2) {
    font-size: 14px;
    color: #b9b9b9;
    line-height: 14px;
    margin-top: 10px;
}
.detail-list ul li div p:nth-child(3) {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 12px;
}
.detail-list ul li a>p:nth-last-child(2) {
    font-size: 14px;
    float: left;
    margin: 10px 20px 0;
    color: #b7b7b7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 40px;
}
.detail-list ul li a>p:nth-last-child(1) {
    margin: 15px 0 0 20px;
    float: left;
    display: block;
    width: 369px;
    line-height: 14px;
}
.detail-list ul li a>p:nth-last-child(1) span:nth-child(1) {
    font-size: 14px;
    color: #242424;
    margin-top: 7px;
    float: left;
}
.detail-list ul li a>p:nth-last-child(1) span:nth-child(1) em {
    width: 16px;
    height: 4px;
    display: inline-block;
    background: #242424;
    vertical-align: middle;
    margin: 0 10px 0 5px;
}
.detail-list ul li a>p:nth-last-child(1) span:nth-child(2) {
    float: right;
    width: 90px;
    height: 28px;
    display: inline-block;
    background: #379dec;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 6px;
}

.tj-zt{
    padding: 28px;
}
.tj-zt ul li {
    float: left;
    width: 223px;
    height: 124px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}
.tj-zt ul li img {
    width: 223px;
    height: 124px;
    display: block;
}
.tj-zt ul li p {
    font-size: 14px;
    color: #fff;
    width: 223px;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}