@charset "utf-8";
#main{
    position: relative;
}
#duilian{

}
#duilian > ul > li{
    position: absolute;
    top: 0px;
    z-index: 4;
}
#duilian > ul > li:nth-child(odd){
    left: 10px;
}
#duilian > ul > li:nth-child(even){
    right: 10px;
}
#duilian > ul > li:nth-child(n+3){
    margin-top: 40px;
    top: 250px;
}
#duilian > ul > li:nth-child(n+5){
    margin-top: 80px;
    top: 500px;
}
#duilian > ul > li .imgCover{
    width: 100px;
    height: 250px;
}
#duilian > ul > li .close{
    border: 1px solid #ddd;
    padding: 1px 3px;
    background-color: #fff;
    position: absolute;
    bottom: -25px;
    cursor: pointer;
    left: 0;
}
#duilian > ul > li:nth-child(odd) .close{
    /*right: 0;*/
}
#duilian > ul > li:nth-child(even) .close{
    /*left: 0;*/
}
#duilian > ul > li .close:hover{
    background-color: #DDD;
}


#t0add1{
    margin-top: 20px;
}



#t1{
    margin-top: 20px;
}
#t1l1{
    width: 360px;
}
#t1l1 .title{
    border-bottom: #B0B1B1 4px solid;
    width: 100%;
}
#t1l1 .title .border{
    display: inline-block;
    font-weight: bold;
    padding: 0 28px 8px 0;
    margin-bottom: -4px;
    border-bottom: 4px solid #C70000;
}
#t1l1 .title .border a{
    font-size: 24px;
    color: #C70000;
}
#t1l1 .main{
    position: relative;
}
#t1l1 .main input{
    display: none;
}
#t1l1 .main span{
    margin-top: 17px;
    display: inline-block;
    cursor: pointer;
    background-color: #E5F5FF;
    text-align: center;
    width: 100px;
    line-height: 51px;

}
#t1l1 .main span:hover{
    color: red;
}
#t1l1 .main input:checked+span{
    color: #fff;
    position: relative;
    background-color: #C70000;
}
#t1l1 .main input:checked+span:after{
    content: "";
    top: 50%;
    right: -5px;
    margin-top: -5px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid #C70000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
#t1l1 .main .list{
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    display: none;
}
#t1l1 .main input:checked+span+.list{
    display: block;
}
#t1l1 .main .list ul li{
    position: relative;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    padding-left: 17px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#t1l1 .main .list ul li:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    margin-left: -17px;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #BBB;
}

#t1l2{
    width: 380px;
    margin-left: 40px;
}

