.fl {float: left;}
.fr {float: right;}
.tl {text-align: left;}
.tc {text-align: center;}
.tr {text-align: right;}
.clear {clear: both;}
.f1 a {
    font-size: 12px;
    font-weight: 100;
}

.fl a {
    font-size: 12px;
    font-weight: 100;
}
.main {
	width: 1200px;
	margin: auto;
	background-color: #fff;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}

.main .nav_info {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #000;
	padding: 0 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	width: 1200px;
}
.main .nav_info h1 {
  font-size: 14px;
}
.main .l_list {
	width: 210px;
	padding-left: 10px;
	float: left;
}
.main .l_list .menu {
	padding-bottom: 10px;
	
}
.main .l_list .menu .title {
	padding-left: 10px;
	/* height: 30px; */
	line-height: 30px;
	padding-top: 60px;
	background: url(/2020/images/title.gif) no-repeat;
	font-family: "Microsoft Yahei";
	font-size: 18px;
}
.main .l_list .menu ul {
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 0 10px 10px 10px;
}
.main .l_list .menu ul li> div {
	font-size: 14px;
	font-weight: normal;
	color: rgb(68, 68, 68);
	display: block;
	line-height: 44px;
	border-bottom: 1px solid rgb(224, 224, 224);
	padding: 0 0 0 5px;
}
.main .l_list .menu a {
	font-size: 14px;
	font-weight: normal;
	color: #444;
	display: block;
	line-height: 44px;
	padding: 0 20px;
	border-bottom: 1px solid #e0e0e0;
}
.main .l_list .links .title {
	/* height: 30px; */
	line-height: 30px;
	padding-top: 10px;
	border-bottom: 3px solid #c6ad0f;
	font-weight: bold;
	font-size: 14px;
}
#scrollDiv1 {
	height: 320px;
	overflow: hidden;
	margin-top: 15px;
}

.main .fr .banner01 img {
    width: 930px;
}

.main .l_list .links li {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	height: 68px;
}
.main .r_show {
	width: 930px;
	padding-right: 10px;
	margin-left: 50px;
}

.main .content {
	line-height: 2;
}
.main .l_list .menu ul li a {
	padding: 0 0 0 5px;
}


.main .l_list .menu ul li ul.ul02 {
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.main .l_list .menu ul li ul.ul02 li a {
	color: #888;
	background: url(/2020/images/icon03.gif) no-repeat 25px center;
	line-height: 22px;
	font-weight: normal;
	font-size: 12px;
	border-bottom: none;
	padding-left: 40px;
}

.main .fl.l_list .menu ul li a:hover {
	color: #ccc253;
		text-decoration:none;
}
.entry hr {
	border: none;
	border-bottom: 1px dotted #ccc;
}