
body{
	/*background: #f2f2f2;*/
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.pd-24{
	padding: 0 24px;
}

.mt-24{
	margin-top: 24px;
}
.mb-24{
	margin-bottom: 24px;
}
.bg-w{
	background-color: #fff;
}
.mb-50{
	margin-bottom: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.common-tit{
	padding: 21px 0 0 0;
}
.common-tit .tit{
	padding-bottom: 22px;
	position: relative;
	font-size: 35px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 22px
}
.common-tit .tit:after{
	content: '';
	width: 47px;
	height: 3px;
	background-color: #ff8400;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: 0;
}
.common-tit .desc{
	margin-top: 15px;
	color: #333;
	opacity: 0.5;
}

.header{
	padding: 24px 24px 0 24px;
	background: url("../images/lmbg.jpg") no-repeat center center;
}
.header .hd-top{
	margin-bottom: 30px;
}
.header .hd-top ul{
	margin-top:20px;
}
.header .hd-top ul li a{
	display: block;
	padding:  0 30px;
	border-right: 1px solid #fff;
}

.header .logo{

}
.hd-top .search-form{
	margin-top: 20px;
	position: relative;
	width: 242px;
	height: 38px;
}
.hd-top .search-form input{
	padding-left:15px;
	width: 100%;
	height: 38px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e6e6e6;
}
.hd-top .search-form button{
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 38px;
	background: url("../images/search.png") no-repeat center center;
	border:none;
	border-radius: 5px
}
.header .hd-nav{
	display: flex;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}
.header .hd-nav li{
	color: #333;
	font-size: 16px;
	cursor: pointer;
	float: left;
	position: relative;
	flex-shrink: 0;
	margin-bottom: 10px;
}
.header .hd-nav li a{
	position: relative;
	display: block;
	padding: 0 24.8px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	font-size: 16px;
}
.header .hd-nav li a::after{
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
	height: 15px;
	background-color: #ffffff;
	opacity: 0.2;
}
.header .hd-nav li:first-child a,
.header .hd-nav li:nth-of-type(12n) a{
	padding-left: 0;
}
.header .hd-nav li:nth-of-type(11n) a{
	padding-right: 0;
}

.current-position{
	font-size: 16px;
	height: 48px;
	line-height: 48px;
}
.current-position .position{
	padding-left: 50px;
	background: url("../images/current-position.png") no-repeat 20px 30px #fff;
	background-size: 19px 15px;
}
.current-position a{
	color: #818181;
}

.dynamic{
	border: solid 1px #e8e8e8;
}
.dynamic .tit,.concern .tit{
	padding: 20px 0 20px 16px;
	position: relative;
	font-size: 25px;
}
.dynamic .tit img,
.concern .tit img
{
	margin-right: 10px;
}
.dynamic .tit .more,.concern .tit .more{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #cacaca;
	font-size: 14px;
}
.dynamic ul{
	padding: 0 20px 20px 20px;
}
.dynamic ul li a span{

	position: absolute;

	right: 0;

	top: 0;

	color: #7f7f7f;

}
.dynamic ul li a{
	width: 100%;
	max-height: 36px;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	font-size: 16px;

	color: #3d3d3d;

	height: 35px;
	line-height: 35px;
}
.dynamic ul li a::before{
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 11px;
	height: 11px;
	background-color: #e20a16;
}
.math a{
	margin-bottom: 15px;
	height: 18px;
	line-height: 18px;
	font-size: 15px;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	border-right:1px solid #000;
	color: #000
}
.concern{
	border: solid 1px #e8e8e8;
	margin-bottom: 20px;
	background: url("../images/tt-bg.jpg") no-repeat;
	background-size: cover;
}
.concern ul{
	padding: 0 20px 20px 20px;
}
.concern ul li{
	margin-bottom: 10px
}
.concern ul li a{
	width: 100%;
	max-height: 163px;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	font-size: 16px;
	color: #3d3d3d;
	overflow: hidden;
}
.concern ul li a::before{
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 10px;
	height: 10px;
	border: solid 1px #d6d6d6;
	border-radius: 50%;
}
.concern ul li:first-child{
	height: 163px;
}
.concern ul li:first-child a{
	padding-left: 0;
	display: block;
	height: 163px;
	overflow: hidden;
	background: #000;
}
.concern ul li:first-child a::before{
	width: 0;
	height: 0;
}

footer{
	margin-top: 50px;
	padding: 23px 0;
	background:#e6e6e6;
	color: #6e6e6e;
	line-height: 30px;
}

.pagebox{
    text-align: center;
}
.pagination{
    
}
.pagination > li{
    
}
.pagination > li > a, .pagination > li > span{
    margin-right: 5px;
    color: #2a3133;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #005cde;
}