#t1l2t1 .li{
    /*margin-top: 16px;*/
    margin-top:1.3rem;;
}
#t1l2t1 .li .title{
    /* font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/

    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#t1l2t1 .li .info{
    color: #666;
    margin-top: 10px;
    line-height: 22px;
    height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#t1l2t1 .li .title, #t1l2t1 .li .title a, #t1l2t1 .li .info span, #t1l2t1 .li .info span a{
    color: #C70000;
}


#t1l2t2{
    margin-top: 18px;
}
#t1l2t2 .title .link{
    background-color: #C70000;
    padding: 3px 8px;
}
#t1l2t2 .title .link a{
    color: #fff;
}
#t1l2t2 .title .line{
    height: 24px;
    width: 240px;
    border-bottom: 1px solid #DDD;
}
#t1l2t2 .title .more{
    padding: 4px 8px;
    font-size: 12px;
    background-color: #F0F0F0;
}
#t1l2t2 .main{
    margin-top: 10px;
}
#t1l2t2 .main ul li{
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#t1l2t3{
    margin-top: 2px;
}
#t1l2t3 > ul{
    margin: 0 -5px;
}
#t1l2t3 > ul > li{
    margin: 0 5px;
}
#t1l2t3 .imgCover{
    width: 120px;
    height: 50px;
}


#t1l3{
    width: 320px;
}

#t1l3t1 ul{
    margin-top: -10px;
}
#t1l3t1 ul li{
    margin-top: 10px;
}
#t1l3t1 .imgCover{
    width: 320px;
    height: 86px;
}

#t1l3t2{
    margin-top: 30px;
}

#t1l3t2 .title .link{
    background-color: #213F87;
    padding: 3px 8px;
}
#t1l3t2 .title .link a{
    color: #fff;
}
#t1l3t2 .title .line{
    height: 24px;
    width: 190px;
    border-bottom: 1px solid #DDD;
}
#t1l3t2 .title .more{
    padding: 4px 8px;
    font-size: 12px;
    background-color: #F0F0F0;
}
#t1l3t2 .main ul{
}
#t1l3t2 .main ul li{
    margin-top: 6px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


#t2{
    margin-top: 20px;
}
#t2 .border{
    padding: 7px;
    border: 1px solid #ddd;
}
#t2 ul{
    margin: 0 -4px;
}
#t2 ul li{
    margin: 0 4px;
}
#t2 ul li .imgCover{
    width: 275px;
    height: 50px;
}

#t3{
    margin-top: 15px;
}
#t3 ul{
    margin: 0 -5px;
}
#t3 ul li{
    margin: 0 5px;
}
#t3 ul li .imgCover{
    width: 565px;
    height: 50px;
}


#t4{
    margin-top: 30px;
}
#t4l1{
    position: relative;
    width: 360px;
    height: 400px;
}
#t4l1 label input{
    display: none;
}
#t4l1 label span{
    color: #fff;
    background-color: #000;
    width: 25px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
    font-size: 12px;
}
#t4l1 label .imgCover{
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 2;
    width: 360px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

#t4l1 label span:hover, #t4l1 label input:checked+.imgCover+span{
    background-color: #C70000;
}
#t4l1 label input:checked+.imgCover{
    z-index: 3;
    opacity: 1;
    display: flex;
}
#t4l2{
    width: 745px;
}
#t4l2 .title{
    border-bottom: 4px solid #ddd;
    margin-top: 5px;
}
#t4l2 .title a{
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: -4px;
    padding-right: 20px;
    font-size: 24px;
    color: #C70000;
    border-bottom: 4px solid #C70000;
}
#t4l2 .main{
    margin-top: 10px;
}
#t4l2 .main ul{
    margin: -5px;
}
#t4l2 .main ul li{
    width: 141px;
    margin: 5px;
}
#t4l2 .main ul li .border{
    border: 1px solid #ddd;
    padding: 10px;
}
#t4l2 .main ul li .border .imgCover{
    width: 119px;
    height: 63px;
}
#t4l2 .main ul li .border .name{
    margin-top: 5px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#t5{
    margin-top: 20px;
}


#t6{
    margin-top: 28px;
}
#t6t1{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
}
#t6t1 .link{
    border-left: 7px solid #C70000;
    padding-left: 8px;
    font-size: 30px;
    font-weight: bold;
}
#t6t1 .link a{
    -webkit-text-fill-color: transparent;
    background:-webkit-linear-gradient(-0deg,#333 50%,#C70000 50%);
    -webkit-background-clip: text;
}

#t6t1 .child .xuweiyidai{
    font-weight: bold;
    font-size: 30px;
    color: #C70000;
}
#t6t1 .child .childList{
    margin-top: 19px;
    margin-left: 15px;
}
#t6t1 .child .childList ul li{
    border-left: 1px solid #333;
    margin-left: 7px;
    padding-left: 7px;
    line-height: 14px;
}
#t6t1 .child .childList ul li:first-child{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

#t6t2l1 .list > li{
    position: relative;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#t6t2{
    margin-top: 20px;
}
#t6t2l1 > ul{
    margin: 0 -30px;
}
#t6t2l1 > ul > li{
    width: 340px;
    margin: 0 30px;
}
#t6t2l1 > ul > li > div > .title{
    font-size: 18px;
    font-weight: bold;
}
#t6t2l1 > ul > li > div > .hot{
    margin-top: 12px;
}
#t6t2l1 > ul > li > div > .hot .leftImg .imgCover{
    width: 133px;
    height: 88px;
}
#t6t2l1 > ul > li > div > .hot .right{
    width: 190px;
}
#t6t2l1 > ul > li > div > .hot .right .link{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
#t6t2l1 > ul > li > div > .hot .right .link a{
    font-weight: bold;
}
#t6t2l1 > ul > li > div > .hot .right .info{
    text-indent: 2em;
    margin-top: 4px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#t6t2l1 > ul > li > div > .list{
    margin-top: 15px;
}
#t6t2l1 > ul > li > div > .list ul li{
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#t6t2l2{
    width: 340px;
}
#t6t2l2t1 > ul{
    margin: 0 -5px;
}
#t6t2l2t1 > ul > li{
    width: 165px;
    margin: 0 5px;
}
#t6t2l2t1 > ul > li > .border{
    padding:
}
#t6t2l2t1 > ul > li > .border .img .imgCover{
    width: 165px;
    height: 100px;
}
#t6t2l2t1 > ul > li > .border .link{
    margin-top: 10px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}

#t6t2l2t2{
    margin-top: 29px;
}
#t6t2l2t2 ul{
    margin: 0 -5px;
}
#t6t2l2t2 ul li{
    margin: 0 5px;
}
#t6t2l2t2 ul li .imgCover{
    width: 165px;
    height: 60px;
}


#t7{
    margin-top: 28px;
}
#t7 ul{
    margin: 0 -10px;
}
#t7 ul li{
    margin: 0 10px;
}
#t7 ul li .imgCover{
    width: 270px;
    height: 65px;
}



#t8{
    margin-top: 20px;
}
#t8t1{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
}
#t8t1 .link{
    border-left: 7px solid #C70000;
    padding-left: 8px;
    font-size: 30px;
    font-weight: bold;
}
#t8t1 .link a{
    -webkit-text-fill-color: transparent;
    background:-webkit-linear-gradient(-0deg,#333 50%,#C70000 50%);
    -webkit-background-clip: text;
}

#t8t1 .child .xuweiyidai{
    font-weight: bold;
    font-size: 30px;
    color: #C70000;
}
#t8t1 .child .childList{
    margin-top: 19px;
    margin-left: 15px;
}
#t8t1 .child .childList ul li{
    border-left: 1px solid #333;
    margin-left: 7px;
    padding-left: 7px;
    line-height: 14px;
}
#t8t1 .child .childList ul li:first-child{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

#t8t2{
    margin-top: 20px;
}
#t8t2 > ul{
    margin: 0 -30px;
}
#t8t2 > ul > li{
    width: 340px;
    margin: 0 30px;
}
#t8t2 > ul > li > div > .title{
    font-size: 18px;
    font-weight: bold;
}
#t8t2 > ul > li > div > .hot{
    margin-top: 12px;
}
#t8t2 > ul > li > div > .hot .leftImg .imgCover{
    width: 133px;
    height: 88px;
}
#t8t2 > ul > li > div > .hot .right{
    width: 190px;
}
#t8t2 > ul > li > div > .hot .right .link{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#t8t2 > ul > li > div > .hot .right .link a{
    font-weight: bold;
}
#t8t2 > ul > li > div > .hot .right .info{
    text-indent: 2em;
    margin-top: 4px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#t8t2 > ul > li > div > .list{
    margin-top: 15px;
}
#t8t2 > ul > li > div > .list ul li{
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


#t9{
    margin-top: 30px;
}
#t9l1{
    width: 740px;
}
#t9l1t1{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
    position: relative;
}
#t9l1t1:after{
    content: "";
    margin-bottom: -4px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 138px;
    height: 4px;
    background-color: #C70000;
}
#t9l1t1 .link{
    border-left: 7px solid #C70000;
    padding-left: 8px;
    font-size: 30px;
    font-weight: bold;
}
#t9l1t1 .link a{
    -webkit-text-fill-color: transparent;
    background:-webkit-linear-gradient(-0deg,#333 50%,#C70000 50%);
    -webkit-background-clip: text;
}
#t9l1t1 .more{
    margin-top: 15px;
    margin-left: 15px;
}


#t9l1t2{
    margin-top: 30px;
}
#t9l1t2l1{
    width: 360px;
}
#t9l1t2l1 ul li{
    height: 26px;
    line-height: 26px;
    padding-left: 12px;
    overflow: hidden;
    position: relative;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#t9l1t2l1 ul li:after{
    content: "";
    top: 50%;
    margin-top: -1px;
    left: 4px;
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #C70000;
}
#t9l1t2l1 ul li a span{
    color: #C70000;
}

#t9l1t2l2{
    width: 300px;
}
#t9l1t2l2 > ul > li{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px #333 dotted;
}
#t9l1t2l2 > ul > li:first-child{
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
#t9l1t2l2 .imgCover{
    width: 100px;
    height: 90px;
}
#t9l1t2l2 .border{
    width: 180px;
}
#t9l1t2l2 .border .link{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}
#t9l1t2l2 .border .info{
    margin-top: 8px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#t9l1t2l2 .border .info span{
    color: #C70000;
}
#t9l1t2l2 .border .info span a{
    color: #C70000;
}


#t9l2{
    width: 340px;
    margin-top: 16px;
}

#t9l2t1{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
    position: relative;
}
#t9l2t1:after{
    content: "";
    margin-bottom: -4px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 90px;
    height: 4px;
    background-color: #C70000;
}
#t9l2t1 .link{
    font-size: 18px;
    font-weight: bold;
}
#t9l2t1 .link a{
}
#t9l2t1 .more{
    margin-top: 5px;
}


#t9l2t2{
    margin-top: 35px;
}
#t9l2t2 ul{
    margin: -16px -17.5px 0;
}
#t9l2t2 ul li{
    width: 90px;
    margin: 16px 17.5px 0;
}
#t9l2t2 .img .imgCover{
    width: 90px;
    height: 90px;
}
#t9l2t2 .name{
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    margin-top: 8px;
    background-color: #C70000;
    text-align: center;
    font-size: 16px;
}
#t9l2t2 .name a{
    color: #fff;
}

#t9l2t3{
    margin-top: 15px;
}
#t9l2t3 ul{
    margin: 0 -5px;
}
#t9l2t3 ul li{
    margin: 0 5px;
}
#t9l2t3 .imgCover{
    width: 165px;
}

#t10{
    margin-top: 28px;
}
#t10 ul{
    margin: 0 -10px;
}
#t10 ul li{
    margin: 0 10px;
}
#t10 ul li .imgCover{
    width: 270px;
    height: 65px;
}


#t11{
    margin-top: 30px;
}
#t11t1{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
}
#t11t1 .link{
    border-left: 7px solid #C70000;
    padding-left: 8px;
    font-size: 30px;
    font-weight: bold;
}
#t11t1 .link a{
    -webkit-text-fill-color: transparent;
    background:-webkit-linear-gradient(-0deg,#333 50%,#C70000 50%);
    -webkit-background-clip: text;
}
#t11t1 .more{
    margin-top: 21px;
}
#t11t1t2{
    margin-top: 15px;
}

#t11t1t2l1{
    /*width: 780px;*/
}
#t11t1t2l1 .title{
    font-size: 20px;
    margin-left: 12px;
}
#t11t1t2l1 .list{
    margin-top: 12px;
}
#t11t1t2l1 .list > ul{
}
#t11t1t2l1 .list > ul > li{
    margin-top: 11px;
    padding-left: 12px;
    padding-right: 42px;
}
#t11t1t2l1 .list > ul > li:first-child{
    margin-top: 0;
}
#t11t1t2l1 .list > ul > li:nth-child(odd){
    background-color: #ECEAEB;
}
#t11t1t2l1 .list .tr > ul{
    margin: 0 -20px;
}
#t11t1t2l1 .list .tr > ul > li{
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    margin: 0 20px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#t11t1t2l1 .list .tr > ul > li:nth-child(1){
    width: 260px;
}
#t11t1t2l1 .list .tr > ul > li:nth-child(2){
    width: 240px;
}
#t11t1t2l1 .list .tr > ul > li:nth-child(3){
    width: 80px;
}
#t11t1t2l1 .list .tr > ul > li:nth-child(4){
    float: right;
}
#t11t1t2l1 .list .tr > ul > li:nth-child(4) a{
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #2373D4;
}


