@charset "gb2312";
body {
    background-image: url('imagesbody_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.header {
    height: 380px;
    width: 100%;
}
.header-logo {
    width: 1200px;
    height: 261px;
}
.header-logo p img {
    width: 659px;
    margin: 0 auto;
    margin-top: 74px;
}
.header-nav {
    width: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.navBar {
    position: relative;
    z-index: 1;
    background: #033a7b;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.nav {
    width: 1204px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}
.nav a {
    color: #fff;
}
.nav h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    font-size: 14px;
}
.nav .m {
    float: left;
    position: relative;
    padding: 0 19px;
}
.nav .s {
    float: left;
    width: 3px;
    height: 48px;
    background-image: url('imagesnav_border.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}
.nav h3 a {
    display: block;
    font-size: 18px;
}
.nav .sub {
    display: none;
    width: 500px;
    position: absolute;
    left: 0;
    top: 48px;
    height: 23px;
    line-height: 23px;
    padding: 7px 0;
    background: #fff;
    float: left;
    border: 1px solid #033a7b;
    border-top: none;
    z-index: -9;
}
.nav .sub li.c-s {
    color: #033a7b;
}
.nav .sub li {
    float: left;
}
.nav .sub li a {
    display: block;
    padding: 0 15px;
    color: #033a7b;
    font-size: 18px;
}
.main {
    width: 1200px;
    overflow: hidden;
    background-color: #fff;
    z-index: 999;
}
.pic-soll {
    width: 607px;
    height: 368px;
}
.focusBox {
    position: relative;
    width: 607px;
    height: 368px;
    overflow: hidden;
    text-align: left;
    background: white;
}
.focusBox .pic img {
    width: 607px;
    height: 368px;
    display: block;
}
.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 38px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    overflow: hidden;
}
.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 38px;
    width: 445px;
    overflow: hidden;
    left: 38px;
}
.focusBox .txt li {
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: -38px;
}
.focusBox .txt li a {
    display: block;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 13px;
    right: 20px;
}
.focusBox .num li {
    float: left;
    position: relative;
    width: 9px;
    height: 9px;
    line-height: 9px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
    margin-right: 9px;
}
.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}
.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.focusBox .num li.on a, .focusBox .num a:hover {
    background-color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.tab-nav li.on a {
    font-size: 16px;
    color: #c32502;
    font-weight: bold;
}
.tab-nav li.on {
    border-bottom: 1px solid #c32502;
}
.one-tab {
    width: 552px;
    height: 368px;
    margin-right: 20px;
}
.tab-nav {
}
.tab-nav li {
    float: left;
    width: 184px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
    position: relative;
}
.tab-nav li a {
    font-size: 16px;
    color: #202020;
    font-weight: bold;
}
.tab-nav li  img {
    position: absolute;
    width: 15px;
    height: 10px;
    bottom: -5px;
    left: 84.5px;
    display: none;
}
.tab-nav li.on img {
    display: block;
}
.tab-nr div {
    display: none;
}
.date {
    font-size: 14px;
    color: #888888;
    float: right;
}
.tab-nr .show {
    display: block;
}
.show {
    display: block !important;
}
.list-zy {
    width: 544px;
    height: 100px;
    display: block;
    border-bottom: 1px dotted #d6d6d6;
}
.list-zy-title a {
    font-size: 20px;
    color: #c32502;
}
.list-zy-txt {
    width: 100%;
    display: block;
    margin-top: 15px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.list-zy-title {
    width: 100%;
    margin-top: 20px;
    display: block;
}
.list-zy-txt a {
    font-size: 12px;
    color: #999999;
}
.list-list li {
    overflow: hidden;
}
.list-list li a {
    color: #333333;
    font-size: 14px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 87%;
}
.list-list {
    margin-top: 20px;
    line-height: 24px;
}
.one-c {
    overflow: hidden;
}
.two-c {
    margin: 28px 0px;
}
.zfxxgk {
    width: 795px;
    height: 486px;
    margin-top: 84px;
    border-top: 1px solid #c9c9c9;
}
.zfxxgk-d-title {
    width: 222px;
    height: 50px;
    margin-top: -25px;
    margin-left: 29px;
    padding: 0 15px;
    background-color: #fff;
}
.gk-tab-nav {
    width: 136px;
}
.gk-tab-nav ul li {
    width: 127px;
    height: 55px;
    background-color: #f6f6f6;
    font-size: 20px;
    color: #111111;
    line-height: 55px;
    text-align: center;
    margin-top: 1px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}
.gk-tab-nav ul li.on {
    color: #fff;
    width: 136px;
    background-image: url('imagestab_zx_on.png');
    border: none;
    background-color: #fff;
}
.gk-tab-nr {
    width: 624px;
    margin-right: 5px;
}
.gk-zy {
    width: 100%;
    height: 73px;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 5px;
}
.gk-zy-title {
    color: #555657;
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.gk-zy-nr {
    color: #999999;
    font-size: 12px;
}
.gk-zy-nr a {
    font-size: 12px;
    color: #3f6ca0;
}
.zfxxgk-nr {
    margin-top: 39px;
    overflow: hidden;
}
.index-date {
    float: right;
}
.index-ul {
    margin-top: 0px;
}
.index-ul li {
    background-image: url('imagesindex_li_icon.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    overflow: hidden;
    line-height: 31px;
    *line-height: 26px;
}
.index-ul li a {
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 17px;
    color: #555657;
    font-size: 14px;
    float: left;
}
.index-date {
    float: right;
    font-size: 14px;
    color: #999999;
}
.zfxxgk-tab {
    overflow: hidden;
}
.tab-gk-div {
    display: none;
}
.zfxxgk-down {
    width: 746px;
    height: 113px;
    border: 1px solid #dbdbdb;
    padding: 27px 23px;
    margin-top: 20px;
    background-color: #f2f2f2;
}
.zfxxgk-down-t ul li {
    float: left;
    width: 12.5%;
    text-align: center;
}
.zfxxgk-down-t ul li a {
    color: #004597;
    font-size: 16px;
}
.zfxxgk-down-d ul li {
    width: 135px;
    height: 35px;
    background-color: #0051b1;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-left: 7px;
    margin-top: 4px;
}
.zfxxgk-down-d ul li a {
    display: block;
    font-size: 15px;
    color: #ffffff;
}
.zfxxgk-down-d {
    width: 435px;
    width: 427px;
    float: left;
    margin-top: 13px;
}
.zfgb {
    width: 317px;
    height: 74px;
    margin-top: 4px;
    float: right;
    margin-top: 17px;
}
.zfgb a {
    width: 317px;
    height: 74px;
    display: block;
}
.zfgb a img {
    width: 100%;
    height: 100%;
}
.gk-tab-nav ul li p a {
    font-size: 20px;
    color: #111111;
}
.gk-tab-nav ul li.on a {
    font-size: 20px;
    color: #fff;
}
.tzgg {
    width: 386px;
    height: 486px;
    border: 1px solid #e2e2e2;
    float: right;
    margin-top: 84px;
    position: relative;
}
.tzgg-d-title {
    width: 157px;
    height: 50px;
    margin-top: -25px;
    margin-left: 29px;
    padding: 0 15px;
    background-color: #fff;
}
.tzgg-d-title p img {
    width: 100%;
}
.tzgg-x-title {
    width: 347px;
    height: 42px;
    line-height: 42px;
    background-color: #f2f2f2;
    padding-left: 15px;
    margin-top: 26px;
}
.tzgg-x-title p a {
    color: #2b2b2b;
    font-size: 18px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tzgg-x-zy {
    width: 335px;
    margin: 0 auto;
    margin-top: 13px;
}
.tzgg-x-zy p a {
    color: #999999;
    font-size: 14px;
}
.tzgg-top {
    width: 362px;
    margin: 0 auto;
    margin-bottom:8px;
}
.tzgg-tab-nav ul li {
    line-height: 42px;
    float: left;
    width: 96px;
    text-align: center;
    margin-top: 4px;
    margin-left: 10px;
}
.tzgg-tab-nav ul li.on {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
    width: 96px;
    height: 37px;
}
.tzgg-tab-nav ul li a {
    font-size: 16px;
    color: #202020;
    font-weight: bold;
}
.tzgg-tab-nav ul li.on a {
    color: #004597;
}
.tzgg-tab-nav {
    width: 362px;
    height: 42px;
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    margin-bottom: 22px;
}
.tzgg-tab {
    width: 364px;
    margin: 0 auto;
    margin-top: 15px;
}
.tzgg-tab-div {
    display: none;
}
.tzgg-more a {
    color: #004597;
    font-size: 14px;
}
.tzgg-more {
    position: absolute;
    right: 13px;
    top: 8px;
}
.ggfwbszn {
    width: 795px;
    height: 416px;
    margin-top: 84px;
    border-top: 1px solid #c9c9c9;
    float: left;
}
.ggfwbszn-d-title {
    width: 283px;
    height: 45px;
    margin-top: -25px;
    margin-left: 29px;
    padding: 0 15px;
    background-color: #fff;
}
.index-ul-icon li {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 123px;
    margin-bottom: 13px;
}
.index-ul-icon li a {
    display: block;
}
.index-ul-icon li a p {
    font-size: 16px;
    color: #000000;
}
.index-ul-icon li  p {
    float: left;
}
.gk-list {
    overflow: hidden;
}
.index-ul-icon {
    overflow: hidden;
}
.xxgkzn-icon {
    margin-right: 5px;
}
.ggfwbszn-nr {
    margin-top: 39px;
    overflow: hidden;
}
.ggfwbszn-down-l {
    width: 374px;
    height: 150px;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    float: left;
}
.ggfwbszn-down-l ul li {
    text-align: center;
    width: 123px;
    height: 74px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    float: left;
}
.ggfwbszn-down-l-img {
    height: 43px;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 2px;
}
.ggfwbszn-down-l-img img {
    height: 43px;
    width: auto;
}
.ggfwbszn-down-l ul li a {
    display: block;
}
.ggfwbszn-down-l-txt {
    font-size: 12.7px;
    color: #444444;
}
.ggfwbszn-down {
    margin-top: 26px;
}
.ggfwbszn-tab {
    overflow: hidden;
    height: 180px;
}
.ggfwbszn-down-r {
    width: 398px;
    float: right;
}
.ggfwbszn-down-r ul li {
    width: 190px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border: 1px solid #d0d5d9;
    margin-left: 6px;
    margin-bottom: 3px;
    background-color: #e3eef7;
    float: left;
}
.ggfwbszn-down-r ul li a {
    display: block;
    font-size: 16.6px;
    color: #004597;
}
.hdjl {
    width: 386px;
    height: 184px;
    border: 1px solid #e2e2e2;
    margin-top: 84px;
    position: relative;
}
.hdjl-d-title {
    width: 155px;
    height: 54px;
    margin-top: -25px;
    margin-left: 29px;
    padding: 0 15px;
    background-color: #fff;
}
.hdjl-list ul li {
    width: 88px;
    height: 107px;
    float: left;
    margin-left: 7px;
    margin-top: 21px;
}
.hdjl-list {
    overflow: hidden;
    margin-left: 0;
}
.hdjl-banner p {
    width: 388px;
    height: 71px;
    margin-top: 7px;
}
.hdjl-r {
    float: right;
}
.five-c {
    width: 1198px;
    height: 147px;
    border: 1px solid #dddddd;
    margin-top: 48px;
}
.scrollBox {
    width: 1173px;
    position: relative;
    top: 20px;
}
.scrollBox .piclist {
    overflow: hidden;
    zoom: 1;
}
.scrollBox .ohbox {
    overflow: hidden;
    position: relative;
    width: 1099px;
    margin: 0 auto;
}
.scrollBox {
    position: relative;
    overflow: hidden;
    top: 17px;
    zoom: 1;
}
.scrollBox .piclist li {
    float: left;
    display: inline;
    width: 265px;
    height: 112px;
    background: #fff;
    border: 1px solid #c9bea9;
    margin-right: 10px;
}
.scrollBox .piclist li span {
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
}
.scrollBox .pageBtn span {
    display: block;
    position: absolute;
    top: 28px;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
    width: 26px;
    height: 62px;
}
.scrollBox .pageBtn .prev {
    left: 0;
    background-image: url('imagespic_l_soll.jpg');
}
.scrollBox .pageBtn .next {
    right: 0;
    background-image: url('imagespic_r_soll.jpg');
}
.scrollBox .pageBtn .list {
    overflow: hidden;
    zoom: 1;
    margin: 10px 0 0 413px;
}
.scrollBox .pageBtn .list li {
    float: left;
    display: inline;
    width: 15px;
    height: 15px;
    background-position: -86px -57px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 10000px;
    overflow: hidden;
}
.scrollBox .pageBtn .list li.on {
    background-position: -114px -57px
}
.rdtp {
    width: 1200px;
    margin-top: 84px;
    border-top: 1px solid #c9c9c9;
    float: left;
}
.rdtp-d-title {
    width: 158px;
    height: 51px;
    margin-top: -25px;
    margin-left: 29px;
    padding: 0 15px;
    background-color: #fff;
}
.picScroll {
    margin: 10px auto;
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.picScroll ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll ul li {
    width: 290px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.picScroll ul li img {
    width: 290px;
    height: 217px;
    display: block;
}
.picScroll ul li span {
    color: #181818;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.link-title{
    width: 116px;
    height: 35px;
    line-height: 35px;
    background-color: #004597;
    font-size: 18px;
    color: #ffffff;
    float: left;
    text-align:center;
}
.link-list{
    float: right;
    position: relative;
    width: 1083px;

}
.link-list .select-list{
    width: 330px;
    height: 35px;
     float: left;
   margin-left: 30px;
}
.link-list .select-list select{
    width: 330px;
    height: 35px;
}
.yq-link{
    overflow: hidden;
    margin-top: 30px;
}
#gwyxx li a {
	width: 82%;
}
.link-list .select-list p {
    border: 1px solid #dddddd;
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #333;
    cursor: pointer;
}
.link-list ul{
    overflow: hidden;
    display:none;
}
.link-list ul li{
    float: left;
    margin-left: 143px;
    margin-top: 15px;
}
.link-list ul li a{
    color: #333;
}
.link-list .select-list p.on{
	background-color: #004597;
    color: #fff;
}
.select-l-d{
	width: 100%;
    height: 35px;

}
.header-form{
	overflow:hidden;
	padding:10px 0px;
}
.head-search{
	float:right;
	width:405px;
}
.head-search-a{
	float:left;
	width:85px;
	height:24px;
	background:#e5f1fa;
	line-height:24px;
	text-align:center;
	color:#333;
	font-size:12px;
	margin-right:15px;
	margin-top: 2px;
}
.a-swsy{
	background:#e5f1fa url(imagesa-swsy.png) 4px center no-repeat;
}
.a-sc{
	background:#e5f1fa url(imagesa-sc.png) 12px center no-repeat;
}
.form2{
	width:185px;
	height:24px;
	border-radius: 5px;
	border:1px solid #7f8184;
	background:#e3effa;
	overflow: hidden;
}
.input-txt{
	width: 161px;
    height: 26px;
    float: left;
}
.input-txt input{
	width: 150px;
    height: 26px;
    float: left;
    line-height: 26px;
    background: #e5f1fa;
    border: none;
    padding-left: 30px;
    background:url(imageslist-cxbtn.png) 8px center no-repeat;
}
.input-sub{
	float:left;
}
.search-btn{
	width:23px;
	height:24px;
	float:left;
	background:url(imageshead-serch-btn.png) 0 center no-repeat;
	border:none;
}
.ldzc-div-title{
	color:#025eb5;
	font-size:18px;
    margin-bottom: 15px;
}
.ldzc-div-list p{
	color:#940303;
	font-size:14px;
	float: left;
    margin-right: 15px;
    width: 80px;
}
.list-ldzc{
    width: 824px;
    margin: 0 auto;
}
.ldzc-div-list ul{
    overflow: hidden;
}
.ldzc-div-list ul li{
	float:left;
    margin-left: 25px;
}
.ldzc-div-list ul li a{
	color:#020202;
	font-size:14px;
}
.ldzc-div{
	margin-top: 40px;
}
.ldzc-div-list{
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #d2d2d2;
}
.detail-ldzc{
	width:815px;
	margin:0 auto;
}
.d-ldzc-top-l{
	width:146px;
	float:left;
}
.d-ldzc-top-l p.ldzc-img{
	width:100%;
	height:194px;
	margin-bottom:10px;
	background-color: #c9c9c9;
}
.d-ldzc-top-l p.ldzc-img img{
	width:100%;
	height:100%;
}
.d-ldzc-top-l p{
    text-align: center;
    color:#333333;
    font-size:14px;
}
.d-ldzc-top{
	margin-top:48px;
}
.d-ldzc-top-r{
	width:633px;
	float:right;
}
.d-ldzc-top-r-t{
	width:633px;
	height:31px;
	background-image:url(imagesldzc_fg_bg.png);
}
.d-ldzc-top-r-nr{
	margin-top:15px;
}
.d-ldzc-top-r-nr p{
	font-size:14px;
	color:#333333;
	line-height:150%;
}
.d-ldzc-down-t{
	width:813px;
	height:31px;
	background-image:url(imagesldzc_jj_bg.png);
}
.d-ldzc-down-r-nr{
	margin-top:15px;
}
.d-ldzc-down{
	margin-top:40px;
}
.d-ldzc-down-r-nr p{
	font-size:14px;
	color:#333333;
	line-height:150%;
}
.share-con{
	float:left;
	margin-left: 8px;
}
.detail-console{
	cursor: pointer;
}
.today {
    height: 81px;
    background: #ffffff;
    padding: 14px 12px;
    margin-top: 12px;
    width:1177px;
    margin:0 auto;
    margin-bottom:20px;
}
.today .todayimgbox {
    width: 100px;
    float: left;
}
.today .todaymessbox {
    width: 1050px;
    float: right;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
}
.today h3 {
    font-size: 30px;
    margin-bottom: 5px;
}
.today h3 a {
    color: #033a7b;
}