* {
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "微软雅黑";
}

.ld-cont {
    width: 1200px;
    margin: 40px auto;
}

.ld-cont1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ld-cont1-left {
    float: left;
    width: 740px;
    height: 490px;
}


/* 轮播 */
div.main_left{
    float: left;
    width: 290px;
}

.main_title{
    background: #0f52b7;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0 15px;
}
.main_title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 8px;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: #654f4f transparent transparent transparent;
    opacity: 0.7;
}
.main_title:after{
    content: "";
    position: absolute;
    left: 8px;
    bottom: -8px;
    width: 226px;
    height: 8px;
    border-style: solid;
    border-width: 0 0 8px 226px;
    border-color: transparent transparent transparent #a5a5a5;
    opacity: 0.5;
}
.col_list{
    width: 280px;
    padding: 10px;
    margin-left: 10px;
    background: #f3f3fb;
    /*position: absolute;
    top: 60px;
    bottom: 0;*/
}
.col_list li{
    padding-left: 28px;
    position: relative;
    margin-top: 5px;
}
.col_list li:first-child{
    margin-top: 0;
}
.col_list li:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 19px;
    width: 6px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #a5a5a5;
}
.col_list li a{
    font-size: 18px;
    color: #666;
    line-height: 45px;
    display: inline-block;
}
.col_list li:hover,
.col_list li.active{
    background: #dfe5f3;
}
.col_list li:hover:before,
.col_list li.active:before{
    border-color: transparent transparent transparent #0f52b7;
}

.ld-cont1-right {
    float: right;
    width: 890px;
    background: #f6f6f6;
    padding: 20px;
}

.ld-mc {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ld-pic {
    float: left;
    width:125px;
}
.ld-pic img{
    width: 100%;
}
.ld-pic {
    float: left;
    width:125px;
}
.ld-js {
    float: left;
    width: 250px;
	margin-left:30px;
}
.ld-js a {
    display: block;

}

.ld-js1 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    color: #333333;
}

.ld-js2 {
    font-size: 18px;
    padding-top: 10px;
    color: #333333;
    /* font-weight: bold; */
}

.ld-js p {
    width: 190px;
    height: 50px;
    margin-top: 48px;
    line-height: 50px;
    border: 1px solid #0f52b7;
    border-radius: 25px;
    background: url(ldxxlog.png) no-repeat 20px;
}
.ld-js span {
    display: inline-block;
}
.ld-xx {
    color: #0f52b7;
    font-size: 20px;
    font-weight: bold;
    padding-left: 70px;
    line-height: 50px;
    padding-top: 0px;
}

.ld-jl {
    width: 100%;
    margin-top: 15px;
}

.ld-jl-title {
    background:url(ldtb1.png) no-repeat left 5px;
    font-size: 20px;
    font-weight: bold;
    color: #0f52b7;
    padding-left: 30px;
}

.ld-jl-text {
    color: #333333;
    font-size: 20px;
    text-indent: 2rem;
    padding: 10px 0px;
    line-height: 30px;
}

.ld-fg {
    width: 100%;
    margin-top: 10px;
}

.ld-fg-title {
    background:url(ldtb2.png) no-repeat left 5px;
    font-size: 20px;
    font-weight: bold;
    color: #0f52b7;
    padding-left: 30px;
}

.ld-fg-text {
    color: #333333;
    font-size: 20px;
    text-indent: 2rem;
    padding: 10px 0px;
    height: 100px;
    overflow: hidden;
    line-height: 30px;
    background: #f6f6f6;
}

.ld-fg p {
    width: 50px;
    margin: auto;
    height: 12px;
    background: url(jiantou.png) no-repeat center top;
    cursor: pointer;
    margin-top: 10px;
}