#t11t1t2l2{
    width: 300px;
}
#t11t1t2l2 .title{
    font-size: 20px;
}

#t11t1t2l2 .list{
    margin-top: 12px;
}
#t11t1t2l2 .list > ul > li{
    padding: 15px;
    padding-right: 25px;
    position: relative;
    overflow: hidden;
}
#t11t1t2l2 .list > ul > li:nth-child(odd){
    background-color: #F6F6F6;
}
#t11t1t2l2 .list > ul > li:after{
    color: #fff;
    content: "招聘";
    position: absolute;
    top: -7px;
    right: -20px;
    background-color: #2173C7;
    display: block;
    transform:rotate(45deg);
    padding: 12px 16px 3px;
    /*border-left: 5px solid #C70000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;*/
}
#t11t1t2l2 .list .li .imgCover{
    width: 130px;
    height: 32px;
}
#t11t1t2l2 .list .li .link{
    width: 110px;
    overflow: hidden;
    line-height: 16px;
    height: 32px;
}

#t11add1{
    margin-top: 15px;
}

#t12{
    margin-top: 20px;
}
#t12t1{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
}
#t12t1 .link{
    border-left: 7px solid #C70000;
    padding-left: 8px;
    font-size: 30px;
    font-weight: bold;
}
#t12t1 .link a{
    -webkit-text-fill-color: transparent;
    background:-webkit-linear-gradient(-0deg,#333 50%,#C70000 50%);
    -webkit-background-clip: text;
}
#t12t1 .more{
    margin-top: 21px;
}
#t12t1t2{
    margin-top: 15px;
}
#t12t1t2 > ul{
    margin: 0 -30px;
}
#t12t1t2 > ul > li{
    margin: 0 30px;
    width: 540px;
}
#t12t1t2 .title{
    border-bottom: 1px solid #333;
}
#t12t1t2 .title .link{
    padding-right: 10px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
