﻿@charset "UTF-8";
/*初始化css*/
body{min-width:1100px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
body{background-color: #f2f2f2;height: auto;}
.main{width: 1200px;margin: 0 auto;background-color: #FFFFFF;margin-bottom: 25px;}
.fg{width: 100%;height: 15px;margin: 0 auto;background-color: #00457e;}
.dqwz{margin-top: 20px;margin-left: 25px;font-size: 17px;}
.content{padding:30px 40px 30px 30px;}

/* 内容 */
.content-left{width: 390px;}
.ldzc{background: url(ldzc.png) no-repeat;width: 161px;height: 42px;}
.ldzc-more{border-bottom: 1px solid #acacac;width: 219px;height: 42px;margin-left: 10px;}
.ldzc-more a{display: block;color: #6a6a6a;line-height: 42px;}
.content-left-list ul{padding-left: 14px;width:100%;}
.content-left-list ul li{background: url(list.png) no-repeat;font-size: 16px;margin-top: 32px;}
.content-left-list ul li p{padding-left: 15px;font-weight: bold;}
.content-left-list ul li span{width: 304px;font-weight: 100;color: #6a6a6a;margin-left: 9px;line-height: 24px;display: block;}

.fgx{border: 1px solid #9f9f9f;width: 1px;height: 626px;margin-left: 37px;}
.content-right{width: 687px;margin-left: 14px;}
.datu{width: 687px;height: 62px;float: right;margin-bottom: 54px;}
.content-right-tit{}
.jgsz{background: url(jgsz.png) no-repeat;width: 155px;height: 42px;}
.jgsz-list{border-bottom: 1px solid #acacac;width: 514px;height: 42px;margin-left: 10px;}
.jgsz-list ul li{float: left;font-size: 16px;}
.jgsz-list .on{color:#cd9c6c ;}
.tb1{margin-top: 16px;}
.tb1 li{background: url(list-bg.png) left no-repeat;width: 80px;height: 20px;}
.tb1 li:first-child{background: none!important;}
.tb1 li span{padding-left: 8px;}
.tb1-list{margin: 0 14px;}
.tb1-list li{float: left;background: url(list1.png) 0 center no-repeat;width: 219px;margin-top: 20px;height:30px;line-height:30px;}
.tb1-list li a{display: block;padding-left: 12px;}
.tb1-list li a:hover{margin-left: 5px;font-weight: bold;transition-duration: 0.3s;color: #355e92;}