﻿@charset "utf-8";
/* CSS Document */

#middle{
	width:100%;
}


.w_1300{
	max-width:1300px;
	margin:0 auto;
}
@media screen and (max-width: 1340px) {
	.w_1300 {
   		max-width: 1200px;
	}
	
}
@media screen and (max-width: 1240px) {
	.w_1300 {
   		max-width: 1000px;
	}	
}

.mid-top-center{
	background: url(/cms/templates/900600499496180000/images/bg.jpg) no-repeat top center;
	height:450px; position:relative;
}

.topbg-sj{ display:none; }
.topbg-sj img{ width:100%; }
@media screen and (max-width: 1000px) {
.topbg-sj{ display:block; }
.mid-top-center {
		background: none;
		height:unset;
	}
}

.dqlm-tit{
	color: #FFF;
    font-size: 52px;
    text-align: center;
font-weight: 700;
letter-spacing: 5px;
    padding-top: 160px;
text-shadow: -1px 1px 2px rgb(0 0 0 / 30%);
}

.dqlm-tit div{
	width:60px;
	height:5px;
	background:#FFF;
	margin: 10px auto 0;
box-shadow: -1px 1px 2px rgb(0 0 0 / 30%);
}
 
@media screen and (max-width: 1000px) {
.dqlm-tit{ position: absolute;
    top: calc( (100% - 84px ) /2 );
    left: 0;
    right: 0; padding-top: 0px;}
}
 
@media screen and (max-width: 450px) {
.dqlm-tit{ 
    top: calc( (100% - 62px ) /2 );
font-size:36px;
}
}
 

/* 二级导航 */
.top-nav-menu{
	background: #ffffff; 
    padding: 0px; height:86px; 
    position: absolute;
    bottom: -43px;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
	box-shadow: 0px 20px 20px -20px #d1d1d1;
}
.top-nav-menu ul{ display:flex; align-items: center; height:100%; }
.top-nav-menu ul span{ display:flex; align-items: center; }
.nav-mask-right {
    display: none;
    width: 15px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 99;
}

.top-nav-menu ul li{
	float: left;
    padding: 15px 0; box-sizing:border-box;
	margin:0 0 0 35px;
	font-size: 20px;
}


@media screen and (max-width: 1300px) {
.top-nav-menu{
    left: 0;
    margin-left: 0px;

}
}
@media screen and (max-width: 1000px) { 
	.top-nav-menu {
		display:none;
	}
}
 
.pdsy{      line-height: 86px;
    background: url(/cms/templates/900600499496180000/images/pdsy.jpg) no-repeat left bottom; display:flex; align-items: center; font-size: 22px;
    margin: 0;
    padding: 0 0 0 49px; width:194px; box-sizing:border-box;  }
.pdsy a{ color:#FFF; }







.midbg1{  background: url(/cms/templates/900600499496180000/images/bg1.jpg) no-repeat center 214px;
padding-top:112px; 
 }
 

@media screen and (max-width: 1000px) {
.midbg1{ background:none; padding:30px 15px 0; }
} 

.mid1{ position:relative; padding-bottom:50px; }
.mid1title{ margin-bottom:40px; height:55px; width:auto; }
.mid1titlem{display:none; margin-bottom:30px; }
.mid1titlem{ width:60%; height:auto; }

 

a.mid1more{ position:absolute; display:block; right:0; top:15px; font-size:16px; color:#999; padding-right: 36px;
    padding-bottom: 10px; }
.mid1more:after{ content: "\e64b"; font-family:iconfont; position:absolute; color:#0451a3; right:0;
    display: block; bottom: 0;
 }

@media screen and (max-width: 1000px) {
.mid1title{ display:none;}
.mid1titlem{display:block; }

 

a.mid1more{     top: unset; bottom:20px; }
}

.midbg2{ background:#f8f8f8; padding:80px 0 50px; }
 
@media screen and (max-width: 1000px) {
.midbg2{ padding:30px 0 30px; }
}

.mid2{ text-align:center; padding:0 0 30px; }
.mid2title{ margin-bottom:50px; height:55px; width:auto; }
.mid2titlem{ display:none; width:96%; height:auto; margin-bottom:40px;  }
.mid2 iframe{ box-shadow: 0 2px 4px 0 #ddd; }

@media screen and (max-width: 1000px) {
.mid2{ margin:0 15px; }
.mid2title{  display:none; }
.mid2titlem{ display:block; width:96%; height:auto; }
}



.content-list{ margin-top:10px; }

.content-list ul li{
	position:relative;
    background: rgba(255,255,255,0.8);
    padding: 30px 20px 30px 20px;
    margin-bottom: 21px;
    box-shadow: 2px 3px 5px 1px #f7f7f7;
}

.content-list li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #7fa6d0;
    position: absolute;
    left: 30px;
    top: 40px;
}

.content-list ul li a{
	float: left;
    text-align: left;
	font-size:20px;
    width: calc(100% - 120px);
    color: #333333;
	box-sizing: border-box;
    padding-left: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-list ul li span{
	width: 120px;
    float: right;
    text-align: right;
    color: #999999;
	font-size:18px;
}

.content-list ul li:hover{ background: linear-gradient(to right,#327cb3,#33baba); color: #ffffff; }
.content-list li:hover:before { background: #ffffff; }
.content-list ul li:hover a, .content-list ul li:hover span{ color:#ffffff; }

@media screen and (max-width: 1000px){
.content-list ul li {
		padding: 20px 15px 20px 15px;
		margin-bottom: 15px;
	}
	
	.content-list li:before {
		left: 22px;
		top: 30px;
	}
	
	.content-list ul li a {
		font-size: 18px;
		width: calc(100% - 100px);
		padding-left: 30px;
	}
	
	.content-list ul li span {
		width: 100px;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px){
	.content-list ul li a {
		font-size: 16px;
		width: calc(100% - 80px);
		padding-left: 30px;
	}
	
	.content-list ul li span {
		width: 80px;
		font-size: 14px;
	}
}

@media screen and (max-width: 550px){
	/* 规章制度 */
	.content-list ul li a {
		width: 100%;
	}
	
	.content-list ul li span {
		display:none;
	}
}