
img{
	width: auto;
	max-width: 100%;
}
.tab>li{
	height: 40px;
	padding:0px 20px;
	margin-right: 12px;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border: solid 1px #D2D2D2;
	border-width: 1px 1px 0;
	cursor: pointer;
}

.tab>li.active,
.tab>li:hover{
	color: #004C92;
	background: #F4F4F4;
}

.listbox{
	padding: 20px 20px 0;
	border: solid 1px #D2D2D2;
}

.list{
	display: none;
}

.list li{
	height: 128px;
	margin-bottom: 10px;
}

.imgInter>img{
	width: 224px;
	height: 128px;
}

.textbox{
	width: calc(100% - 226px);
    padding-left: 40px;
}

.thepaty{
	width: 100%;
	padding-left: 0;
}

.title{
	line-height: 40px;
	font-size: 20px;
	font-weight: bolder;
}

.textdesc {
    position: relative;
    line-height: 25px;
    overflow: hidden;
}

.textdesc>b{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 12px;
	height: 25px;
	display: none;
	background: #fff;
}

.line38{
	line-height: 38px;
}

.moreInter {
	font-size: 16px;
    font-weight: bolder;
    color: #004C92;
}

.contentBox{
	position: relative;
	min-height: 350px;
	padding: 20px 20px 60px;
	border: solid 1px #D2D2D2;
}

.Tit{
	line-height: 40px;
	font-size: 20px;
	font-weight: bolder;
	color: #000;
	background: #E9E9E9;
}

.Time{
	line-height: 40px;
}

.Content{
	width: 1000px;
	margin: auto;
}

.btnDiv{
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
	height: 30px;
	/*background: #eee;*/
}

.btnDiv>button{
	width: 100px;
	height: 30px;
	background: #999;
	font-weight: bolder;
	border: none;
	outline: none;
	cursor: pointer;
}

.btnDiv>button:hover{
	background: #004C92;
}

/* 关于我们 */
.aboutBox{
	padding: 20px 20px 0;
	margin: 20px 0 40px;
	border: solid 1px #D2D2D2;
}

.aboutList>li{
	width: calc(50% - 10px);
	/*padding: 10px;*/
	margin-bottom: 20px;
	border: solid 1px #D2D2D2;
}

.aboutList>li.ml20{
	margin-right: 20px;
}

.aboutImg{
	width: 100%;
	height: 285px;
	padding: 10px;
	box-sizing: border-box;
}

.aboutDl{
	padding: 10px;
	text-align: left;
	background: #eee;
}

.aboutDl dt{
	line-height: 30px;
	font-size: 18px;
	font-weight: bolder;
	color: #000;
}

.aboutDl dd{
	line-height: 30px;
}

.underline{
	text-decoration: underline;
}
