@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}
html, body{
	width: 100%;
	font-family:"微软雅黑", "黑体", "宋体","Arial", "Microsoft YaHei",sans-serif;
 }
ul,ol,dl{
	list-style: none;
}
img{
	vertical-align: bottom;
}
* {
    box-sizing: border-box;
}

:after,:before {
    box-sizing: border-box;
}
a{
	text-decoration: none;
}
/*表单相关元素*/
fieldset,img,input,button,textarea{
	border: none;
	margin: 0;
	padding: 0;
	/*去除外边线*/
	outline: none;
}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
button{
    vertical-align:middle;
}
/*浮动*/
.fl{
	float: left;
}
.fr{
	float: right;
}
/* 间距0 */
.mr0{margin-right: 0 !important;}
.ml0{margin-left: 0 !important;}
.pr0{padding-right: 0 !important;}
.pl0{padding-left: 0 !important;}
/*清除浮动*/
.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
.clearfix{
	*zoom:1
}
/*版心*/
.w-1920{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.w{
	width: 1280px;
	margin: 0 auto;
}
.w-wrapper{
    width: 100%;
}
/* 定位 */
.pot-r{
    position: relative;
}
.pot-a{
    position: absolute;
}
/*水平对齐*/
.tl{
	text-align: left;
}
.tj{
	text-align: justify;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
@font-face{
    font-family: 'Fzxbs'; 
    src: url('../css/fzxbs_GBK.ttf');
    font-weight: normal;
    font-style: normal;
}
.fzxbs{
	font-family: "Fzxbs";
}
.c2491f0{
	color: #2491f0;
}
.b2491f0{
    background-color: #2491f0;
}
.d-line{
    color: #fff;
    margin: 0 8px;
    display: inline-block;
}
/*opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);/兼容ie8及以下/*/

/* 头部开始 */
.header-wapper{
   
}
.heade-bg{
    padding: 47px 0 25px 0;
    background-color: #fff;
}
/* logo */
.logo{
    display: inline-block;
}
/* 搜索框 */
.search-link{
    margin-top: -20px;
}
.search{
    float: right;
    margin-left: 10px;
    margin-top: 24px;
}
.search>.search-text{
    width: 187px;
    height: 33px;
    font-size: 13px;
    padding-left: 10px;
    margin-right: -6px;
    border: 1px solid #2491f0;
}
.search>.search-btn{
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../d-img/search.png) no-repeat center;
    box-sizing: content-box;
    cursor: pointer;
    background-color: #2491f0;
    padding: 4px 12px;
}
/* 导航 */
.nav>ul>li{
    float: left;
}
.nav>ul>li a{
    display: block;
    color: #fff;
    padding: 23px 26px;
    font-size: 19px;
}
.nav>ul>li>.sy>a{

}
.nav>ul>li>ul{
    display: none;
}
/* 头部结束 */

/* 尾部开始 */
.footer{
    text-align: center;
    padding: 20px 0;
}
.footer-link ul li {
    float: left;
}
.footer-link ul {
    display: inline-block;
}
.footer-link ul li a{
    color: #fff;
    font-size: 16px;
}
.copyright p{
    font-size: 16px;
    color: #fff;
    line-height: 45px;
}
.footer-link{
    margin-bottom: 8px;
}
/* 尾部结束 */

.continer{
    padding: 20px 0 30px 0;
}
/* -------------------------- 列表页开始 -------------------------- */
.nav-2{
    float: left;
}
.nav-2{
    width: 280px;
}
.nav-2-title{
    background: #eee;
    padding: 20px 0 12px 0;
}
.nav-2-title p{
    font-size: 20px;
    color: #eee;
    font-weight: bold;
    background: url(../d-img/list-title-bg.png) no-repeat left center;
    padding: 15px 79px 35px 60px;
    margin-left: -14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-2-ul ul li{
    border-bottom: 1px solid #eee;
    padding-left: 50px;
}
.nav-2-ul ul li a{
    font-size: 14px;
    color: #505050;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 30px 0;
}
.nav-2-ul ul li:hover a,.nav-2-ul ul .on a{
    color: #2491f0;
}
/* 当前位置 */
.right-main{
    float: left;
    margin-left: 35px;
    width: 75%;
}
.dqwz{
    padding:15px 0 20px 0;
    background: url(../d-img/dqwz-bg.png) no-repeat bottom left;
}
.dqwz p{
    font-size: 14px;
    color: #9d9d9d;
    display: inline-block;
}
.dqwz a{
    display: inline-block;
    font-size: 14px;
    color: #c2c1c1;
}
.dqwz a:hover{
    color: #2491f0;
}
/* 列表部分 */
.list-ul ul{
    margin-bottom: 20px;
    min-height: 500px;
}
.list-ul ul li{
    border-bottom: 1px solid #d2d2d2;
    padding-left: 15px;
}
.list-ul ul li a{
    font-size: 16px;
    color: #1a1a1a;
    display: block;
    padding: 30px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-ul ul li span{
    font-size: 18px;
    color: #1a1a1a;
    font-family: "宋体";
    float: right;
    margin-top: 30px;
}
.list-ul ul li:hover a,.list-ul ul li:hover span{
    color: #2491f0;
}
/* -------------------------- 列表页结束 -------------------------- */

/* -------------------------- 内容页开始 -------------------------- */
/* 内容页 */
.list-content{
    text-align: justify;
    padding: 35px;
    background: #fff;
    margin-top: 20px;
}
.list-content .cont-h1{
    text-align: center;
    font-size: 20px;
    color: #282828;
}
.list-content-time{
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 20px 0;
}
.list-content-time span{
    margin-left: 10px;
}

.cont-prev,.cont-next{
    color: #7d7d7d;
    font-size: 14px;
    margin-left: -20px;
    margin-top: 25px;
}
.cont-prev a,.cont-next a{
    color: #7d7d7d;
    font-size: 14px;
}
.list-cont-main p{
    font-size: 14.5px;
    color: #6f6d6d;
    text-indent: 2em;
    line-height: 26px;
}
.list-cont-main table p{
    text-indent: 0;
}
/* .list-cont-main img{
    margin: 15px auto;
    display: block;}
*/
.list-cont-main table p{
    text-indent: 0;
}
/* -------------------------- 内容页结束 -------------------------- */