#t12t1t2 .title .more{
    margin-top: 5px;
}
#t12t1t2 .list .tr{
    margin-top: 20px;
}
#t12t1t2 .list .tr > ul{
    margin: 0 -6px;
}
#t12t1t2 .list .tr > ul > li{
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    margin: 0 6px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#t12t1t2 .list .tr > ul > li:nth-child(1){
    width: 72px;
    background-color: #f1f1f1;
    text-align: center;
}
#t12t1t2 .list .tr > ul > li:nth-child(2){
    width: 210px;
}
#t12t1t2 .list .tr > ul > li:nth-child(3){
    width: 56px;
}
#t12t1t2 .list .tr > ul > li:nth-child(4){
    width: 78px;
}
#t12t1t2 .list .tr > ul > li:nth-child(5){
    float: right;
}
#t12t1t2 .list .tr > ul > li:nth-child(5) a{
    color: #fff;
    background-color: #2373D4;
    padding: 9px 20px;
}



#t13{
    margin-top: 30px;
}
#t13t1{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
}
#t13t1 .link{
    border-left: 7px solid #C70000;
    padding-left: 8px;
    font-size: 30px;
    font-weight: bold;
}
#t13t1 .link a{
    -webkit-text-fill-color: transparent;
    background:-webkit-linear-gradient(-0deg,#333 50%,#C70000 50%);
    -webkit-background-clip: text;
}
#t13t1 .more{
    margin-top: 21px;
}

