﻿/*新闻动态页面样式*/
.main{
    padding:0px 20px;
}
.top_search{
    height: 50px;
    margin-top:35px;
    width:300px;
    background-color: #ffffff;
    border-radius:25px;
    border:1px solid #BD202B;
    margin-left:20px;
    
}
.top_search input{
    margin-left:20px;
    padding-right:20px;
    height: 50px;
    width: 70%;
    border: 0;
    background-color: #ffffff;
    float: left;
    font-size: 16px;
}

.top_search .search_btn{
    height: 50px;
    width:50px;
    border: 0;
    float: right;
    cursor: pointer;
    background-color: #ffffff;
    border-radius:25px;
}
.top_search .search_btn h1{
    color:#BD202B;
    font-weight: normal;
}
.top_search .search_btn i{
    color:#BD202B;
    font-size: 30px;
    padding-right:10px;
    font-weight: normal;
    
}
.swiper-container {
    width: 100%;
    height: auto;
} 
.focus,
.focus .pic {
    position: relative;
    width: 100%;
    height: 370px;
}
.pic a img{
    width:100%;
}
.xwdt .xwdt_l{
    padding-right:10px;
    margin-top:20px;
}
.xwdt .xwdt_r{
    padding-left:10px;
    margin-top:10px;
}

.xwdt .news_l{
    padding-top:10px;
}

@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }
    
}



.xwdt .xwdt_nav{
    background-color: #eee;
    min-height: 500px;
}
.xwdt .xwdt_navtitle{
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    background-color: #BD202B;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.xwdt .xwdt_navlist{
    line-height: 30px;
    text-align: center;
}
.xwdt .xwdt_navlist .selected a{
    color:#BD202B;
    font-weight: 900;
}
.xwdt .breadcrumb{
    line-height: 20px;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}
.xwdt .breadcrumb h{
    padding-left: 20px;
    color: #999;
    font-size: 14px;
}
.xwdt .breadcrumb a{
    color: #333;
    font-size: 14px;
    padding:0 5px;
}
.xwdt .docs{
    padding-top:10px;
    
}
.xwdt .docs .chnlname{
    background-color: #eee;
    color: #BD202B;
    font-size: 20px;
    line-height: 40px;
    padding-left: 5px;
}
.xwdt .docs .documents{
    line-height: 40px;
    min-height: 400px;
    padding-left: 20px;
    padding-right: 20px;
}
.xwdt .docs .documents i{
    font-style: normal;
    color:#999;
    float: right;
}

/*分页颜色*/
.pages .current {
    background-color: #BD202B;
}
.pages a, .pages span {
    margin: 3px 2px;
}
.pages a:hover{
    background-color: #BD202B;
}

.xwdt .doc_title{
    text-align: center;
    padding:50px 20px 30px 20px;
    border-bottom:1px dashed #e6e6e6;
}
.xwdt .doc_title h{
    font-size: 32px;
    color: #333;
    line-height: 40px;
    display: block;
    padding-bottom: 15px;
}
.xwdt .title2{font-size:20px;padding-bottom: 25px;}
.xwdt .doc_title .doc_info{
    padding:0 10px;
    font-style: 14px;
    color: #666;
}
.xwdt .doc_title .doc_info a{
    padding:0 5px;
    font-style: 14px;
    color: #666;
}
.xwdt .doc_content{
    padding:30px 20px;
    line-height:2;
    text-align:justify;
    color:#333;
    font-size:16px;
    min-height: 300px;
}
.xwdt .doc_tools{
    height: 40px;
    padding:50px 20px 0 20px;
    border-bottom:1px dashed #e6e6e6;
    font-size: 14px;
}
.xwdt .doc_tools .tools_l{
    float: left;
}
.xwdt .doc_tools .tools_r{
    float: right;
}
.xwdt .tools_l img{
    width: 26px;
    height: 26px;
    padding:0 5px;
}
.xwdt .doc_pandn{
    line-height: 100px;
    font-size: 14px;
}
.xwdt .doc_pandn .doc_pre{
    float: left;
    width:350px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.xwdt .doc_pandn .doc_next{
    width:350px;
    float: right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.doc_table{
    text-align: center;
    padding:20px 60px 10px 60px;
}

@media screen and (max-width: 1170px){
    .xwdt .xwdt_nav{
        min-height: 0;
    }
}