/*详情页kv部分*/

.detail_kv{

    position: relative;

}

.detail_kv img{

    width: 100%;

    display: block;

}

.detail_kv .pc_kv_img{

    display: block;

}

.detail_kv .sp_kv_img{

    display: none;

}





/*新闻中心*/

.side_menu{

    float: right;

}

.new_list{

    float: left;

    width: 100%;

}

.new_list section{

    padding: 20px;

    background-color: #f9f9f9;

    margin-bottom: 20px;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

.new_list section:hover{

    /*background-color: #f1f8fc;*/

    background-color: #ebf3f9;

    /*background-color: #e8f0f5;*/

    /*background-color: #0071be;*/

    /*color: #fff;*/

}

.new_list .img{

    float: left;

    margin-right: 22px;

    width: 250px;

}

.new_list .img img{

   display: block;

    width: 100%;

}

.new_list .txt{

    overflow: hidden;

    text-align: justify;

}

.new_list .txt h3{

    font-size: 20px;

    margin-bottom: 7px;

    line-height: 1.5;

}

.new_list .txt p{

    font-size: 14px;

    margin-bottom: 5px;

}

.new_list .txt time{

    font-size: 12px;

    font-style: italic;

}

.side_menu{

    width: 240px;

}

.side_menu dt{

    background-color: #0071be;

    padding: 35px 0 30px 50px;

    color: #fff;

    font-size: 24px;

    line-height: 1em;

}



/*侧边栏下拉框样式*/

/*divSelect*/

.selectBox {

    width: 238px;

    height: 38px;

    line-height: 38px;

    position: relative;

    border: 1px solid #d1d1d1;

    background-color: #ffffff;

}

.selectBox .optionBox {

    display: block;

    width: 100%;

    height: 100%;

    text-align: left;

    text-indent: 50px;

    cursor: pointer;

}

.selectBox .JGdown {

    display: inline-block;

    width: 60px;

    height: 100%;

    /*border-left: 8px solid transparent;*/

    /*border-right: 8px solid transparent;*/

    /*border-top: 10px solid #555;*/

    position: absolute;

    right: 0;

    top: 0;

    /*transition:transform .05s;*/

    /*transition:-ms-transform .05s;*/

    /*transition:-moz-transform .05s;*/

    /*transition:-webkit-transform .05s;*/

    background:#d1d1d1 url(../images/arr_ico01.gif) no-repeat center center;

}

.selectBox .optionUl {

    padding: 0;

    margin: 0;

    width: 100%;

    position: absolute;

    left: -1px;

    top: 38px;

    border: 1px solid #d1d1d1;

    max-height: 250px;

    overflow: auto;

    display: none;

    background-color: #ffffff;

}

.selectBox .optionUl li{

    height:38px;

}

.selectBox .optionUl li:hover{

    background-color: #f0f0f0;

}

.selectBox.selected .optionUl {

    display: block;

}

.selectBox.selected .JGdown {

    transform: rotate(-180deg);

    -ms-transform: rotate(-180deg);/* IE 9 */

    -moz-transform: rotate(-180deg);/* Firefox */

    -webkit-transform: rotate(-180deg);/* Safari 和 Chrome */

    -o-transform: rotate(-180deg);/* Opera */

}

.selectBox .optionUl li {

    text-align: left;

    text-indent: 50px;

    cursor: pointer;

}





/*新闻详情*/

#n_d_content .m_wrap{

    background-color: #ffffff;

    position: relative;

    /*padding-top: 60px;*/

}

#n_d_content .btn{

    position: absolute;

    top: -52px;

    right: 0;

    display: block;

    width: 150px;

    font-size: 16px;

    height: 52px;

    line-height: 52px;

    text-align: center;

    color: #fff;

    background-color: #0071be;

}

.detail_ttl{

    text-align: center;

    padding-bottom: 20px;

    background: url("../images/line_ico01.gif") no-repeat center bottom;

    margin-bottom: 30px;

}

