@charset "utf-8";
.mr20 {
	width: 45%;  
}

.mb20 {
	margin-bottom: 20px;
}

.mb15 {
margin-bottom: 15px;
}

.clearfix {
	clear: both;
}

.header {
	width: 100%;
	min-width: 1210px;
	height: 120px;
	border-top: 4px solid #104cbb;
	float: left;
}

.header .h-main {
	width: 1210px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

.header .h-main .logo {
	width: 450px;
	height: 70px;
	background: url(../img/logox3.gif) no-repeat;
	float: left;
	margin-top: 20px;
}

.header .h-main .h-right {
	width: 500px;
	height: 120px;
	float: right;
	position: relative;
}

.header .h-main .h-right .h-search-wrap {
	width: 200px;
	height: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	position: relative;
}

.header .h-main .h-right .h-search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 30px;
	background: #1071bb;
	border-radius: 0 15px 15px 0px;
	cursor: pointer;
}

.header .h-main .h-right .h-search-btn img {
	margin-left: 6px;
	margin-top: 3px;
}

.header .h-main .h-right .search-input {
	border: none;
	background: none;
	margin-left: 15px;
	height: 28px;
}

.header .h-main .h-right .h-top {
	width: 327px;
	height: 25px;
	margin-right: 45px;
	float: right;
	position: relative;
}

.header .h-main .h-right .h-top .t-phone {
	line-height: 25px;
	font-size: 14px;
	color: #000;
	position: absolute;
	right: 30px;
	top: 0;
}

.nav {
	width: 100%;
	min-width: 1210px;
	height: 40px;
	background: #104cbb;
	float: left;
	box-shadow: 0 0 5px #1f55b6;
}

