@font-face{
    font-family:mingkai;
    src:url("/Home/fonts/mingkai.ttf");
}
.channel-news{
    border-bottom:none;
}
.channel-news .category-title{
    height: 150px;
    width: 100%;
    background-image: url(/Home/zhuanti/model3/part.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 50px 0 15px;
}
.channel-news .category-title .channel-name{
    font-family: mingkai, 楷体;
    color: #007bff;
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 120px;
}
.channel-news .category-title .channel-name:before{
    display: none;
}
.special-headline blockquote{
    background: e5f2ff;
}
.special-headline blockquote h3::before{
    color:#007bff;
}
.special-headline blockquote h3{
    color:#007bff;
}
.tag{
    color: #007bff;
    background: #e5f2ff;
}

@media (min-width: 767px) {
    .article-list .article-title a:hover{
        color:#006cff;
    }
    a:hover{
        color:#006cff;
    }
    #newbox1{
        display:none;
    }
    #special-focus .item .carousel-img{
        height: 450px;
    }
    .new_con{
        display: block;
    }
    .special-headline{
        display: none;
    }
    .new_con{
        display: block!important;
        background: url(/Home/zhuanti/model3/topbg.png) bottom center no-repeat;
        background-position-y: bottom;
        padding-bottom: 30px;
    }
    .new_top0 ,.new_top2{
        width: 1200px;
        margin:0 auto;
    }
    .new_top{
        display: block!important;
        text-align: center;
        border-bottom: 1px dotted #999;
        padding-bottom: 20px;
        margin-top: 0!important;
        padding-top:30px;
    }
    .new_top a{
        font-size: 36px;
        color: #0b5ec8;
        font-weight: bold;
        cursor: pointer;
    }
    .new_top p{
        width: 100%;
        overflow: hidden;
        color:#333;
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px;
    }
    .nt2_l .carousel-caption{
        background: -webkit-linear-gradient(top, rgba(0,30,117, 0) 0, rgba(0,30,117, .7) 100%);
    }
    .nt2_l .carousel-caption h2{
        font-weight: 500;
        font-size: 22px;
    }
    .carousel-indicators .active{
        background: #15bdef;
    }
    .nt2_r{
        height:450px;
        overflow: hidden;
        float: right;
        border-bottom-right-radius: 40px;
    }
    .nt2_r li{
        font-size: 16px;
        padding: 15px 15px 0px 20px;
        height: 74px;
        transition: all 0.2s;
        margin-top:1px;
        background: #fff;
        position: relative;
        display: flex;
        align-items: center;
        padding:0 12px;
    }
    .nt2_r li:before {
        content: "";
        width: 6px;
        height: 74px;
        position: absolute;
        left: 0;
        z-index: 2;
    }
    .nt2_r li:first-child:before {
        background: #15bdef;
    }
    .nt2_r li:nth-child(2):before {
        background: #18a3f0;
    }
    .nt2_r li:nth-child(3):before {
        background: #008aff;
    }
    .nt2_r li:nth-child(4):before {
        background: #006cff;
    }
    .nt2_r li:nth-child(5):before {
        background: #1551e8;
    }
    .nt2_r li:nth-child(6):before {
        background: #1839c7;
    }
    .nt2_r li:first-child:hover {
        background: #15bdef;
        color: #fff;
    }
    .nt2_r li:nth-child(2):hover {
        background: #18a3f0;
        color: #fff;
    }
    .nt2_r li:nth-child(3):hover {
        background: #008aff;
        color: #fff;
    }
    .nt2_r li:nth-child(4):hover {
        background: #006cff;
        color: #fff;
    }
    .nt2_r li:nth-child(5):hover {
        background: #1551e8;
        color: #fff;
    }
    .nt2_r li:nth-child(6):hover {
        background: #1839c7;
        color: #fff;
    }
    .nt2_r li:hover{
        background: #14c3f6;
    }
    .nt2_r li:hover a{
        color: #fff !important;
    }
    .nt2_r li a{
        color: #333;
        margin:0;
        text-decoration: none;
    }
    .nt2_b{
        width: 100%;
        background: #fff;
        border-radius: 15px;
        margin-top:40px!important;
        margin-bottom: 10px;
        padding:10px 15px;
        box-sizing: border-box;
    }
    .nt2_b ul{
    }
    .nt2_b li{
        display: inline-block;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        position: relative;
        padding-left:15px;
        box-sizing: border-box;
        font-size: 16px;
    }
    .nt2_b li a:hover{
        text-decoration: underline;
    }
    .nt2_b li a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      background-color: #1551e8;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
    }
}
@media (max-width: 767px) {
    .channel-news .category-title{
        background:none;
        border-bottom: 3px solid #e5f2ff;
        border-radius: 0;
        padding : 0 0 5px 0;
        margin:15px 0 0 0!important;
        height:auto;
    }
    .channel-news .category-title .channel-name{
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        text-align: left;
        margin:0;
        line-height: 30px;
    }
    .article-list .article-title a:hover{
        color: #007bff;
    }
}