﻿@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:"Arial Normal", "Arial","微软雅黑","宋体",Arail,Tabhoma; font-size: 12px; text-align: left;}
ul,ol,li{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none; overflow: auto;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal}

/*==========================Reset_End===========================*/

#head{
    background: url(/material/images/bg_01(1).png) 0 0 no-repeat;
    width:100%;
    background-size: 100%;
    overflow: hidden;
}
.logo{
    width:45%;
    margin-top:10px;
    margin-left:1.5%;
    float:left;
}
.sea{
    float:right;
    background: url(/material/images/magnifyingglass.png) 0 0 no-repeat;
    width:25px;
    height:25px;
    background-size: 25px;
    margin-top:21px;
    margin-right:15px;
}
.menu{
    float:right;
    background: url(/material/images/menu.png) 0 0 no-repeat;
    width:25px;
    height:25px;
    background-size: 25px;    
    margin-top:23px;
    margin-right:10px;
}
.daohang{
    height:40px;
    display: flex;
}
.daohang li{
    width:33.15%;
    float:left;
    background: #4681ba;
    color:#fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:16px;
}
.daohang li a{
    color:#fff;
}
.li-bor{
    border-left:1px solid #65a3df;
    border-right:1px solid #65a3df;
}
.nav_t{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 1000;
}
.nav_close img{
    width:11px;
    margin-top:11px;
}
.nav_t .nav_close{
    height: 40px;
    background: #4989C6;
    font-weight: bold;
    color: #fff;
    font-size: 0.3rem;
    line-height: 40px;
    text-indent: 10px;
}
.nav_t .home{
    float:right;
    width:20px;
    margin-top:10px;
    margin-right:7px;
}
.nav_t_auto {
    width: 100%;
    height: 95%;
    overflow: auto;
}
.nav_t_auto table{
    width:100%;
    border:none;
}
.nav_t_auto table tr{
    border-bottom:1px solid #dcdcdc;
}
.nav_t_auto table tr td{
    padding:15px 10px;
    font-size:14px;
}
.nav_t_auto .td1{
    background: #f8f8f8;
    width:20%;
    /* border-left:1px solid #dcdcdc; */
    border-right:1px solid #dcdcdc;
    color:#4681ba;
    text-align: center;
    font-size:1.4rem;
}
.nav_t_auto table li{
    margin-right:10px;
    color:#4681ba;
    list-style: square;
    float:left;
    line-height: 180%;
}
.nav_t_auto table li span,.nav_t_auto table li span a{
    color:#333;
    font-size:1.4rem;
}
.banner{
    width:100%;
}
.banner .bd img{
    width:100%;
    max-height:276px;
}
.banner .bd{
    overflow: hidden;
    width:100%;
}
.banner .bd ul{
    overflow: hidden;
}
.banner .bd li{
    position: relative;
    float:left;
}
.banner .bd li p{
    position: absolute;
    width:100%;
    height:30px;
    font-size:16px;
    background-color:rgba(64,64,65,0.5);
    bottom:2px;
    color:#fff;
    text-align: center;
    line-height: 30px;
}
.banner .hd ul{
    text-align: center;
    overflow: hidden;
    margin:10px auto 10px;   
    width:95px; 
}
.banner .hd ul .on{
    float:left;
    width:9px;
    height:9px;
    background: #d82517;
    border-radius: 50%;
}
.banner .hd li {
    float:left;
    width:9px;
    height:9px;
    background: #929292;
    border-radius: 50%;
    margin-right:10px;
    text-indent: -9999px;
}
.in-news .hd{
    width:100%;
    height:35px;
    overflow: hidden;
}
.in-news .hd ul{
    width:100%;
    background: #4681ba;
    height:37px;
    overflow: hidden;
    display: flex;
}
.in-news .hd li{
    float:left;
    /* width:20%; */
    line-height: 37px;
    text-align: center;
    color:#fff;
    font-size:16px;
    flex: 1;
}
.index-a{
    width:30%;
}
.in-news .hd .on{
    background: #c91e11;
}
.in-news .hd .on a{
    background: url(/material/images/sj.png) 50% 29px no-repeat;
    display: inline-block;
} 
.in-news .bd li{
    padding:15px 2%;
    overflow: hidden;
    border-bottom:1px solid #d7d8d8;
}
.news-img{
    float:left;
    max-width:30%;
    margin-right:15px;
}
.con{
    display: inline;
}
.con .tit{
    font-size:15px;
    line-height:180%;
    
}
.con .tit a{
    color:#333;
}
.con .time{
    color:#a2a2a2;
    display: block;
    font-size:14px;
    margin-top:5px;
}
.icon-list{
    padding:10px;
}
.icon-box{
    background: #f5faff;
    border:1px solid #dbdbdb;
    padding:20px;
}
.icon-box span{
    float:left;
    font-size:15px;
    line-height: 16px;
    width:33.3%;
}
.icon-box img{
    width:16px;
    float: left;
    margin-right:10px;
}
.icon-box p{
    overflow: hidden;
}
.zhuanti{
    border-top:1px solid #dbdbdb;
    padding:15px;
}
.zhuanti img{
    width:100%;
}
.zhuanti .hd li{
    text-indent: -9999px;
    width:30px;
    height:5px;
    background: #d2d2d2;
    float:left;
    margin-right:5px;
}
.zhuanti .hd ul{
    width:105px;
    margin:0 auto;
    overflow: hidden;
    margin-top:5px;
    margin-bottom:5px;
}
.zhuanti .hd ul .on{
    background:#c50e00;
}
#footer{
    border-top:3px solid #4989c6;
}
.footer{
    padding:15px;
    overflow: hidden;
    text-align: center;
}
.footer img{
    width:35px;
    margin-right:2%;
    vertical-align: middle;
}
.footer span{
    color:#8e8e8e;
    font-size:12px;
}
@media(max-width:320px){
    .icon-box{
        padding:10px;
    }
}

/* 其他页面 */
.header-pc,.notice_se,.xf,#path,.list_tit span,.list_list ul li span,#page,#Footer,.bdsharebuttonbox,.m-yc{
    display: none;
}
.header-m{
    display: block;
}
.list_tit{
    width:100%;
    background: #4681ba;
    height: 40px;
}
.list_tit ul{
    display: flex;
}
.list_tit ul li{
    float:left;
    width:auto;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;   
    flex: 1;
    font-size:16px;
}
.list_tit ul li a{
    color:#fff;
}
.list_list{
    padding:0 15px;
    overflow: hidden;
}

.list_list ul li {
    position: relative;
    padding-left: 10px;
    line-height: 2.2;
    font-size: 14px;
    overflow: hidden;
}
.list_list ul li a {
    width:100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#333;
    font-size:1.4rem;
}
.list_list ul{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.list_text .text_tit #ReportIDname{
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.text_tit .text_time{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    margin-bottom: 30px;
    color: #666;
    font-size: 1rem;
}
.text_text{
    padding:0 15px 15px;
}
.text_text p{
    text-align: justify;
}
.text_text p span,.text_text p{
    font-size:1.4rem !important;
}
.text_text p img{
    max-width:90%;
}
.ztzl-img{
    margin:0 atuo;
}
.ztzl-img a{
    width:100%;
    text-align: center;
    padding-block-end: 15px;
}