.ld-cont2{
    height: auto;
    margin-top: 40px;
}
.ld-cont2-left{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.ld-cont2-left a{
    font-size: 26px;
    font-weight: bold;
    color: #333333;

}

/* 滚动 */
.picScroll-left {
    width: 1200px;
    /* overflow: hidden; */
    position: relative;
    display: block;
}

.picScroll-left .hd {
    overflow: hidden;
    width: 1310px;
    height: 30px;
    padding: 0px;
    height: 90px;
    position: absolute;
    top: 75px;
    left: -55px;
    display:none;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 38px;
    height: 62px;
    float: right;
    margin-right: 0px;
    margin-top: 12px;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
    background: url(lzuo.png) no-repeat;
}
.picScroll-left .hd .prev{
    background: url(ryou.png) no-repeat;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    /* background: url("images/icoCircle.gif") 0 -9px no-repeat; */
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding-left:20px;
    /* padding-right: 44px; */
    overflow: hidden;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 280px;
    margin: 15px 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    box-shadow:0 0 5px 3px #eeeeee;
}

.picScroll-left .bd ul li .pic {
    /* text-align: center; */
    width: 280px;
    height: 200px;
    padding: 0px 20px;
    overflow: hidden;
}

.picScroll-left .bd ul li .pic a p:nth-child(1){
    color: #0f52b7;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height:48px;
}

.picScroll-left .bd ul li .pic a p:nth-child(2){
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    text-indent: 2rem;
    margin: 20px 0px;
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.picScroll-left_big{
    display: none;
    position: relative;
}
.picScroll-left_big .bd{
    padding-left: 0;
    overflow: hidden;
}
.picScroll-left_big .bd ul{
    margin-left: -25px!important;
}
.picScroll-left_big .bd li{
    width: 374px;
    margin-left: 31px;
    margin-right: 0;
    padding: 8px 0;
}
.picScroll-left_big .bd ul li .pic{
    width: 100%;
    height: 348px;
    padding: 0px 20px;
    overflow: hidden;
    box-shadow: 0 0 5px 3px #eeeeee;
}
.picScroll-left_big .bd ul li .pic a p:nth-child(1){
    font-size: 36px;
    color: #0f52b7;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height:48px;
}
.picScroll-left_big .bd ul li .pic a p:nth-child(2){
    font-size: 32px;
    line-height: 48px;
    height: auto;
    text-align: justify;
    color: #999999;
    text-indent: 2rem;
    margin: 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.picScroll-left_big .prev,
.picScroll-left_big .next {
    display: block;
    width: 38px;
    height: 62px;
    float: right;
    margin-right: 0px;
    margin-top: 12px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 154px;
}

.picScroll-left_big .next {
    background: url(ryou.png) no-repeat;
    right: -50px;
}
.picScroll-left_big .prev{
    
    background: url(lzuo.png) no-repeat;
    left: -50px;
}
@media only screen and (min-width: 1201px) {
.ld-cont2-right{
    width: 910px;
    float: right;
}
}
@media only screen and (max-width: 1200px) and (min-width: 769px){
.ld-cont2-right{
    width:1200px;
    float: right;
}
}
@media only screen and (max-width: 768px){
    .ld-cont,
    .ld-cont2,
    .picScroll-left,
    .tempWrap,
    .ld-cont1-left{
        width: 100%;
    }
    .ld-cont1-left{
        height: auto;
        padding:0 10px;
    }
    .slideBox .bd li span{
        padding-right: 30%;
    }
    .picScroll-left .bd ul li .pic{
        width: 100%;
    }
    .picScroll-left .bd{
        margin: 0 5%;
        padding: 0;
        overflow: hidden;
    }
    .picScroll-left .hd{
        display: none;
    }
    .ld-cont1-right{
        width: 100%;
    }
    .ld-pic{
        margin: auto;
        float: none;
        text-align: center;
    }
    .ld-js{
        float: none;
        margin: auto;
        text-align: center;
    }
    .ld-js p{
        margin:10px auto;
    }
    .ld-cont1-right{
        height: auto;
    }
    .slideBox .bd img {
        width: 100%;
        height: 270px;
        display: block;
    }
    .ld-js p{
        background:url(ldxxlog.png) no-repeat 30px;
    }
    .ld-xx{
        padding-left:80px;
    }
}