.detail_ttl h3{

     font-size: 28px;

    font-weight: 400;

    margin-bottom: 8px;

 }

.detail_ttl time{

    font-size: 14px;

    color: #888888;

}

#n_d_content p{

    text-indent: 35px;

    margin-bottom: 5px;

    line-height: 2em;

}

#n_d_content .img{

    text-align: center;

    padding: 30px;

}

#n_d_content .img div{

    display: inline-block;

}

#n_d_content .img div span{

    display: block;

    color: #888888;

    text-align: left;

}

#n_d_content .img div img{

    display: block;

}

#n_d_content dl{

    margin-bottom: 40px;

    line-height: 2em;

}

#n_d_content dl dt{

    margin-bottom: 10px;

}



.return_btn{

    display: block;

    width: 150px;

    height: 52px;

    line-height: 52px;

    font-size: 16px;

    background-color: #0071be;

    color: #ffffff;

    text-align: center;

    margin: 30px auto 25px;

}

@media (max-width: 1024px) {

    .main {

         margin-top: 0px;

    }

    .m_wrap {

        width: 90%;

    }

    .detail_kv .pc_kv_img{

        display: none;

    }

    .detail_kv .sp_kv_img{

        display: block;

    }

    .detail_kv h2 {

        position: absolute;

        width: 100%;

        height: 21px;

        line-height: 21px;

        top: auto;

        bottom: 15%;

        margin: auto;

        font-size: 21px;

        color: #fff;

    }

    .detail_kv h2 span {

        width: 90%;

        margin: 0 auto;

    }

    .side_menu {

        float: none;

        width: 100%;

        /*margin-top: 30px;*/

        margin-bottom: 30px;

    }

    .side_menu dt {

        float: left;

        background-color: #fff;

        padding: 0;

        color: #333;

        font-size: 18px;

        line-height: 38px;

        height: 38px;

        font-weight: bold;

    }

    .side_menu dd {

        float: right;

        font-size: 14px;

    }

    .selectBox {

        width: 200px;

    }

    .selectBox .optionBox {

        text-indent: 42px;

    }

    .selectBox .optionUl {

        width: 200px;

        left: -1px;

        top: 36px;

    }

    .selectBox .optionUl li {

        text-indent: 42px;

    }

    .new_list section {

        padding: 12px;

        margin-bottom: 20px;

    }

    .new_list {

        float: none;

        width: 100%;

    }

    .new_list a{

        display: block;

    }

    .new_list .img {

        float: none;

        margin-right: 0;

        width: 100%;

    }

    .new_list .img img{

        display: block;

        margin-bottom: 20px;

    }

    .new_list .txt {

        padding: 0;

    }

    .new_list .txt h3 {

        font-size: 15px;

        margin-bottom: 8px;

    }

    .new_list .txt p {

        font-size: 12px;

        margin-bottom: 8px;

    }

    #n_d_content .btn {

        display: none;

    }



    /* detail */

    .detail_ttl {

        text-align: center;

        padding-bottom: 10px;

        background: url(../images/line_ico01.gif) no-repeat center bottom;

        background-size: 40%;

        margin-bottom: 15px;

    }

    .detail_ttl h3 {

        font-size: 16px;

        font-weight: 400;

        margin-bottom: 0px;

    }

    .detail_ttl span {

        font-size: 10px;

    }

    #n_d_content p {

        font-size: 12px;

        text-indent: 2em;

        text-align: justify;

    }

    #n_d_content .img {

        font-size: 12px;

        padding: 10px 0;

    }

    #n_d_content .img img{

        width: 100%;

    }

    #n_d_content dl {

        font-size: 12px;

        margin-bottom: 30px;

    }

    #n_d_content dl dt {

        margin-bottom: 2px;

    }

    .return_btn{

        display: block;

        width: 100px;

        height: 32px;

        line-height: 32px;

        font-size: 12px;

    }

}

