.container {
    width: 100%;
    height: auto;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    clear: both;
    background: none;
}
.intitpic {
    width: 1000px;
    height: 6px;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}
.cl {
    clear: both;
}
.main {
    width: 996px;
    min-height: 500px;
    overflow: hidden;
    padding: 1px;
}
.bor {
    border-left: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    border-right: #dcdcdc solid 1px;
}
.intitle {
    width: 100%;
    height: 42px;
    overflow: hidden;
    background: #f2f2f2;
    display:flex;display: flex;
    justify-content: space-between;
    align-items: center;
}

.intitle1 {
    font: 16px/1.2 "微软雅黑",Arial,tohama,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
    line-height: 42px;
    padding-left: 18px;
}
.bread{
    margin-right:18px;
    font: 12px/1.2 "宋体",Arial,tohama,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
}
.gl-list {
    margin: 15px 35px;
    overflow: hidden;
    font: 14px/1.2 "微软雅黑",Arial,tohama,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
}
.gl-list ul li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #cacaca;
    positon:realtive;
}
.gl-list ul li span{position:aboslute;top:0;right:0;color:#484848;font-size:14px;}

/*分页*/
.page {
    height: 34px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #555;
    overflow: hidden;
    font-size: 12px;display:flex;
    justify-content: center;    align-items: center;
}
.page_nub{font-size:12px;color:#555;padding-right:20px;}
.page a{
    height: 18px;
    line-height: 18px;
    min-width: 22px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;padding:2px 3px;font-family: '\5FAE\8F6F\96C5\9ED1',Tahoma,Geneva,sans-serif;
}
.page2 a {
    margin-right: 13px;
}
.page2 a:nth-child(4){display:none;}
.page a:link, .page a:visited, .page2 a:hover{
    display: inline-block;
    *zoom: 1;
    padding: 2px 3px;
    color: #555;
    line-height: 18px;
    height: 18px;
    vertical-align: middle;
    font-family: '\5FAE\8F6F\96C5\9ED1',Tahoma,Geneva,sans-serif;
}
.page a:hover{background:#f0f0f0;}
.NormalRed{height: 18px;
    line-height: 18px;
    min-width: 22px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;padding:2px 3px;font-family: '\5FAE\8F6F\96C5\9ED1',Tahoma,Geneva,sans-serif;margin-left:-5px;margin-right:7px;color:#555;}



/*网站地图*/
.fp {
    width: 996px;
    overflow: hidden;
    padding-top:20px;
}
.fp ul{display:flex;flex-wrap:wrap;}
.fp ul li{padding-left:30px;line-height:40px;}
.fp ul li a{font-size:14px;color:#000;}




/* 2025.08.04 */
        .tab-title-box {
            width: 300px;
            height: 40px;
            clear: both;
        }

        .tab-title {
            float: left;
            width: 50%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            background: #f5f5f5;
            cursor: pointer;
            font-family: 微软雅黑;
        }
        .tab-title-checked {
            background: #c6242a;
            color: #fff;
        }
        .wrap_cont2{
            display: none;
        }



@media(max-width:640px){
  #wrap{padding-left:0;}
  .wrap{width:90%;}
}