.list_zt_title{
    display: block;
    background: #0154a6;
    padding-left: 25px;
    line-height: 40px;
    color: #fff;
}
.list_zt_title a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.list_zt_title a span{
    display: inline-block;
    margin-left: 10px;
}
.list_zt{
    width: 98.8%;
    margin: 16px 0;
}

.list_zt .bd h2{
    font-size: 16px;
    color:#f39800;
    padding-left: 45px;
    position: relative;
    line-height: 52px;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
}
.list_zt .bd h2 span{
    font-size: 14px;
    display: inline-block;
    color: #b3b3b3;
    font-style: italic;
    font-weight: 500;
}
.list_zt .bd h2 i{
    float: right;
    font-size: 14px;
    color: #686868;
    padding-right: 20px;
    background: url(../img/xq.png) no-repeat right center;
}
.list_zt .bd h2:after{
    width: 34px;
    height: 34px;
    content: "";
    background: url(../img/ky.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background-color: #dcdcdc;
    border-radius: 50%;
}
.list_zt .bd li{
    background: #fff;
    width: 100%;
    padding-bottom: 30px;
}

.list_zt .hd{
    margin-top: -17px;
    z-index: 9999;
    position: relative;
    text-align: center;
}
.list_zt .hd li{
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    border-bottom: 2px solid #fff;
    position: relative;
    cursor: pointer;
}
.list_zt .hd li:after{
    content: "";
    width: 12px;
    height: 12px;
    background: #aaa;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -6px;
    border-radius: 50%;
}
.list_zt .hd .on:after{
    background: #3da6ff;
}
.list_zt .hd .on{
    border-bottom: 2px solid #3da6ff;
}
.list_zt_cont{
    width: 50%;
    padding: 0 23px;
    transition: all .2s;
}
.list_zt_cont:hover{
    transform: translateY(-5px);
}
.list_zt_cont p{
        color: #333333;
    font-size: 14px;
    height: 79px;
    margin: 12px 0;
    padding: 10px 0;
    line-height: 22px;
    overflow: hidden;
display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
}

.crumbs{
    background: #fff;
    padding-left: 5px;
    width: 98.8%;
    float: right;
}
.crumbs p{
    background: url(../img/dqwz.png) no-repeat center left;
    padding-left: 19px;
    font-size: 14px;
    color: #565656;
    line-height: 38px;
}
.crumbs a{
    line-height: 38px;
    display: inline-block;
}
.crumbs a:hover{
    color: #0154a6;
}


.list-page{
    background: #fff;
    padding: 28px 40px;
}
.list-page li{
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 10px;
}
.list-page li a{
    display: block;
}
.list-page li a div{
    box-shadow: 0px 2px 6.65px 0.35px rgba(0, 0, 0, 0.07);
}
.list-page li a div p{
    color: #fff;
    background: #0c51ab;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
}
.list-page li a div span{
    color: #5a5a5a;
    text-align: center;
    line-height: 33px;
    display: block;
    font-size: 24px;
    padding: 0 12px;
}
.list-page li a>p{
    font-size: 16px;
    color: #474747;
    width: 93%;
    margin-top: 10px;
}

.list-ul{
    margin: 40px;
    min-height: 900px;
    background: #fff;
}
.list-ul li{
    transition: all .3s;
    padding: 16px;
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.list-ul li>div{
    width: 209px;
    height: 123px;
    overflow: hidden;
}
.list-ul li>div img{
    width: 100%;
    height: 100%;
}
.list-ul li a{
    display: block;
    xwidth: 73%;
margin-left:234px;
}
.list-ul li a h1{
    font-size: 14px;
    color: #202020;
    line-height: 20px;
    padding-left: 10px;
    border-left: 3px solid #0068b7;
}
.list-ul li a span{
    float: right;
    color: #9e9e9e;
    font-size: 12px;
}
.list-ul li:hover{
    box-shadow: 0 0 15px 0px #d0d0d0;
    transform: translateY(-10px);
}
.list-ul li:hover a h1{
    color: #0265ae;
}
.list-ul li a p{
    color: #979797;
    font-size: 13px;
    text-indent: 2em;
    line-height: 22px;
}

.content{
    padding: 50px 90px;   
    background: #fff;
    box-shadow: 12px 4px 24px #bdbdbd;
    min-height: 500px;
}
.content-title h1{
    text-align: center;
    font-size: 19px;
    color: #282828;
    margin-bottom: 14px;
    font-weight: 600;
}
.content-title {
    text-align: center;
}
.content-title span{
    font-size: 14px;
    color: #6e6e6e;
    margin: 0 10px;
    display: inline-block;
    margin-bottom: 18px;
    text-align: center;
}
.content-text{
    padding: 40px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
.content-text p{
    text-indent: 2em;
    font-size: 14px ;
font-family: "Microsoft YaHei";
  xline-height:1.6 !important;
    color: #2f2f2f;
    display: block;
    text-align: justify;
    text-justify: inter-ideograph;
}
.content-text table p{
    text-align: 0em;
}
.prev-new{
    margin-top: 20px;
    font-size: 14px;
    color: #292929;
    display: block;
}