html,body,span,a,ul,ol,li,em,i,p,form,fieldset,h1,h2,h3,h4,h5,h6,table,tr,td,thead,tbody,tfoot,video,dl,dt,dd,img,select,
option {
	font-family: "Microsoft YaHei", 微软雅黑, 宋体, "Arial Narrow", HELVETICA;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
.header {
	background: none;
}
.header .navback{
	margin-top: -12px;
}
.header .headerBox{
	background: url("../images/sydw_banner.png")no-repeat center/cover;
	position: relative;
}

.oldinfo {
	position: absolute;
	right: 80px;
	top: 30px;
}

.oldinfo .right_wza {
    float: left;
}
.oldinfo .right_slh {
	float: left;
}
.oldinfo .right_wza a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}
.oldinfo .right_slh a {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
	
}
/* 内容 */
#Main {
	width: 1200px;
	margin: 30px auto;
}

.gd {
	width: 100%;
	height: auto;
    padding-bottom: 20px;
	/* border:  1px solid; */
}

.gd .gkgd{
    height: 50px;
	line-height: 50px;
	color: #035193;
	font-size: 19px;
	padding-left: 15px;
	border-bottom: 1px dashed #d9d5d5;
}
.gkgd{
	display: flex;
	justify-content: space-between;
	
}
.gkgd a{
	color: #999999;
}
.gk h3 {
	height: 50px;
	line-height: 50px;
	color: #035193;
	font-size: 22px;
	padding-left: 15px;
	border-bottom: 1px dashed #d9d5d5;
}

.gd ul li {
	font-size: 16px;
	color: #333333;
	padding: 0px 6px;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	vertical-align: top;
	border-bottom: 1px solid #efeded;
}

.gd li p {
	width: 80%;
	padding-right: 20px;
	padding-left: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
	float: left;
}

.gd li p a {
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	transition: 0.4s;
}

.gd li .time{
	color: #999999;
	float: right;
}

.gd li p a:hover {
	color: #0b5997;
	padding-left: 5px;
}

.gk {
	width: 100%;
	height: auto;
	margin-top: 30px;
	/* border:  1px solid; */
}

.bottomIcon {
	width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid; */
    height: 278px;
	justify-content: space-between;
}
li{list-style: none;}
.bottomIcon a {
	width: 276px;
    height: 99px;
    margin-left: 14px;
    margin-right: 10px;
    margin-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #0b5997;
    background: #e1eef9;
    transition: 0.2s;
}

.bottomIcon a:hover {
	cursor: pointer;
	color: #0b5997;
	transform: translateY(5px);
}

.bottomIcon a img {
	width: 40px;
	height: 40px;
	margin-right: 25px;
	flex-shrink: 0;
}

/*适老模式*/

.oldModel .gd .gkgd{
	font-size: 23px;
}
.oldModel .gd li p a {
	font-size: 20px;
}
.oldModel .bottomIcon a{
	font-size: 25px;
}
.oldModel .gk h3{
	font-size: 26px;
}
.oldModel .gd ul li{
	font-size: 20px;
}