.nav .n-main {
	width: 1210px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.nav .n-main>ul>li {
	float: left;
}

.nav .n-main>ul>li>a {
	display: inline-block;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	width:99px;
	border-right: 1px solid #0761c3;
	text-align: center;
}

.nav .n-main>ul>li>a:hover {
	background: #558cf2;
	color: #fff;
}

.nav .n-main>ul>li .active {
	background: #558cf2;
	color: #fff;
}

.nav .n-main>ul>li ul {
	display: none;
}

.nav .n-main>ul>li:hover ul {
	display: block;
	box-shadow: 0 0 5px #1f55b6;
}

.nav .n-main>ul>li ul li a {
	display: inline-block;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	width: 99px;
	border-right: 1px solid #0761c3;
	text-align: center;
	background: #104cbb;
}

.nav .n-main>ul>li ul li a:hover {
	background: #558cf2;
	color: #fff;
}

.content {
	width: 100%;
	min-width: 1210px;
	background: url(../img/bg_wrapper.gif) repeat;
	padding: 20px 0;
	float: left;
}

.content .c-main {
	width: 1140px;
	background: url(../img/bg_cont_1.png) no-repeat;
	padding: 22px 35px;
	margin: 0 auto;
}

.content .c-main .c-title {
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #e7e7e7;
}

.content .c-main .c-title span {
	display: inline-block;
	padding: 0 12px;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid #1375c7;
	color: #000;
}

.content .c-main .c-title i {
	width: 16px;
	height: 16px;
	background: url(../img/dongtai-1.png) no-repeat;
	float: left;
	margin-right: 2px;
	vertical-align: middle;
}

.content .c-main .c-title-middle {
	position: relative;
	width: 50%;
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #e7e7e7;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: center;
	cursor: pointer;
}

.content .c-main .c-title-middle.active {
	color: #104cbb;
	border-bottom: 2px solid #1375c7;
}

.content .c-main .c-item-left {
	width: 770px;
	float: left;
}

.content .c-main .c-item-right {
	width: 340px;
	float: right;
}


/*盒子样式*/

.content .c-main .c-jw-left {
	width: 355px;
	height: 242px;
	float: left;
}

.content .c-main .c-jw-left .jw-image {
	width: 355px;
	height: 222px;
}

.content .c-main .c-jw-left .jw-image img {
	width: 355px;
	height: 222px;
}

.content .c-main .c-jw-left .jw-text {
	width: 355px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.content .c-main .c-jw-right {
	width: 355px;
	height: 242px;
	float: right;
}

.content .c-main .c-item-main {
	height: 242px;
	padding: 10px;
}

.content .c-main .c-item-ul li a {
	font-size: 14px;
	line-height: 26px;
}

.content .c-main .c-item-ul li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	float: left;
	background: url(../img/qz.png) no-repeat;
}

.content .c-main .c-item-ul .date {
	font-size: 15px;
	line-height: 25px;
	float: right;
	color: #777;
}

.content .c-main .c-item-main .c-item-notice li {
	height: 58px;
	margin-bottom: 10px;
}

.content .c-main .c-item-main .c-item-notice li .notice-time {
	width: 56px;
	height: 56px;
	float: left;
	border: 1px solid #104cbb;
}

.content .c-main .c-item-main .c-item-notice li .notice-time .time-month {
	line-height: 23px;
	height: 23px;
	color: #fff;
	font-size: 16px;
	background: #104CBB;
	text-align: center;
}

.content .c-main .c-item-main .c-item-notice li .notice-time .time-day {
	line-height: 34px;
	height: 34px;
	font-size: 20px;
	text-align: center;
	color: #104CBB;
}

.content .c-main .c-item-main .c-item-notice li .notice-text {
	width: 220px;
	height: 49px;
	margin-left: 20px;
	float: left;
	border-left: 1px dashed #666;
	padding-left: 20px;
	font-size: 15px;
	line-height: 20px;
	padding-top: 9px;
}

.content .c-main .jx-item {
	width: 375px;
	height: 249px;
	float: left;
	position: relative;
	overflow: hidden;
}

.content .c-main .jx-item .itemUl {
	width: 770px;
	height: 249px;
	position: absolute;
	top: 0;
	left: 0;
}

.content .c-main .jx-item .itemUl .itemLi {
	width: 355px;
	height: 229px;
	padding: 10px;
	float: left;
}

.content .c-main .jx-item .itemUl .overflow{
	overflow: scroll;
}

.content .c-main .jx-item .itemUl .itemLi .time_table {
	width: 358px;
	height: 342px;
}

.content .c-main .jx-item .itemUl .itemLi .time_table p {
	line-height: 26px;
	font-size: 14px;
}

.content .c-main .jx-item .itemUl .itemLi .time_table span {
	display: inline-block;
	width: 70px;
	float: left;
}

.content .c-main .jx-item .itemUl .itemLi .time_table .t_title {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.content .c-main .jx-item .itemUl .itemLi .time_table .t_left {
	float: left;
	width: 50%;
}

.content .c-main .jx-item .itemUl .itemLi .time_table .t_right {
	float: right;
	width: 50%;
}

.content .c-main .zl-item {
	width: 355px;
	height: 249px;
	padding: 10px;
	float: left;
}

.content .c-main .zl-item ul li a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.content .td-item {
	width: 340px;
	height: 182px;
	float: left;
	position: relative;
	overflow: hidden;
}

.content .td-item .tdUl {
	width: 680px;
	height: 182px;
	position: absolute;
	top: 0;
	left: 0;
}

.content .td-item .tdUl .tdLi {
	width: 320px;
	height: 162px;
	padding: 10px;
	float: left;
}

.item-all {
	width: 100%;
	height: 313px;
	margin-bottom: 5px;
	float: left;
}

.item-left {
	width: 375px;
	height: 287px;
	margin-bottom: 20px;
	float: left;
}

.item-right {
	width: 375px;
	height: 287px;
	margin-bottom: 20px;
	float: right;
}

.item-btn {
	width: 100%;
	height: 146px;
	margin-bottom: 20px;
	float: left;
}

.item-btn ul li {
	float: left;
}

.item-btn ul li a {
	display: inline-block;
	width: 160px;
	height: 43px;
	border-radius: 8px;
	background: #558cf2;
	box-shadow: 0 0 8px #dedede;
	color: #fff;
    font-size: 14px !important;
    text-align: center;
    padding: 13px 0px;
    margin-bottom: 10px;
}

.item-btn ul li a:hover {
	background: #104cbb;
	box-shadow: 0 0 8px #366cce;
}

.item-btn ul li a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../img/xitong.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

.item-ks {
	width: 100%;
	height: 220px;
	
	float: left;
}

.c-more {
	position: absolute;
	right: 7px;
	top: 7px;
	color: #fff;
	background: #558cf2;
	font-size: 12px;
	padding: 0 12px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
}

.c-more:hover {
	background: #104cbb;
	color: #fff;
}

.c-link {
	border: 1px solid #e7e7e7;
	width: 100%;
	float: left;
	height: 64px;
margin-top: 20px;
	background: url(../img/bg_cylj.gif) repeat-x;
}

.c-link h2 {
	display: inline-block;
	line-height: 64px;
	margin-left: 25px;
	float: left;
	font-size: 16px;
	color: #002053;
	padding-left: 20px;
	font-weight: bold;
}

.c-link .link-main {
	width: 1000px;
	height: 64px;
	line-height: 64px;
	margin-left: 25px;
	float: left;
	overflow: hidden;
}

.c-link .link-main ul li {
	float: left;
}

.c-link .link-main ul li a {
	line-height: 64px;
	padding: 0 15px;
	font-size: 15px;
}

.item_wrap {
	width: 100%;
	height: 80px;
	float: left;
}

.item_wrap ul li {
	float: left;
	width: 220px;
	height: 80px;
	background: url(../img/bg_02.jpg) repeat-x;
	border-radius: 5px;
	margin-left: 10px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}

.item_wrap ul li .item-title {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin-bottom: 7px;
}

.item_wrap ul li span {
	display: block;
	font-size: 14px;
	text-indent: 35px;
	line-height: 20px;
}

.footer {
	width: 100%;
	min-width: 1210px;
	height: 55px;
	background: #104cba;
	box-shadow: 0 0 5px #1f55b6;
	float: left;
}

.footer .f-main {
	width: 1210px;
	height: 55px;
	margin: 0 auto;
	line-height: 55px;
	font-size: 14px;
	color: #fff;
	text-align: center;
position: relative;
}

/*列表页*/
.content .c-main .location{
	height: 35px;
    line-height: 35px;
    background: #f2f2f2 url(../img/icons.png) no-repeat right top;
    margin: 7px 0 0;
}

.content .c-main .location i {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-position: 0 -35px;
    margin-left: 20px;
    margin-right: 10px;
    float: left;
}

.con_bg {
    background: url(../img/icons.png) no-repeat;
}

.content .c-main .location .l_txt {
    height: 35px;
    line-height: 35px;
    width: 400px;
    color: #000;
    float: left;
    font-size: 14px;
}

.content .con-main{
	height: 600px;
    padding-right: 37px;
    background: url(../img/col_rbg.png) no-repeat right 0;
}

.content .con-main .con-nav{
	width: 200px;
    float: left;
    height: 400px;
}

.content .con-main .con-nav .submenu{
	background: url(../img/submenu.png) left bottom;
}

.content .con-main .nav-title{
	height: 37px;
    line-height: 37px;
    background-repeat: repeat-x;
    background-position: 0 -72px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.content .con-main .nav-ul{
	background: #f5f5f5 url(../img/icons.png) no-repeat 0 -110px;
    padding-top: 24px;
}

.content .con-main .nav-ul li{
	height: 30px;
    line-height: 28px;
    border-bottom: 1px solid #dedede;
    background: url(../img/dot.png) no-repeat 38px 10px;
    font-size: 14px;
}

.content .con-main .nav-ul li a{
	display: block;
	padding-left: 60px;
	font-size: 14px;
}

.content .con-main .nav-ul li .active{
	color: red;
}

.content .con-main .con-text{
	float: right;
    border-left: 1px solid #dfdfdf;
    background: #fff;
    width: 902px;
    overflow: hidden;
    min-height: 650px;
    height: auto;
}

.content .con-main .con-title{
	padding-left: 22px;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: normal;
    color: #034a99;
}

.content .con-main .con-title i{
	display: inline-block;
	width: 35px;
	height: 35px;
	float: left;
	background: url(../img/list-qz.png) no-repeat;
}

.content .con-main .text-main{
	width: 802px;
    padding: 25px 50px 35px 50px;
    min-height: 552px;
    height: auto;
}

.h-image{
	width: 525px;
	height: 80px;
	position: absolute;
	top: 32px;
	right: 295px;
}

.h-image img{
	width: 525px;
	height: 80px;
        padding-left: 42px;
}


.con-list ul li{
	margin-top: 10px;
    color: #545454;
    border-bottom: 1px dotted #ccc;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.con-list ul li a{
	color: #000;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 15px;
    text-indent: 30px;
}

.con-list ul li .list-qz{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/qz.png);
	position: absolute;
	top: 10px;
	left: 10px;
}

.con-list ul li .list-time{
	width: 100px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 6px;
	right: 20px;
	background: url(../img/liebiao1_03.png);
    text-align: center;
    color: #000;
}

.main-title{
	text-align: center;
	border-bottom: 1px dotted #666;
margin-bottom: 8px;
}
.main-title h1{
	line-height: 35px;
}
.main-title span{
	line-height: 25px;
}
.footer .times{
	position: absolute;
	top: 0;
}
.footer .times p{
	line-height: 20px;
}

.c-item-other{
	height: 70px;
	margin-bottom: 5px;
}

.c-item-other .notice-time{
	width: 56px;
    height: 56px;
    float: left;
    border: 1px solid #104cbb;
    margin-top: 6px;
}

.c-item-other .notice-time .time-month {
    line-height: 28px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    background: #104CBB;
    text-align: center;
}

.c-item-other .notice-time .time-day {
    line-height: 28px;
    height: 28px;
    font-size: 16px;
    text-align: center;
    color: #104CBB;
}

.c-item-other .notice-text {
    width: 250px;
    height: 70px;
    margin-left: 10px;
    float: left;
    border-left: 1px dashed #666;
    font-size: 14px;
    line-height: 20px;
}

.c-item-other .notice-text .nt-item{
	height: 29px;
	padding: 3px 0;
}
.c-item-other .notice-text .nt-item .nt-date{
	float: left;
    height: 29px;
    line-height: 29px;
    color: #104CBB;
    font-weight: bold;
}
.c-item-other .notice-text .nt-item .nt-href{
	float: left;
    width: 180px;
    line-height: 15px
}


.c-item-other .notice-text p{
	line-height: 15px;
}

.c-item-other .notice-text p a{
	font-size: 14px;
}