@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	text-decoration: none;
	list-style-type: none;
}
.gx_out {
    background: url(/DFS/template/5070/images/bg.jpg) center top no-repeat;
    text-align: center;
    height: 350px;
    padding-top: 80px;
}

.gx_logo {
    width: 960px;
    margin: 0 auto;
}

.headerbtn a{
    background: url(/DFS/template/5070/images/btn_bg.png) center center no-repeat;
	display: block;
	width: 340px;
	height: 70px;
	line-height: 70px;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	margin: 30px auto;
	text-decoration: none;
}
.headerbtn a:hover{
	background: url(/DFS/template/5070/images/btn_bg1.png) center center no-repeat;
}
.inlog {
    width: 38px;
    height: 36px;
	margin-left: 15px;
	vertical-align:middle;
}


/* µÚ¶þ°æ */
.gx_main {
	width: 1140px;
    margin: 30px auto;
	box-shadow: 0px 0px 6px 4px #efefef;
	display: flex;
	border-radius: 5px;
	padding: 20px 0;
}
.lanmu {
    width: 48%;
	margin: 0 1%;
}
.lanmutitle {
    width: 100%;
    height: 49px;
	background: url(/DFS/template/5070/images/title_line.png) bottom right no-repeat;
}
.lanmutitle .tit{
	display: block;
	width: 171px;
	line-height: 49px;
	text-indent: 30px;
	font-size: 24px;
	color: #fff;
	background: url(/DFS/template/5070/images/title_bg.png) bottom center no-repeat;
}
.more {
	float: right;
	margin-right: 10px;
	color: #000;
}

.lanmunews{
	margin-top: 10px;
}
.lanmunews li {
    background: #f9fafd;
	line-height: 40px;
	height: 40px;
	border-radius: 3px;
	margin: 4px 0;
}
.lanmunews li a{
	display: block;
	color:#333;
	padding-left: 30px;
	background: url(/DFS/template/5070/images/li-icon.png) 15px center no-repeat;
}
.lanmunews li a:hover{
	color: #1b65fc;
}

@media(max-width: 768px){
	.gx_out {
		height: 200px;
		padding-top: 40px;
	}
	.gx_logo {
	    width:90%;
	}
	
	.headerbtn a{
	    background: url(/DFS/template/5070/images/btn_bg.png) center center no-repeat;
		width: 50%;
		height: 55px;
		line-height: 55px;
		font-size: 18px;
	}
	.gx_main {
		width: 96%;
		margin: 20px auto;
		display: block;
	}
	.lanmu {
	    width: 98%;
		margin-bottom: 20px;
	}
	.lanmunews li a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	.gx_out {
		height: 250px;
		padding-top: 40px;
	}
	.gx_main {
		width: 98%;
	}
}