@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;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.w1200 {
	clear: both;
	margin: 0 auto;
	width: 1200px;
}
.h164{
	height: 164px !important;
}
.red{
	color: red;
}
.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.title h2 {
	float: left;
	font-size: 20px;
	color: #333;
	width: auto;
	height: 50px;
	line-height: 50px;
}
.title h2 a{
	color: #333;
}
.title a {
	width: auto;
	float: right;
	height: 50px;
	color: #333;
}
.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: 12px;
}
.listbox li a {
	float: left;
	height: 38px;
	line-height: 38px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listbox li span {
	margin-right: 5px;
	float: right;
	width:54px;
	line-height: 38px;
	color: #999;
}
.listbox .date{
	width: 100px ;
	line-height: 40px;
}

/*头部*/
.header {
	height: 140px;
	overflow: hidden;
}

.header .main {
	overflow: hidden;
}

.header .main .logo{
	margin-top: 30px;
}

.main_r{
	padding-top: 50px;
	width: 360px;
}
.main_r .suoxun{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.main_r .suoxun span{
	margin: 12px;
}
.header .search {
	
	width:290px;
	overflow: hidden;
}
.search .search_txt {
	display: inline-block;
	float: left;
	width: 210px;
	height: 17px;
	line-height: 17px;
	padding: 10px;
	color: #999;
	border: 1px solid #ddd;
}
.search .search_btn {
	display: inline-block;
	float: left;
	width: 50px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	background: #9f0071;
	border:0;
	color: #fff;
}
.login-btn{
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	background: #9f0071;
	border:0;
	color: #fff;
}
a.login-btn{
	color: #fff;
}
/*导航*/
.nav {
	height: 50px;
	border-top: 3px solid #9f0071;
}

.nav>ul>li {
    position: relative;
    float: left;
	display: block;
	line-height: 50px;
	font-size: 16px;
	width: 120px;
	text-align: center;
	margin-right: 10px;
}

.nav>ul>.current{
	background-color: #dddddd;
}

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

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

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

.nav>ul>li ul {
	position: absolute;
	top: 44px;
	z-index: 1000;
	background:#e7e7e7;
	width: 120px;
	display: none;
}

.nav>ul>li ul li a {
	display: block;
	color: #333333;
	width: 100%;
	margin: 0 auto;
	line-height: 40px;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nav>ul>li:hover{
    color: #333333;
    background-color: #dddddd;
}

.nav>ul>li ul li a:hover {
	color: #333333;
    background-color: #dddddd;
}
.index-news{
	margin-top: 10px;
}
.index-news .index-news-item{
	width: 380px;
	float: left;
	margin-right: 30px;
}
.index-news .index-news-item:last-child{
	margin-right: 0;
}
.index-news .index-news-item .item-l{
	padding-top:10px;
	float: left;
	display: block;
	width: 110px;
	height: 74px;
	margin-right: 20px;
	background-color: #4a5fc5;
}
.index-news .index-news-item .item-l span{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
}
.index-news .index-news-item .item-r{
	width: 250px;
	float: left;
}
.index-news .index-news-item .item-r .tit{
	font-size: 16px;
	line-height: 1.8;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news .index-news-item .item-r .txt{
	font-size: 12px;
	line-height: 1.6;
	color: #999;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* 限制在三行 */
	-webkit-box-orient: vertical;
}
.index-link{
	background-color: #f2f2f2;
	padding: 20px 0;
	overflow: hidden;
}
.index-link .link-box-l{
	text-align: center;
	float: left;
	display:block;
	width: 120px;
	min-height: 60px;
	line-height: 60px;
	border-right: 1px solid #ddd;
}
.index-link .link-box-r{
	float: left;
	padding: 0 20px;
	display: block;
	width:1030px ;
	overflow: hidden;
	
}
.index-link .link-box-r a{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}


/*幻灯片*/
.focus {
	margin: 0 auto;
	width:1200px;
	position: relative;
	height: 410px;
}
.focus img{
	width: 1920px;
	height: 410px;
}
#kinMaxShow .kinMaxShow_button{
	width: 100%;
	right: 0 !important;
	text-align: center;
}
#kinMaxShow .kinMaxShow_button li{
	float: none !important;
	display: inline-block;
	
}
	

.tag {
    height: 52px;
    border-bottom: 1px solid #d1d5d4;
}
.tag li {
	float: left;
}
.tag li a {
	padding: 0 10px;
	width: auto;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #666;
}
.tag .onTag {
	color: #9f0071;
	font-weight: bold;
}
.tag .onTag a {
	color: #9f0071;
}
.tagMore {
	position: absolute;
	top: 15px;
	right:0;
	color: #999;
}



.photoBox{
	position: relative;
	background-color: #fff;
	height: 235px;
	overflow: hidden;
}
.photoBox .content{
	width: 1060px;
	margin: 0 auto;
}
.photoBox .photoList {
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}
/* .photoBox .photoList ul{
	margin-left: 20px;
} */
.photoBox .photoList ul li {
	float: left;
	margin-right:20px;
	margin-bottom: 10px;
	position: relative;
}

.photoBox .photoList ul li a {
	position: relative;
	width: 244px;
	height: auto;
	display: block;
}
.photoBox .photoList ul li img {
	width: 244px;
	height: 160px;
}
.photoBox .photoList ul li span {
	width: 244px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*网站底部*/
.footer {
	padding: 20px 0;
	position: relative;
	width: 100%;
	background:#4a5fc5;
}
.footer .left,.footer .right{
	width: 50%;
}
.footer .left span{
	width: 100%;
	display: inline-block;
	line-height: 2.0;
	color: #fff;
	font-size: 14px;
}
.footer .right .code{
	float: right;
	width: 66px;
	margin-left: 20px;
}
.footer .right .code span{
	display:inline-block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


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

.site {
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.site .site_tit{
	font-size: 20px;
	color: #333;
}
.site .site_con{
	color: #999;
}
.site .site_con span{
	display: inline-block;
	color: #999;
}
.site .site_con a{
	color: #666;
}
.content .left {
	width: 240px;
	min-height: 664px;
	background-color: #fff;
	overflow: hidden;
}
.content .left .leftBox {
	margin: 0 auto;
	width: 240px;
}
.content .left .tit {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #eee;
}
.content .left .tit h2 {
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
}
.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 #f0f0f0;
	border-radius: 6px;
}
.content .left .sideNav li .current {
	color: #fff;
	background: url(../images/listNav.png) no-repeat center center #9f0071;
}
.content .left .sideNav li a:hover {
	color: #fff;
	background: url(../images/listNav.png) no-repeat center center #9f0071;
}
.content .left .leftNews .listbox li a {
    max-width: 235px;
}

.content .left .leftSpecial li{
	float: left;
	margin-bottom: 10px;
}
.content .left .leftSpecial li a{
	display: block;
	width: 240px;
	height: 35px;
}
.content .left .leftSpecial li img{
	width: 240px;
	height: 35px;
}
.content .right {
	width:930px;
	height: auto;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
}
.content .right .rightBox {
	margin: 0 auto;
	width: 930px;
}
.content .right .list {
	margin: 0 auto;
	padding: 10px 0;
	width: 930px;
	height: auto;
}
.content .right .listbox li {
	border-bottom: 1px dashed #eee;
}
.content .right .listbox li a {
	max-width: 780px;
	line-height: 44px;
	height: 44px;
}
.content .right .con {
	margin: 0 auto;
	width: 910px;
	height: auto;
}
.content .right .con .tit {
	margin: 20px auto 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	width: 100%;
}
.content .right .con .post_time {
	width: 100%;
	height: auto;
	padding: 6px 0;
	text-align: center;
	position: relative;
}
.content .right .con .post_time span {
	line-height: 30px;
	margin: 0 6px;
	color: #999;
	font-size: 14px;
}
.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:910px;
}
.content .print {
    width: 950px;
    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 10px;
	position: relative;
}
.content .right .photoList ul li a {
	position: relative;
	width: 210px;
	height: auto;
	display: block;
}
.content .right .photoList ul li img {
	width: 210px;
	height: 150px;
}
.content .right .photoList ul li span {
	width: 210px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.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: #9f0071;
	border: 1px solid #9f0071;
	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{
  margin: 30px auto 0;
  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;
}

/*新增2022-07-20*/
.mien_box{
	width: 440px;
	margin: 0 auto;
}
.mien_box a{
	float: left;
	width: 104px;
	margin:0 18px;
}
.mien_box a .img{
	width: 134px;
	background: url(../images/renb.png) no-repeat;
	height: 147px;
}
.mien_box a .img img {
    width: 104px;
    height: 134px;
    margin: 4px 0px 0px 8px;
}
.mien_box a span{
	margin-top: 10px;
	width: 134px;
	display: inline-block;
	text-align: center;
	
}

.photoBox .photoList>div{
	position: absolute;
	
}
.photoBox .photoList>div>.tagMore{
	top: -50px;
}

.search-list{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