#t13t1t2{
    margin-top: 15px;
}


#t13t1t2l1 > ul > li{
    position: relative;
    padding-left: 14px;
}
#t13t1t2l1 > ul > li:after{
    content: "";
    top: 50%;
    margin-top: -1px;
    left: 4px;
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #333;
}
#t13t1t2l1 .tr > ul{
    margin: 0 -30px;
}
#t13t1t2l1 .tr > ul > li{
    margin: 0 30px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#t13t1t2l1 .tr > ul > li:nth-child(1){
    width: 310px;
}
#t13t1t2l1 .tr > ul > li:nth-child(2){
    width: 110px;
}
#t13t1t2l1 .tr > ul > li:nth-child(3){
}
#t13t1t2l1 .tr > ul > li:last-child{
}
#t13t1t2l1 .tr > ul > li:last-child a{
    color: #fff;
    display: inline-block;
    background-color: #3B393A;
    line-height: 14px;
    height: 14px;
    padding: 4px 10px;
}

#t13t1t2l2{
    width: 320px;
}
#t13t1t2l2 .title{
    font-size: 18px;
}
#t13t1t2l2 .img{
    margin-top: 12px;
}
#t13t1t2l2 .img ul{
    margin: 0 -10px;
}
#t13t1t2l2 .img ul li{
    margin: 0 10px;
}
#t13t1t2l2 .img .imgCover{
    width: 150px;
    height: 90px;
}
#t13t1t2l2 .list{
    margin-top: 15px;
}
#t13t1t2l2 .list ul li{
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


