/* 手机版适配样式 */

@media screen and (max-device-width: 768px) {


    /*********************************** 首页部分 ***********************************/

    #main_con {
        width: 100%;
        height: auto;
        padding: 10px 10px 20px 10px;
        margin-bottom: 0;
        box-sizing: border-box;
        background-color: #FFFFFF;
        overflow: hidden;
    }

    .news {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .left {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none !important;
    }

    #f2_right_two {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .slide_information .hd {
        width: 100%;
        height: auto !important;
    }

    #f2_right_two .hd>a {
        font-size: 18px;
        width: 50%;
        float: left;
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: whitesmoke;
        border: 1px solid floralwhite;
        box-sizing: border-box;
    }

    .doot {
        display: none;
    }

    #f2_right_two .tempWrap {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slide_information .bd ul li {
        height: 40px;
        width: 100%;
        line-height: 40px;
    }

    .artcletitle{
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }
    .artcleDate{
        width: 16%;
        float: right;
        font-size: 14px;
        color: #606060;
    }
    #f2_right{
        width: 100% !important;
        height: auto !important;
        margin-top: -100px;
        position: relative;
    }
    .slide_information .hd{
        width: 100%;
        height: auto !important;
    }
    #f2_right .hd>a{
        font-size: 18px;
        width: 50%;
        float: left;
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: whitesmoke;
        border: 1px solid floralwhite;
        box-sizing: border-box;
    }
    .f2_right .tempWrap{
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    #box2{
        float: left;
    }
    .container{
        width: 100% !important;
    }
    .fouryw{
        width: 100%;
    }
    .bottomwrap{
        overflow:auto !important;
    }
    .bottomwrap .fouryw>ul>li{
        width: 20%;
        height: 185px;
        float: left;
        border: 1px solid #ddebf9;
        cursor: pointer;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 2%;
    }
    .bottomwrap .fouryw>ul>li>.hoverbox.hoverbox01 .lie{
        width: 30%;
    }
    .temp_ztzl_title b{
        width: 30%;
    }
    .temp_ztzl_title a{
        width: 40%;
    }
    .dsb{
        margin: 20px auto;
        width: 100%;
        height: auto;
    }
    .dsb>div>div>ul>li{
        float: left;
        width: 45% !important;
        height: 90px;
        margin: 5px 2.5% !important;
        display: inline-block;
    }
    .dsb>div>div>ul>li img{
        width: 100%;
        height: 90px;
    }
    .dsb>div>div>ul>li:nth-child(4) img{
        width: 100%;
        height: 90px;
    }


    /*********************************** 首页部分 ***********************************/

}