.other {
	width: 100%;
	float: left;
	background: #f8f8f8;
	height: auto;
	padding-bottom: 40px;
}

.others {
	width: 1200px;
	margin: 0 auto;
}

.other_title {
	width: 100%;
	background: #fff;
	height: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}

.other_title>img {
	float: left;
	margin-left: calc((100% - 1200px)/2);
	width: 24px;
	height: 23px;
	margin-top: calc((45px - 23px)/2);
	margin-right: 8px;
}

.other_title>span {
	float: left;
	font-size: 16px;
	color: #434343;
}

.others_left {
	width: 330px;
	float: left;
	border: 1px solid #e5e9ee;
	padding-bottom: 25px;
	margin-bottom: 10px;
	min-height: 430px;
	background: #fff;
}

.others_left_title {
	width: 330px;
	height: 63px;
	float: left;
	line-height: 48px;
}

.others_left_title>img {
	width: 330px;
	position: absolute;
	height: 63px;
}

.others_left_title>span {
	display: inline-block;
	width: 330px;
	text-align: center;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 29px;
}

.others_left_list1 {
	display: inline-block;
	width: 310px;
	height: 52px;
	line-height: 52px;
	float: left;
	margin-top: 18px;
	background: #f3f3f3;
	margin-left: calc((330px - 310px)/2);
	color: #4f4f4f;
	font-size: 18px;
	text-align: center;
}
.others_left_list>ul{
	width: 310px;
	margin-left: calc((330px - 310px)/2);
}

.others_left_list>ul>li{
	display: inline-block;
	width: 310px;
	float: left;
	margin-top: 18px;
	color: #5e5e5e;
	font-size: 18px;
	text-align: center;
}

.others_left_list1:hover {
	background: #2d7bbd;
	color: #fff;
}

.others_right {
	width: 835px;
	float: right;
	height: auto;
	background: #fff;
	overflow: hidden;
	padding-bottom: 30px;
}

.others_right_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	overflow: hidden;
	border-left: 8px solid #2d7bbd;
	color: #2d7bbd;
	margin-bottom: 30px;
	font-size: 24px;
	background: #e8e8e8;
}

.newd-footer{
	width: 800px;
	float: left;
	margin-top: 50px;
	color: black;
	font-size: 14px;
}
.newd-footer-one{
	margin-left: 30px;
}
.newd-footer-thr{
	margin-left: 408px;
}
.newd-footer-nia{
	border: 1px solid black;
}
.others_right_list{
	width: calc(100% - 40px);
	padding: 0 20px;
	overflow: hidden;
}
.tab_nav1_list {
	width: 800px;
	height: 37px;
	line-height: 37px;
	border-bottom: 1px dashed #dcdcdc;
}

.tab_nav1_list>a {
	display: inline-block;
	width: 800px;
}

.tab_nav1_list>a>span:nth-child(1) {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #4e4e4e;
	margin-top: calc((38px - 5px)/2);
	margin-left: 4px;
	margin-right: 10px;
	float: left;
}

.tab_nav1_list>a>span:nth-child(2) {
	width: 390px;
	color: #000;
	font-size: 16px;
	float: left;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_nav1_list>a>span:nth-child(3) {
	width: 90px;
	color: #787777;
	font-size: 16px;
	float: right;
	display: inline-block;
	margin-right: 8px;
}

.tab_nav1_list>a>span:hover:nth-child(2) {
	color: #ff0000;
}

