@charset "utf-8";
/*公共部分*/

.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.ml30{margin-left: 30px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.w1100 {
	clear: both;
	margin: 0 auto;
	width: 1100px;
}
.h164{
	height: 164px !important;
}
.red{
	color: red;
}
.title {
    width: 100%;
    height: 48px;
    line-height: 48px;
	border-bottom: 1px solid  #e7e7e4;
}
.title h2 {
	float: left;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0c91e5;
	width: auto;
	height: 46px;
	line-height: 46px;
	border-top: 2px solid #0c91e5;
	border-left: 1px solid  #e7e7e4;
	border-right: 1px solid  #e7e7e4;
	border-bottom: 1px solid  #ffffff;
	
}
.title h2 a{
	color: #0c91e5;
}
.title a {
	width: auto;
	float: right;
	height: 50px;
	color: #999;
}
.listbox {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.listbox li {
	float: left;
	width: 100%;
	background: url(../images/list_bg.png) left center no-repeat;
	padding-left: 10px;
}
.listbox li a {
	float: left;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listbox li span {
	margin-right: 5px;
	float: right;
	width:44px;
	line-height: 34px;
	color: #999;
}
.listbox .date{
	width: 90px ;
	line-height: 40px;
}

/*头部*/
.header {
	height: 170px;
	width: 100%;
	background: url(../images/header_bg.jpg) no-repeat top center;
	overflow: hidden;
}

.header .main {
	overflow: hidden;
}
.header .main .logo{
	margin-top: 44px;
}
.header .main .right-banner{
	margin-top: 70px;
}

/*导航*/
.nav {
	height: 42px;
	background: #0691e1;
}

.nav>ul>li {
    position: relative;
    float: left;
	display: block;
	line-height: 42px;
	font-size: 16px;
	width: 122px;
	text-align: center;
}

.nav>ul>li>a {
	color: #fff;
	display: block;
	font-size: 16px;
}

.nav>ul>li>a:hover {
	background-color: #057dca;
}

.nav>ul>li:hover ul {
	display: block
}

.nav>ul>li ul {
	position: absolute;
	top: 42px;
	z-index: 1000;
	background: #0c91e5;
	width: 122px;
	display: none;
}

.nav>ul>li ul li a {
	display: block;
	color: #ffffff;
	width: 100%;
	margin: 0 auto;
	line-height: 34px
}

.nav>ul>li:hover{
    color: #ffffff;
    background-color: #057dca;
}

.nav>ul>li ul li a:hover {
	color: #ffffff;
    background-color: #057dca;
}

/*幻灯片*/
.focus {
	margin: 0 auto;
	width:1100px;
	position: relative;
	height: 400px;
	background-color: #fff;
}
.focus img{
	width: 1100px;
	height: 400px;
}

.focus .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9;
}
.focus .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9;
}
.focus .swiper-container {
  height: 400px;
  width: 1100px;
}
.focus .content-slide {
  padding: 20px;
  color: #fff;
}
.focus .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:15px;
  width: 100%;
  z-index: 10;
}
.focus .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0);
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid #fff;
}
.focus .swiper-active-switch {
  background: #fff;
}
/*indexMain*/
.indexMain .left {
	position: relative;
	width: 380px;
	height:310px;
	overflow: hidden;
	background-color: #fff;
}
.indexMain .left .left_content{
	width: 380px;
	margin: 0 auto;
}
.indexMain .left .listbox li a {
	max-width:290px;
}



