﻿* {
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei UI';
}

a {
    color: #5e5e5e;
    text-decoration: none;
}

a:hover {
    color: #149490;
    text-decoration: none;
}
.clear{
    clear: both;
}
.top {
    width: auto;
    height: 240px;
}

.main {
    width: 1100px;
    height: 770px;
    margin: 0 auto;
    background-color: #fff;
}

.left {
    width: 610px;
    height: 710px;
    float: left;
    margin: 30px;
}

.right {
    width: 400px;
    height: 710px;
    float: right;
    background-color: #e8f1eb;
    margin: 30px 30px 30px 0;
}

.pic {
    width: 610px;
    height: 400px;
}

.yw {
    width: 610px;
    height: 280px;
    margin-top: 30px;
}

.gd {
    width: 360px;
    margin-left: 25px;
    margin-top: 20px;
    height: 208px;
}

.sp {
    width: 360px;
    margin-left: 25px;
    margin-top: 20px;
    height: 235px;
}

.mt {
    width: 360px;
    margin-left: 25px;
    height: 200px;
    ;
}

.footer {
    width: auto;
    height: 80px;
    margin-top: 30px;
    border-top: 10px #149490 solid;
    text-align: center;
    font-size: 14px;
    color: #149490;
    padding-top: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.label {
    width: 610px;
    height: 25px;
    border-bottom: 1px #969696 solid;
    font-size: 20px;
    color: #149490;
    font-weight: bolder;
    letter-spacing: 2px;
}

.more {
    color: #969696;
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.title {
    width: 605px;
    padding-left: 5px;
    height: 230px;
    margin-top: 25px;
    font-size: 14px;
}

.title ul li {
    line-height: 16px;
    height: 30px;
    color: #5e5e5e;
    list-style: none;
    padding-right: 5px;
}

.date {
    float: right;
}

#gdxx {
    width: 355px;
    margin-top: 15px;
}

.picbox {
    width: 610px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
}

.picbox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.picbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-top: 4px;
}

.picbox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 6px;
    text-align: center;
    background: #e8e8e8;
    cursor: pointer;
}

.picbox .hd ul li.on {
    background: #0c827e;
}

.picbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picbox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picbox .bd img {
    width: 610px;
    height: 400px;
    display: block;
    margin-top: -20px;
}

.pic-bt {
    position: absolute;
    background: #149490;
    opacity: 0.9;
    color: #fff;
    bottom: 0px;
    left: 0px;
    text-align: left;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    font-family: "Microsoft YaHei UI";
    width: 590px;
    padding-left: 20px;
    top: 370px;
}

.pic-bt a {
    color: #fff;
}

.spbox {
    width: 360px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
}

.spbox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.spbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-top: 4px;
}

.spbox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 6px;
    text-align: center;
    background: #e8e8e8;
    cursor: pointer;
}

.spbox .hd ul li.on {
    background: #149490;
}

.spbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.spbox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.spbox .bd img {
    width: 360px;
    height: 200px;
    display: block;
    margin-top: -20px;
}

.sp-bt {
    position: absolute;
    background: #149490;
    opacity: 0.9;
    color: #fff;
    bottom: 0px;
    left: 0px;
    text-align: left;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    font-family: "Microsoft YaHei UI";
    width: 3400px;
    padding-left: 20px;
    top: 170px;
}

.sp-bt a {
    color: #fff;
}
.footer_sj{
    display: none;
}
@media (max-width: 991px) {
    .top img {
        width: 100%;
        height: 100px;
    }
    .top {
        width: 100%;
        height: auto;
    }
    /* .picbox .bd img {
width: 100%;
height: auto;
} */
    /* .left .pic .picbox {
width: 100%;
} */
    .right {
        float: left;
        background-color: #e8f1eb;
        margin-top: -5px;
        width: 100%;
    }
    .title ul li a {
        display: block;
        width: 60%;
        height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .title ul li span {
        margin-right: 1%;
    }
    /* .picbox .bd img {
width: 52%;
margin-left: 30px
} */
    /* .pic-bt {
top: 181px;
} */
    .pic-bt a {
        display: block;
        height: 30px;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .label,
    .mt,
    .title,
    .pic,
    .gd,
    #gdxx,
    .yw,
    .main,
    .lb {
        width: 100%;
    }
    .gd {
        margin-left: 0% !important;
    }
    .mt {
        margin-left: 0% !important;
    }
    .left {
        width: 100%;
        margin: 0px;
        height: auto;
    }
    /* .yw {
margin-left: 25px;
} */
    .main {
        width: 98%;
        padding: 0 1%;
        background-color: #e8f1eb;
        height: auto;
    }
    .more {
        margin-right: 1%;
    }
    /* .picbox .hd{
height: 206px;
} */
    .bd ul {
        width: 100% !important;
        height: 100% !important;
    }
    .bd li {
        width: 100% !important;
        height: 100% !important;
    }
    .picbox .bd img {
        width: 100% !important;
        height: 100% !important;
    }
    .picbox {
        width: 100%;
        height: 100%;
    }
    .pic {
        /* height: 215px; !!!!!!*/
        height: 355px;
    }
    .pic-bt {
        top: 330px;
        /* top:185px; !!!!*/
        width: 100%;
    }
    .yw {
        height: auto;
      
    }
    .head {
        left: 5px !important;
        top: 10px !important;
    }
    .head_img {
        width: 100% !important;
        height: 20px !important;
    }
    .footall{
       display: none;
    }
    .footer{
        width: 100%;
        height: 60px;
       }
    .footer_sj{
       
        width: 100%;
      height: auto;
    color: #149490;
    display: block;
    }

   
}