#t14{
    margin-top: 30px;
}
#t14 > .border{
    border: 1px solid #ddd;
}
#t14t1{
    background-color: #F5F5F5;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
}
#t14t2{
    padding: 15px 20px;
}
#t14t2 > ul{
    margin: -15px -6px 0;
}
#t14t2 > ul > li{
    margin: 15px 6px 0;
}
#t14t2 .img{
    padding: 10px;
}
#t14t2 .img .imgCover{
    width: 151px;
    height: 55px;
}
#t14t2 .border{
    border: 1px solid #ddd;
}

/* 产品推荐 */
.tjcp{ width: 1140px; margin: 30px auto 0; height: auto; clear: both;}
.tjcp .tjcp_box{ width: 1140px; height: auto; overflow: hidden; margin-top: 15px;}
.tjcp .tjcp_box .proitem{ float: left; width: 140px; height: 230px; text-decoration: none; padding: 5px 5px 5px 6px; background-color: #fff; margin: 10px 5px 0; overflow: hidden;}
.tjcp .tjcp_box .proitem:hover{ box-shadow: 0 0 1px 1px #1479d7 inset;}
.tjcp .tjcp_box .proitem a { text-decoration:none;}
.tjcp .tjcp_box .proitem .tjcp_logo{ width: 80px; height: 40px; text-align: center; line-height: 35px; overflow: hidden;}
.tjcp .tjcp_box .proitem .tjcp_logo img{ max-width: 80px; max-height: 40px; vertical-align: middle;}
.tjcp .tjcp_box .proitem .tjcp_img{ width: 130px; overflow: hidden; height: 140px; text-align: center; line-height: 140px;}
.tjcp .tjcp_box .proitem .tjcp_img img{ max-width: 120px; max-height: 120px; vertical-align: middle;}
.tjcp .tjcp_box .proitem p{ width: 140px; height: 50px; color: #333; line-height: 24px; text-align: center; font-size: 14px; overflow: hidden; margin: 0;}

#zt_list{
    border-bottom: 4px solid #ddd;
    padding-bottom: 8px;
}
#zt_list .link{
    border-left: 7px solid #C70000;
    padding-left: 8px;
    font-size: 30px;
    font-weight: bold;
}
#zt_list .link a{
    -webkit-text-fill-color: transparent;
    background:-webkit-linear-gradient(-0deg,#333 50%,#C70000 50%);
    -webkit-background-clip: text;
}