.indexMain .right {
	position: relative;
	width: 280px;
	height: 310px;
	overflow: hidden;
	background-color: #fff;
}
.indexMain .right .right_content{
	width: 280px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.indexMain .right .right_content .item{
	float: left;
	display: block;
	text-align: center;
	width: 133px;
	height: 98px;
	background-color: #eeeeee;
	margin-top: 2px;
	margin-right: 14px;
	margin-bottom: 14px;
	overflow: hidden;
}
.indexMain .right .right_content .item:nth-child(even){
	margin-right: 0;
}
.indexMain .right .right_content .item img{
	margin-top: 20px;
	width: 38px;
	height: 38px;
}
.indexMain .right .right_content .item span{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: 16px;
	color: #999;
}

.tag {
    height: 48px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e4;
}
.tag li {
	float: left;
	margin-right: 10px;
}
.tag li a {
	padding: 0 10px;
	width: auto;
	display: block;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}
.tag .onTag {
	color: #0c91e5;
	font-weight: bold;
}
.tag .onTag a {
	color: #0c91e5;
	/* border-bottom: 2px solid #0c91e5;
	background-color: #fff; */
	
	height: 46px;
	line-height: 46px;
	border-top: 2px solid #0c91e5;
	border-left: 1px solid  #e7e7e4;
	border-right: 1px solid  #e7e7e4;
	border-bottom: 1px solid  #ffffff;
}
.tagMore {
	position: absolute;
	top: 15px;
	right:20px;
	color: #999;
}
/*indexMain2*/
.indexMain2 .left {
	position: relative;
	width: 790px;
	height: 320px;
	overflow: hidden;
	background-color: #fff;
}
.indexMain2 .indexMain2_l {
	width: 286px;
	height: auto;
	overflow: hidden;
	margin-right:15px;
}
.indexMain2 .indexMain2_l img {
	width: 286px;
	height: 209px;
}
.indexMain2 .indexMain2_l p {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 286px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.indexMain2 .indexMain2_r {
	width: 489px;
	height: auto;
	overflow: hidden;
}

.indexMain2 .left .listbox li a {
	max-width: 380px;
}
.indexMain2 .right {
	position: relative;
	width: 280px;
	height: 320px;
	background-color: #fff;
	overflow: hidden;
}
.indexMain2 .right .left_content{
	width:275px;
	margin: 0 auto;
}
.indexMain2 .right .informBox {
	width:280px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.indexMain2 .right .informBox li {
	float: left;
	margin: 0 0 12px 0;
	width: 280px;
}
.indexMain2 .right .informBox li a {
	float: left;
	display: block;
	height: 34px;
	line-height: 17px;
	overflow: hidden;
	width: 230px;
	margin-left: 10px;
}
.indexMain2 .right .informBox .date {
	display: block;
	padding: 4px 0 0 4px;
	width: 34px;
	height: 34px;
	border-radius: 4px;
	color: #fff;
	overflow: hidden;
	background-color: #0691e1;
}
.indexMain2 .right .informBox .min {
	font-size: 12px;
	line-height: 14px;
}
.indexMain2 .right .informBox p {
	line-height: 16px;
}
.indexMain2 .right .zhuanti {
	width: 280px;
	overflow: hidden;
	height: 300px;
}
.indexMain2 .right .zhuanti li {
	float: left;
	margin-bottom: 10px;
}
.indexMain2 .right .zhuanti img {
	width: 280px;
	height: 50px;
}
.photoBox{
	background-color: #fff;
}
.photoBox .content{
	width: 1060px;
	margin: 0 auto;
}
.photoBox .photoList {
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.photoBox .photoList ul{
	margin-left: 15px;
}
.photoBox .photoList ul li {
	float: left;
	margin: 10px 8px;
	position: relative;
}
.photoBox .photoList ul li a {
	position: relative;
	width: 204px;
	height: auto;
	display: block;
}
.photoBox .photoList ul li img {
	width: 204px;
	height: 156px;
}
.photoBox .photoList ul li span {
	width: 204px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*网站底部*/
.footer {
	position: relative;
	width: 100%;
	height: 130px;
	border-top: 5px solid #494848;
	background: #545454;
}
.footer .left {
	width: 550px;
	padding-top: 30px;
}
.footer .left p {
	width: 100%;
	line-height: 30px;
	height: auto;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}
.footer .right{
	margin-top: 50px;
}
.footer .right span{
	color: #fff;
}



/*-------------网站内页---------*/

.site {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.site .site_tit{
	font-size: 16px;
	color: #0c91e5;
	font-weight: bold;
}
.site .site_con{
	color: #999;
}
.site .site_con span{
	display: inline-block;
	color: #999;
}
.site .site_con a{
	color: #666;
}
.content .left {
	width: 270px;
	height:auto;
	background-color: #f4f4f4;
	overflow: hidden;
}
.content .left .leftBox {
	margin: 0 auto;
	width: 240px;
}
.content .right{
	width:800px;
}
.content .right .listbox a{
	max-width: 650px;
}

.content .left .sideNav{
	margin: 0 auto;
	width: 240px;
	padding: 10px 0;
	overflow: hidden;
}
.content .left .sideNav li {
	float: left;
	margin: 6px auto;
}
.content .left .sideNav li a {
	padding:0 24px;
	width: 192px;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	display: block;
	background: url(../images/listNav2.png) no-repeat center center #e7e7e7;
	border-radius: 6px;
}
.content .left .sideNav li .current {
	color: #fff;
	background: url(../images/listNav.png) no-repeat center center #0c91e5;
}
.content .left .sideNav li a:hover {
	color: #fff;
	background: url(../images/listNav.png) no-repeat center center #0c91e5;
}

.content .con {
	margin: 0 auto;
	width: 1005;
	height: auto;
}
.content .con .tit {
	margin: 40px auto 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	width: 100%;
}
.content .con .post_time {
	width: 100%;
	height: auto;
	padding: 6px 0;
	text-align: center;
	position: relative;
}
.content .con .post_time span {
	line-height: 30px;
	margin: 0 6px;
	color: #999;
	font-size: 12px;
}
.content .article_txt {
	width: 100%;
	padding: 20px 0 10px;
	line-height: 30px;
	font-size: 16px;
	height: auto;
	overflow: hidden;
}
.content .article_txt img {
	margin: 10px 0;
	width: auto;
	height: auto;
	max-width:1100px;
}
.content .print {
    width: 100%;
    text-align: right;
    height: 36px;
    line-height: 36px;
    color: #999;
}
.content .print .print_bt {
    width: 60px;
    padding: 0 0 0 15px;
    display: block;
    background: url(../images/print.png) no-repeat left center;
}
.content .print a {
    float: right;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #999;
}

.content .right .photoList {
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.content .right .photoList ul li {
	float: left;
	margin: 5px 9px;
	position: relative;
}
.content .right .photoList ul li a {
	position: relative;
	width: 234px;
	height: auto;
	display: block;
}
.content .right .photoList ul li img {
	width: 234px;
	height: 178px;
}
.content .right .photoList ul li span {
	width: 234px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*分页 */
.page {
	margin: 10px auto 0;
	width: 673px;
	height: 60px;
	line-height: 60px;
}
.tcdPageCode {
	text-align: left;
	color: #666;
}
.tcdPageCode a {
	display: inline-block;
	color: #666;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 14px;
	border: 1px solid #ddd;
	margin: 0 2px;
	vertical-align: middle;
}
.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #ccc;
}
.tcdPageCode span.current {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 14px;
	margin: 0 2px;
	color: #fff;
	background-color: #0c91e5;
	border: 1px solid #0c91e5;
	vertical-align: middle;
}
.tcdPageCode span.disabled {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 14px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}


/* 分页 */
.page{
  width: 810px;
  height: 60px;
}
.page .pagination {
  list-style: none;
  margin-top:20px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.page .pagination li {
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 18px;
  float: left;
  margin-left: 10px;
}
.page .pagination a {
  color: #333;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.page .pagination input {
  height: 12px;
}
.page .pagination .disabled a:link, .page .pagination .disabled a:visited, .page .pagination .disabled a:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: #ddd;
}
.page .pagination .active {
  pointer-events: none;
}
.page .pagination .active, .page .pagination a:hover {
  background: #f5f5f5;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

