@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	min-width: 1200px;
	background: #f5f5f5;
}

i,
em {}

ul,
li,
input,
p,
h1,
h2,
dd,
dl,
a {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #454545;
}

li a:hover {
	color: #0861c1
}

img,
a {
	cursor: pointer;
}

img {
	border: none;
	max-width: 100%;
}

.clearfix {
	zoom: 1;
}

input {
	outline: none;
	border: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
}


.container {
	width: 1200px;
	margin: 0 auto;
}

.header {
	background: #1a54a4;
	height: 215px;
	width: 100%;
}

.header .logo {
	margin-top: 35px;
}

.header-r {
	width: 365px;
	height: 33px;
	margin-top: 65px;
}


.header-r .sousuo .text {
	width: 239px;
	border-radius: 3px 0 0 3px;
	height: 33px;
	line-height: 33px;
	padding-left: 14px;
	box-sizing: border-box;
}

.header-r .sousuo .search {
	width: 35px;
	height: 33px;
	border-radius: 0 3px 3px 0;
}

.header-r .gjss {
	display: block;
	width: 80px;
	height: 33px;
	background: #f68a06;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 33px;
}

.sousuo .text::-ms-input-placeholder {
	color: #999999;
}

.sousuo .text::-webkit-input-placeholder {

	color: #999999;
}

.sousuo .text::-moz-input-placeholder {

	color: #999999;
}

.sousuo .text::-ms-input-placeholder {

	color: #999999;
}



.menu {
	height: 50px;
	position: relative;
	z-index: 10;
	margin-top: 30px;
	border-top: 3px solid #f5f5f5;
	overflow: hidden;
}

#nav {
	display: block;
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
	height: 50px;
	/* margin-right: 5px; */
	position: relative;
}

.menu #nav li.on {
	background: #1b75de;
	height: 49px !important;
}

.mainlevel:hover,
.mainlevel .cur {
	background: #1b75de;
	height: 49px !important;
}

#nav .mainlevel:hover a {
	color: #FFFFFF;
}

#nav .mainlevel a {
	color: #fff;
	line-height: 50px;
	display: block;
	font-size: 18px;
	height: 50px;
	/* width: 109px; */
	text-align: center;
	padding: 0px 13px;
	font-weight: bold;
}

#nav li.mainlevel a:hover {
	color: #FFFFFF;
}

#nav .mainlevel ul {
	/* display: none; */
	position: absolute;
	z-index: 99;
	margin-top: 0px;
	min-width: 100%;
}

#nav .mainlevel li {
	font-size: 14px;
	/* height: 40px; */
	/* line-height: 40px; */
	width: 100%;
}

#nav .mainlevel li a {
	display: block;
	height: auto;
	line-height: normal;
	font-size: 14px;
	color: #FFF !important;
	background: #1b75de;
	filter: alpha(opacity=70);
	opacity: .7;
	text-align: center;
	padding: 10px;
}

#nav .mainlevel li a:hover {
	color: #FFFFFF !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

.mid-l {
	width: 400px;
	background: #fff;
	padding-bottom: 20px;
}

.mid-r {
	width: 770px;
	background: #fff;
}

.mid {
	margin-top: 30px;
}

.lm {
	display: block;
	height: 70px;
	padding-top: 25px;
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 3px;
}

.lm h2 {
	border-bottom: 3px solid #1a54a4;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
	display: inline-block;
}

.lm .more-icon {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/more.png) no-repeat center;
	margin-top: 6px;
	margin-right: 20px;
}

.mid-l-n {
	width: 360px;
	margin: 0 auto;
}

/*最新公告*/
.zxgg ul {
	margin-top: 25px;
}

.zxgg ul li {
	margin-bottom: 12px;
}

.zxgg ul li .date {
	width: 72px;
	height: 26px;
	margin-right: 15px;
}

.zxgg ul li .date span {
	display: inline-block;
	width: 36px;
	height: 26px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-size: 15px;

}

.zxgg ul li .date .yue {
	background: #f68a06;
}

.zxgg ul li .date .day {
	background: #1a54a4;
}

.zxgg ul li a {
	display: block;
	height: 26px;
	overflow: hidden;
	width: 272px;
	line-height: 26px;
	font-size: 15px;
}

/*用户登录*/
.yhdl ul {
	margin-top: 25px;
}

.yhdl ul li {
	border-radius: 5px;
	margin-bottom: 20px;
}

.yhdl ul li a {
	width: 170px;
	height: 50px;
	display: block;
	font-size: 17px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	/* display: flex; */
	/* align-items: left; */
	/* justify-content: space-around; */
	/* flex-direction: column; */
	line-height: 50px;
}

.yhdl ul .yhdl1,
.yhdl ul .yhdl3 {
	float: left;
}

.yhdl ul .yhdl2,
.yhdl ul .yhdl4 {
	float: right;
}

.yhdl ul .yhdl1 {
	background: #61a2e2;
}

.yhdl ul .yhdl2 {
	background: #f4735e;
}

.yhdl ul .yhdl3 {
	background: #57c6bf;
}

.yhdl ul .yhdl3 a {}

.yhdl ul .yhdl4 {
	background: #af99e4;
}

/*在线期刊*/

.zxqk ul {
	margin-top: 25px;
}

.zxqk ul li {
	margin-bottom: 20px;
	line-height: 50px;
}

.zxqk ul .zxqk1,
.zxqk ul .zxqk3,
.zxqk ul .zxqk5 {
	float: left;
}

.zxqk ul .zxqk2,
.zxqk ul .zxqk4 {
	float: right;
}

.zxqk ul a {
	width: 170px;
	height: 50px;
	display: block;
	background: #eff5fd url(../images/zxqk-li.png) no-repeat 137px center;
	padding-left: 19px;
	box-sizing: border-box;
	font-size: 17px;
	border-radius: 7px;
}

/*下载中心*/
.zxqk .lm,
.xzzx .lm {
	margin-top: -10px;
}

.xzzx ul {
	margin-top: 15px;
}

.xzzx ul li {
	border-bottom: 1px dashed #e6e6e6;
	line-height: 35px;
	line-height: 35px;
	background: url(../images/xzzx-li-bg.png) no-repeat left center;
	padding-left: 20px;
}

.xzzx ul li a {
	font-size: 17px;
}

/* 友情链接 */
.yqlj ul {
	margin-top: 25px;
}

.yqlj ul li {
	margin-bottom: 20px;
}

.yqlj ul li a {
	width: 170px;
	height: 30px;
	display: block;
	border-radius: 7px;
	border: 1px solid #e6e6e6;
	background: url(../images/xzzx-li-bg.png) no-repeat 150px center;
	line-height: 28px;
	font-size: 17px;
	box-sizing: border-box;
	padding-left: 13px;
}

.yqlj ul .yqlj1,
.yqlj ul .yqlj3,
.yqlj ul .yqlj5,
.yqlj ul .yqlj7,
.yqlj ul .yqlj9 {
	float: left;
}

.yqlj ul .yqlj2,
.yqlj ul .yqlj4,
.yqlj ul .yqlj6,
.yqlj ul .yqlj8,
.yqlj ul .yqlj10 {
	float: right;
}

.xbjj {
	padding: 28px 22px 10px 20px;
}

.xbjj-nr {
	margin-left: 30px;
	width: 340px;
}

.xbjj-pic {
	width: 185px;
	height: 250px;
}

.xbjj div {
	font-size: 17px;
	line-height: 190%;
}

.xbjj .xbjj-nr b {
	font-size: 16px;
}

.xbjj .xbjj-nr .kh {
	margin-top: 5px;
	margin-bottom: 5px;
}

.xbjj .xbjj-nr .kh p {
	display: inline-block;
	line-height: 22px;
}

.xbjj .xbjj-nr .kh b {
	display: inline-block;
	margin-top: 10px;
	width: 85px;
}

.xbjj .xbjj-nr .kh span {
	display: block;
}

.xbjj .xbjj-nr .kh .gjbzkh {
	border-bottom: 1px solid #999999;
}

.xbjj .ewm {
	margin-top: 50px;
	width: 150px;
	height: 150px;
}

.mid-r-m {
	padding: 0px 29px 10px 29px;
}

.dqml1 ul li {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 17px;
}

.dqml1 ul li>a {
	background: url(../images/dqml-li.jpg) no-repeat left center;
	font-size: 17px;
	color: #1a54a4;
}

.dqml1 ul li .zuozhe {
	margin: 13px 0 8px 0;
	font-size: 16px;
}

.dqml1 ul li>a,
.dqml1 ul li .zuozhe,
.dqml1 ul li .zy-t,
.dqml1 ul li .lj {
	padding-left: 18px;

}

.dqml1 ul li .zy-t {
	margin-bottom: 5px;
	font-size: 13px;
}

.dqml1 ul li .lj {
	padding-bottom: 18px;
	height: 20px;
}

.dqml1 ul li .lj a {
	padding-left: 24px;
	line-height: 25px;
	font-size: 14px;
	display: inline-block;
}

.dqml1 ul li .lj .zy-icon {
	background: url(../images/zy.png) no-repeat left center;
	padding-left: 24px;
}

.dqml1 ul li .lj .zy-icon {
	background: url(../images/zy.png) no-repeat left center;
	padding-left: 24px;
}

.dqml1 ul li .lj .html {
	background: url(../images/html.png) no-repeat left center;
	/* padding-left: 24px; */
	/* margin-left: 30px; */
}

.dqml1 ul li .lj .pdf {
	background: url(../images/pdf.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 30px;
}

.dqml1 ul li .lj .liull {
	background: url(../images/liulanl.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 30px;
}

.dqml1 .dqml-last {
	border-bottom: none;
}

.footer p {
	text-align: center;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	padding-top: 25px;
}

.footer {
	width: 100%;
	height: 160px;
	background: #1a54a4;
	margin-top: 53px;
}

/*列表页*/
.list-lm {
	display: block;
	height: 70px;
	padding-top: 25px;
	box-sizing: border-box;
	padding-left: 30px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 3px;
	margin-right: 30px;
}

.list-lm h2 {
	border-bottom: 3px solid #1a54a4;
	font-size: 26px;
	padding-bottom: 12px;
	display: inline-block;
	font-weight: bold;
	color: #1a54a4;
}

.list-con {
	background: #fff;
	margin-top: 30px;
	box-sizing: border-box;
	min-height: 470px;
}

.list-con ul {
	padding: 0px 29px 10px 29px;

}

.list-con .dqml ul li {
	border-bottom: 1px dashed #e6e6e6;
	margin-top: 11px;
}

.list-con .dqml ul li>a {
	background: url(../images/dqml-li.jpg) no-repeat left center;
	font-size: 17px;
	color: #1a54a4;
}

.list-con .dqml ul li .zuozhe {
	margin: 8px 0 8px 0;
	font-size: 13px;
}

.list-con .dqml ul li>a,
.list-con .dqml ul li .zuozhe,
.list-con .dqml ul li .zy-t,
.list-con .dqml ul li .lj {
	padding-left: 18px;

}

.list-con .dqml ul li .zy-t {
	margin-bottom: 5px;
	font-size: 13px;
}

.list-con .dqml ul li .lj {
	padding-bottom: 10px;
	height: 20px;
}

.list-con .dqml ul li .lj a {
	padding-left: 24px;
	line-height: 25px;
	font-size: 13px;
	display: inline-block;
}

.list-con .dqml ul li .lj .zy-icon {
	background: url(../images/zy.png) no-repeat left center;
	padding-left: 24px;
}

.list-con .dqml ul li .lj .zy-icon {
	background: url(../images/zy.png) no-repeat left center;
	padding-left: 24px;
}

.list-con .dqml ul li .lj .html {
	background: url(../images/html.png) no-repeat left center;
	padding-left: 24px;
	/* margin-left: 30px; */
}

.list-con .dqml ul li .lj .pdf {
	background: url(../images/pdf.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 30px;
}

.list-con .dqml ul li .lj .liull {
	background: url(../images/liulanl.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 30px;
}

.list-con .dqml .dqml-last {
	border-bottom: none;
}

.location {
	color: #888888;
	font-weight: normal;
	font-size: 17px;
	margin-top: 10px;
}

.location img {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.location a {
	color: #888888;
	padding: 0 5px;
	font-size: 17px;
	font-weight: normal;
}

.bjb-list-con {
	background: #fff;
	margin-top: 30px;
	box-sizing: border-box;
	padding-right: 30px;
	padding-bottom: 30px;
}

.bjb-list-con .zb {
	margin-top: 22px !important;
}

.bjb-list-con .zb .zb-lm {
	background: #f6f6f6 url(../images/bjb-lm-bg_03.jpg) no-repeat left center;
	height: 35px;
	width: 1140px;
	margin-left: 30px;
	padding-left: 10px;
	box-sizing: border-box;
}

.bjb-list-con .zb .zb-lm span {
	background: #1a54a4;
	width: auto;
	height: 35px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	color: #fff;
	font-weight: normal;
	padding: 0 15px;
}

.bjb-list-con .zb ul {
	padding: 0px 0 10px 29px;
}

.bjb-list-con .zb ul li {
	width: 264px;
	height: 214px;
	background: #f9fcff;
	border: 1px solid #e6e6e6;
	margin-top: 20px;
	float: left;
	box-sizing: border-box;
	margin-right: 28px;
}

.bjb-list-con .zb ul li h2 {
	font-size: 20px;
	text-align: center;
	padding: 25px 0 17px 0;
	font-weight: normal;
}

.bjb-list-con .zb ul li p {
	color: #666;
	font-size: 16px;
	padding: 0 20px 26px 20px;
	line-height: 150%;
	height: 70px;
}

.bjb-list-con .zb ul li span {
	display: block;
	width: 125px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #488fdf;
	color: #488fdf;
	font-size: 15px;
	line-height: 28px;
	padding-left: 10px;
	background: url(../images/ckxq_07.png) no-repeat 94px center;
	margin: 0 auto;
}

/*编辑*/
.bjb-list-con .bj {
	margin-top: 37px;
}

.bjb-list-con .bj .bj-lm {
	background: #f6f6f6 url(../images/bjb-lm-bg_03.jpg) no-repeat left center;
	height: 35px;
	width: 1140px;
	margin-left: 30px;
	padding-left: 10px;
	box-sizing: border-box;
}

.bjb-list-con .bj .bj-lm span {
	background: #1a54a4;
	width: 91px;
	height: 35px;
	font-size: 22px;
	text-align: center;
	display: block;
	line-height: 35px;
	color: #fff;
	font-weight: normal;
}

.bjb-list-con .bj ul {
	padding: 0px 0 10px 29px;
}

.bjb-list-con .bj ul li {
	width: 264px;
	height: 214px;
	background: #f9fcff;
	border: 1px solid #e6e6e6;
	margin-top: 20px;
	float: left;
	margin-right: 28px;
	box-sizing: border-box;
}

.bjb-list-con .bj ul li:nth-child(4n) {
	margin-right: 0;
}

.bjb-list-con .bj ul li h2 {
	font-size: 20px;
	text-align: center;
	padding: 25px 0 19px 0;
	font-weight: normal;
}

.bjb-list-con .bj ul li p {
	color: #666;
	font-size: 15px;
	padding: 0 20px 24px 20px;
	line-height: 160%;
	height: 70px;
}

.bjb-list-con .bj ul li span {
	display: block;
	width: 122px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #488fdf;
	color: #488fdf;
	font-size: 15px;
	line-height: 28px;
	padding-left: 10px;
	background: url(../images/ckxq_07.png) no-repeat 90px center;
	margin: 0 auto;
}

.m-r-4 {
	margin-right: 0 !important;
}

.list-con .gkll {
	margin-top: 25px;
	padding-bottom: 40px;
}

.list-con .gkll li {
	width: 1140px;
	height: 42px;
	line-height: 42px;
	padding-left: 88px;
	box-sizing: border-box;
}

.list-con .gkll li span {
	margin-right: 80px;
	font-size: 18px;
	color: #333333;
}

.list-con .gkll li a {
	margin-right: 60px;
	color: #666666;
	font-size: 14px;
}

.list-con .gkll .gkll1,
.list-con .gkll .gkll3,
.list-con .gkll .gkll5,
.list-con .gkll .gkll7,
.list-con .gkll .gkll9,
.list-con .gkll .gkll11,
.list-con .gkll .gkll13,
.list-con .gkll .gkll15,
.list-con .gkll .gkll17,
.list-con .gkll .gkll19,
.list-con .gkll .gkll21,
.list-con .gkll .gkll23,
.list-con .gkll .gkll25,
.list-con .gkll .gkll27,
.list-con .gkll .gkll29,
.list-con .gkll .gkll31,
.list-con .gkll .gkll33,
.list-con .gkll .gkll35,
.list-con .gkll .gkll37,
.list-con .gkll .gkll39,
.list-con .gkll .gkll41,
.list-con .gkll .gkll43,
.list-con .gkll .gkll45,
.list-con .gkll .gkll47,
.list-con .gkll .gkll49,
.list-con .gkll .gkll51,
.list-con .gkll .gkll53,
.list-con .gkll .gkll55,
.list-con .gkll .gkll57,
.list-con .gkll .gkll59,
.list-con .gkll .gkll61 {
	background: #f5f5f5 url(../images/year-icon_03.png) no-repeat 25px center;
}

.list-con .gkll .gkll2,
.list-con .gkll .gkll4,
.list-con .gkll .gkll6,
.list-con .gkll .gkll8,
.list-con .gkll .gkll10,
.list-con .gkll .gkll12,
.list-con .gkll .gkll14,
.list-con .gkll .gkll16,
.list-con .gkll .gkll18,
.list-con .gkll .gkll20,
.list-con .gkll .gkll22,
.list-con .gkll .gkll24,
.list-con .gkll .gkll26,
.list-con .gkll .gkll28,
.list-con .gkll .gkll30,
.list-con .gkll .gkll32,
.list-con .gkll .gkll34,
.list-con .gkll .gkll36,
.list-con .gkll .gkll38,
.list-con .gkll .gkll40,
.list-con .gkll .gkll42,
.list-con .gkll .gkll44,
.list-con .gkll .gkll46,
.list-con .gkll .gkll48,
.list-con .gkll .gkll50,
.list-con .gkll .gkll52,
.list-con .gkll .gkll54,
.list-con .gkll .gkll56,
.list-con .gkll .gkll58,
.list-con .gkll .gkll60 {
	background: #f7faff url(../images/year-icon_03.png) no-repeat 25px center;
}

.list-con .gkll li:nth-of-type(odd) {
	background: #f5f5f5 url(../images/year-icon_03.png) no-repeat 25px center;
}

.list-con .gkll li:nth-of-type(even) {
	background: #f7faff url(../images/year-icon_03.png) no-repeat 25px center;
}

/* 教师内容页 */

.bjb-con {
	background: #fff;
	margin-top: 30px;
	box-sizing: border-box;
	padding-right: 30px;
	padding-bottom: 30px;
}

.bjb-con .cont-r {
	width: 1140px;
	margin-left: 30px;
}

.bjb-con .cont-r img {
	width: 200px;
	height: 290px;
}

.bjb-con .cont-r ul {
	margin-left: 50px;
}

.bjb-con .cont-r ul li {
	margin-top: 23px;
}

.bjb-con .cont-r ul li,
.bjb-con .cont-r ul li b {
	font-size: 17px;
}

.bjb-con .tp {
	margin-top: 24px;
	@charset "utf-8";

	/* CSS Document */
	body {
		margin: 0;
		padding: 0;
		font-family: 'Times New Roman', Times, serif;
		font-size: 14px;
		min-width: 1200px;
		background: #f5f5f5;
	}

	i, em {
		;
	}

	ul, li, input, p, h1, h2, dd, dl, a {
		margin: 0;
		padding: 0;
	}

	a {
		text-decoration: none;
		color: #454545;
	}

	li a:hover {
		color: #0861c1;
	}

	img, a {
		cursor: pointer;
	}

	img {
		border: none;
		max-width: 100%;
	}

	.clearfix {
		zoom: 1;
	}

	input {
		outline: none;
		border: none;
	}

	.clearfix:after {
		clear: both;
		content: "";
		display: block;
		width: 0;
		height: 0;
		visibility: hidden;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	ul, li {
		list-style: none;
	}

	.clear {
		clear: both;
	}

	.container {
		width: 1200px;
		margin: 0 auto;
	}

	.header {
		background: #1a54a4;
		height: 215px;
		width: 100%;
	}

	.header .logo {
		margin-top: 35px;
	}

	.header-r {
		width: 365px;
		height: 33px;
		margin-top: 65px;
	}

	.header-r .sousuo .text {
		width: 239px;
		border-radius: 3px 0 0 3px;
		height: 33px;
		line-height: 33px;
		padding-left: 14px;
		box-sizing: border-box;
	}

	.header-r .sousuo .search {
		width: 35px;
		height: 33px;
		border-radius: 0 3px 3px 0;
	}

	.header-r .gjss {
		display: block;
		width: 80px;
		height: 33px;
		background: #f68a06;
		border-radius: 3px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 33px;
	}

	.sousuo .text:: -ms-input-placeholder {
		color: #999999;
	}

	.sousuo .text:: -webkit-input-placeholder {
		color: #999999;
	}

	.sousuo .text:: -moz-input-placeholder {
		color: #999999;
	}

	.sousuo .text:: -ms-input-placeholder {
		color: #999999;
	}

	.menu {
		height: 50px;
		position: relative;
		z-index: 10;
		margin-top: 30px;
		border-top: 3px solid #f5f5f5;
	}

	#nav {
		display: block;
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
	}

	#nav .mainlevel {
		float: left;
		height: 50px;
		/* margin-right: 5px; */
		position: relative;
	}

	.menu #nav li.on {
		background: #1b75de;
		height: 49px !important;
	}

	.mainlevel:hover, .mainlevel .cur {
		background: #1b75de;
		height: 49px !important;
	}

	#nav .mainlevel:hover a {
		color: #FFFFFF;
	}

	#nav .mainlevel a {
		color: #fff;
		line-height: 50px;
		display: block;
		font-size: 16px;
		height: 50px;
		/* width: 109px; */
		text-align: center;
		padding: 0 16px;
	}

	#nav li.mainlevel a:hover {
		color: #FFFFFF;
	}

	#nav .mainlevel ul {
		/* display: none; */
		position: absolute;
		z-index: 99;
		margin-top: 0px;
		min-width: 100%;
	}

	#nav .mainlevel li {
		font-size: 14px;
		/* height: 40px; */
		/* line-height: 40px; */
		width: 100%;
	}

	#nav .mainlevel li a {
		display: block;
		height: auto;
		line-height: normal;
		font-size: 14px;
		color: #FFF !important;
		background: #1b75de;
		filter: alpha(opacity=70);
		opacity: .7;
		text-align: center;
		padding: 10px;
	}

	#nav .mainlevel li a:hover {
		color: #FFFFFF !important;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.mid-l {
		width: 400px;
		background: #fff;
		padding-bottom: 20px;
	}

	.mid-r {
		width: 770px;
		background: #fff;
	}

	.mid {
		margin-top: 30px;
	}

	.lm {
		display: block;
		height: 70px;
		padding-top: 25px;
		box-sizing: border-box;
		padding-left: 20px;
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 3px;
	}

	.lm h2 {
		border-bottom: 3px solid #1a54a4;
		font-size: 24px;
		font-weight: normal;
		padding-bottom: 12px;
		display: inline-block;
	}

	.lm .more-icon {
		width: 20px;
		height: 20px;
		display: block;
		background: url(../images/more.png) no-repeat center;
		margin-top: 6px;
		margin-right: 20px;
	}

	.mid-l-n {
		width: 360px;
		margin: 0 auto;
	}

	/*最新公告*/
	.zxgg ul {
		margin-top: 25px;
	}

	.zxgg ul li {
		margin-bottom: 12px;
	}

	.zxgg ul li .date {
		width: 72px;
		height: 26px;
		margin-right: 15px;
	}

	.zxgg ul li .date span {
		display: inline-block;
		width: 36px;
		height: 26px;
		color: #fff;
		line-height: 26px;
		text-align: center;
		font-size: 15px;
	}

	.zxgg ul li .date .yue {
		background: #f68a06;
	}

	.zxgg ul li .date .day {
		background: #1a54a4;
	}

	.zxgg ul li a {
		display: block;
		height: 26px;
		overflow: hidden;
		width: 272px;
		line-height: 26px;
		font-size: 15px;
	}

	/*用户登录*/
	.yhdl ul {
		margin-top: 25px;
	}

	.yhdl ul li {
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.yhdl ul li a {
		width: 170px;
		height: 50px;
		display: block;
		font-size: 15px;
		padding-left: 10px;
		box-sizing: border-box;
		color: #fff;
		/* display: flex; */
		/* align-items: left; */
		/* justify-content: space-around; */
		/* flex-direction: column; */
		text-align: left;
		line-height: 50px;
	}

	.yhdl ul .yhdl1, .yhdl ul .yhdl3 {
		float: left;
	}

	.yhdl ul .yhdl2, .yhdl ul .yhdl4 {
		float: right;
	}

	.yhdl ul .yhdl1 {
		background: #61a2e2;
	}

	.yhdl ul .yhdl2 {
		background: #f4735e;
	}

	.yhdl ul .yhdl3 {
		background: #57c6bf;
	}

	.yhdl ul .yhdl3 a {
		;
	}

	.yhdl ul .yhdl4 {
		background: #af99e4;
	}

	/*在线期刊*/
	.zxqk ul {
		margin-top: 25px;
	}

	.zxqk ul li {
		margin-bottom: 20px;
		line-height: 50px;
	}

	.zxqk ul .zxqk1, .zxqk ul .zxqk3, .zxqk ul .zxqk5 {
		float: left;
	}

	.zxqk ul .zxqk2, .zxqk ul .zxqk4 {
		float: right;
	}

	.zxqk ul a {
		width: 170px;
		height: 50px;
		display: block;
		background: #eff5fd url(../images/zxqk-li.png) no-repeat 137px center;
		padding-left: 19px;
		box-sizing: border-box;
		font-size: 15px;
		border-radius: 7px;
	}

	/*下载中心*/
	.zxqk .lm, .xzzx .lm {
		margin-top: -10px;
	}

	.xzzx ul {
		margin-top: 15px;
	}

	.xzzx ul li {
		border-bottom: 1px dashed #e6e6e6;
		line-height: 35px;
		line-height: 35px;
		background: url(../images/xzzx-li-bg.png) no-repeat left center;
		padding-left: 20px;
	}

	.xzzx ul li a {
		font-size: 15px;
	}

	/* 友情链接 */
	.yqlj ul {
		margin-top: 25px;
	}

	.yqlj ul li {
		margin-bottom: 20px;
	}

	.yqlj ul li a {
		width: 170px;
		height: 30px;
		display: block;
		border-radius: 7px;
		border: 1px solid #e6e6e6;
		background: url(../images/xzzx-li-bg.png) no-repeat 150px center;
		line-height: 28px;
		font-size: 15px;
		box-sizing: border-box;
		padding-left: 13px;
	}

	.yqlj ul .yqlj1, .yqlj ul .yqlj3, .yqlj ul .yqlj5, .yqlj ul .yqlj7, .yqlj ul .yqlj9 {
		float: left;
	}

	.yqlj ul .yqlj2, .yqlj ul .yqlj4, .yqlj ul .yqlj6, .yqlj ul .yqlj8, .yqlj ul .yqlj10 {
		float: right;
	}

	.xbjj {
		padding: 28px 22px 10px 20px;
	}

	.xbjj-nr {
		margin-left: 30px;
		width: 340px;
	}

	.xbjj-pic {
		width: 185px;
		height: 250px;
	}

	.xbjj div {
		font-size: 15px;
		line-height: 220%;
	}

	.xbjj .xbjj-nr b {
		font-size: 16px;
	}

	.xbjj .xbjj-nr .kh {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.xbjj .xbjj-nr .kh p {
		display: inline-block;
		line-height: 22px;
	}

	.xbjj .xbjj-nr .kh b {
		display: inline-block;
		margin-top: 10px;
		width: 85px;
	}

	.xbjj .xbjj-nr .kh span {
		display: block;
	}

	.xbjj .xbjj-nr .kh .gjbzkh {
		border-bottom: 1px solid #999999;
	}

	.xbjj .ewm {
		margin-top: 50px;
		width: 150px;
		height: 150px;
	}

	.mid-r-m {
		padding: 0px 29px 10px 29px;
	}

	.dqml1 ul li {
		border-bottom: 1px solid #e6e6e6;
		margin-top: 25px;
	}

	.dqml1 ul li>a {
		background: url(../images/dqml-li.jpg) no-repeat left center;
		font-size: 15px;
		color: #1a54a4;
	}

	.dqml1 ul li .zuozhe {
		margin: 13px 0 8px 0;
		font-size: 13px;
	}

	.dqml1 ul li>a, .dqml1 ul li .zuozhe, .dqml1 ul li .zy-t, .dqml1 ul li .lj {
		padding-left: 18px;
	}

	.dqml1 ul li .zy-t {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.dqml1 ul li .lj {
		padding-bottom: 28px;
		height: 20px;
	}

	.dqml1 ul li .lj a {
		padding-left: 24px;
		line-height: 25px;
		font-size: 13px;
		display: inline-block;
	}

	.dqml1 ul li .lj .zy-icon {
		background: url(../images/zy.png) no-repeat left center;
		padding-left: 24px;
	}

	.dqml1 ul li .lj .zy-icon {
		background: url(../images/zy.png) no-repeat left center;
		padding-left: 24px;
	}

	.dqml1 ul li .lj .html {
		background: url(../images/html.png) no-repeat left center;
		/* padding-left: 24px; */
		/* margin-left: 30px; */
	}

	.dqml1 ul li .lj .pdf {
		background: url(../images/pdf.png) no-repeat left center;
		padding-left: 24px;
		margin-left: 30px;
	}

	.dqml1 ul li .lj .liull {
		background: url(../images/liulanl.png) no-repeat left center;
		padding-left: 24px;
		margin-left: 30px;
	}

	.dqml1 .dqml-last {
		border-bottom: none;
	}

	.footer p {
		text-align: center;
		font-size: 14px;
		line-height: 26px;
		color: #fff;
		padding-top: 25px;
	}

	.footer {
		width: 100%;
		height: 130px;
		background: #1a54a4;
		margin-top: 53px;
	}

	/*列表页*/
	.list-lm {
		display: block;
		height: 70px;
		padding-top: 25px;
		box-sizing: border-box;
		padding-left: 30px;
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 3px;
		margin-right: 30px;
	}

	.list-lm h2 {
		border-bottom: 3px solid #1a54a4;
		font-size: 24px;
		padding-bottom: 12px;
		display: inline-block;
		font-weight: bold;
		color: #1a54a4;
	}

	.list-con {
		background: #fff;
		margin-top: 30px;
		box-sizing: border-box;
		min-height: 470px;
	}

	.list-con ul {
		padding: 0px 29px 10px 29px;
	}

	.list-con .dqml ul li {
		border-bottom: 1px dashed #e6e6e6;
		margin-top: 25px;
	}

	.list-con .dqml ul li>a {
		background: url(../images/dqml-li.jpg) no-repeat left center;
		font-size: 14px;
		color: #666666;
	}

	.list-con .dqml ul li .zuozhe {
		margin: 13px 0 8px 0;
		font-size: 13px;
	}

	.list-con .dqml ul li>a, .list-con .dqml ul li .zuozhe, .list-con .dqml ul li .zy-t, .list-con .dqml ul li .lj {
		padding-left: 18px;
	}

	.list-con .dqml ul li .zy-t {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.list-con .dqml ul li .lj {
		padding-bottom: 28px;
		height: 20px;
	}

	.list-con .dqml ul li .lj a {
		padding-left: 24px;
		line-height: 25px;
		font-size: 13px;
		display: inline-block;
	}

	.list-con .dqml ul li .lj .zy-icon {
		background: url(../images/zy.png) no-repeat left center;
		padding-left: 24px;
	}

	.list-con .dqml ul li .lj .zy-icon {
		background: url(../images/zy.png) no-repeat left center;
		padding-left: 24px;
	}

	.list-con .dqml ul li .lj .html {
		background: url(../images/html.png) no-repeat left center;
		padding-left: 24px;
		/* margin-left: 30px; */
	}

	.list-con .dqml ul li .lj .pdf {
		background: url(../images/pdf.png) no-repeat left center;
		padding-left: 24px;
		margin-left: 30px;
	}

	.list-con .dqml ul li .lj .liull {
		background: url(../images/liulanl.png) no-repeat left center;
		padding-left: 24px;
		margin-left: 30px;
	}

	.list-con .dqml .dqml-last {
		border-bottom: none;
	}

	.location {
		color: #888888;
		font-weight: normal;
		font-size: 14px;
		margin-top: 10px;
	}

	.location img {
		display: inline-block;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		float: left;
		margin-top: 2px;
		margin-right: 5px;
	}

	.location a {
		color: #888888;
		padding: 0 5px;
		font-size: 14px;
		font-weight: normal;
	}

	.bjb-list-con {
		background: #fff;
		margin-top: 30px;
		box-sizing: border-box;
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.bjb-list-con .zb {
		margin-top: 22px !important;
	}

	.bjb-list-con .zb .zb-lm {
		background: #f6f6f6 url(../images/bjb-lm-bg_03.jpg) no-repeat left center;
		height: 32px;
		width: 1140px;
		margin-left: 30px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.bjb-list-con .zb .zb-lm span {
		background: #1a54a4;
		width: auto;
		height: 32px;
		font-size: 18px;
		text-align: center;
		display: inline-block;
		line-height: 32px;
		color: #fff;
		font-weight: normal;
		padding: 0 10px;
	}

	.bjb-list-con .zb ul {
		padding: 0px 0 10px 29px;
	}

	.bjb-list-con .zb ul li {
		width: 264px;
		height: 214px;
		background: #f9fcff;
		border: 1px solid #e6e6e6;
		margin-top: 20px;
		float: left;
		box-sizing: border-box;
		margin-right: 28px;
	}

	.bjb-list-con .zb ul li h2 {
		font-size: 15px;
		text-align: center;
		padding: 32px 0 25px 0;
		font-weight: normal;
		font-family: Times New Roman;
	}

	.bjb-list-con .zb ul li p {
		color: #666;
		font-size: 13px;
		padding: 0 20px 16px 20px;
		line-height: 190%;
		height: 70px;
		font-family: Times New Roman;
	}

	.bjb-list-con .zb ul li span {
		display: block;
		width: 118px;
		height: 26px;
		box-sizing: border-box;
		border: 1px solid #488fdf;
		color: #488fdf;
		font-size: 13px;
		line-height: 26px;
		padding-left: 10px;
		background: url(../images/ckxq_07.png) no-repeat 86px center;
		font-family: Times New Roman;
		margin: 0 auto;
	}

	/*编辑*/
	.bjb-list-con .bj {
		margin-top: 37px;
	}

	.bjb-list-con .bj .bj-lm {
		background: #f6f6f6 url(../images/bjb-lm-bg_03.jpg) no-repeat left center;
		height: 32px;
		width: 1140px;
		margin-left: 30px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.bjb-list-con .bj .bj-lm span {
		background: #1a54a4;
		width: 91px;
		height: 32px;
		font-size: 18px;
		text-align: center;
		display: block;
		line-height: 32px;
		color: #fff;
		font-weight: normal;
	}

	.bjb-list-con .bj ul {
		padding: 0px 0 10px 29px;
	}

	.bjb-list-con .bj ul li {
		width: 264px;
		height: 214px;
		background: #f9fcff;
		border: 1px solid #e6e6e6;
		margin-top: 20px;
		float: left;
		margin-right: 28px;
		box-sizing: border-box;
	}

	.bjb-list-con .bj ul li h2 {
		font-size: 15px;
		text-align: center;
		padding: 32px 0 25px 0;
		font-weight: normal;
		font-family: Times New Roman;
	}

	.bjb-list-con .bj ul li p {
		color: #666;
		font-size: 13px;
		padding: 0 20px 16px 20px;
		line-height: 190%;
		height: 70px;
		font-family: Times New Roman;
	}

	.bjb-list-con .bj ul li span {
		display: block;
		width: 118px;
		height: 26px;
		box-sizing: border-box;
		border: 1px solid #488fdf;
		color: #488fdf;
		font-size: 13px;
		line-height: 26px;
		padding-left: 10px;
		background: url(../images/ckxq_07.png) no-repeat 86px center;
		margin: 0 auto;
		font-family: Times New Roman;
	}

	.m-r-4 {
		margin-right: 0 !important;
	}

	.list-con .gkll {
		margin-top: 25px;
		padding-bottom: 40px;
	}

	.list-con .gkll li {
		width: 1140px;
		height: 42px;
		line-height: 42px;
		padding-left: 88px;
		box-sizing: border-box;
	}

	.list-con .gkll li span {
		margin-right: 80px;
		font-size: 16px;
		color: #333333;
	}

	.list-con .gkll li a {
		margin-right: 60px;
		color: #666666;
		font-size: 14px;
	}

	.list-con .gkll .gkll1, .list-con .gkll .gkll3, .list-con .gkll .gkll5, .list-con .gkll .gkll7, .list-con .gkll .gkll9, .list-con .gkll .gkll11, .list-con .gkll .gkll13, .list-con .gkll .gkll15, .list-con .gkll .gkll17, .list-con .gkll .gkll19, .list-con .gkll .gkll21, .list-con .gkll .gkll23, .list-con .gkll .gkll25, .list-con .gkll .gkll27, .list-con .gkll .gkll29, .list-con .gkll .gkll31, .list-con .gkll .gkll33, .list-con .gkll .gkll35, .list-con .gkll .gkll37, .list-con .gkll .gkll39, .list-con .gkll .gkll41, .list-con .gkll .gkll43, .list-con .gkll .gkll45, .list-con .gkll .gkll47, .list-con .gkll .gkll49, .list-con .gkll .gkll51, .list-con .gkll .gkll53, .list-con .gkll .gkll55, .list-con .gkll .gkll57, .list-con .gkll .gkll59, .list-con .gkll .gkll61 {
		background: #f5f5f5 url(../images/year-icon_03.png) no-repeat 25px center;
	}

	.list-con .gkll .gkll2, .list-con .gkll .gkll4, .list-con .gkll .gkll6, .list-con .gkll .gkll8, .list-con .gkll .gkll10, .list-con .gkll .gkll12, .list-con .gkll .gkll14, .list-con .gkll .gkll16, .list-con .gkll .gkll18, .list-con .gkll .gkll20, .list-con .gkll .gkll22, .list-con .gkll .gkll24, .list-con .gkll .gkll26, .list-con .gkll .gkll28, .list-con .gkll .gkll30, .list-con .gkll .gkll32, .list-con .gkll .gkll34, .list-con .gkll .gkll36, .list-con .gkll .gkll38, .list-con .gkll .gkll40, .list-con .gkll .gkll42, .list-con .gkll .gkll44, .list-con .gkll .gkll46, .list-con .gkll .gkll48, .list-con .gkll .gkll50, .list-con .gkll .gkll52, .list-con .gkll .gkll54, .list-con .gkll .gkll56, .list-con .gkll .gkll58, .list-con .gkll .gkll60 {
		background: #f7faff url(../images/year-icon_03.png) no-repeat 25px center;
	}

	/* 教师内容页 */
	.bjb-con {
		background: #fff;
		margin-top: 30px;
		box-sizing: border-box;
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.bjb-con .cont-r {
		width: 1140px;
		margin-left: 30px;
	}

	.bjb-con .cont-r img {
		width: 200px;
		height: 290px;
	}

	.bjb-con .cont-r ul {
		margin-left: 50px;
	}

	.bjb-con .cont-r ul li {
		margin-top: 25px;
	}

	.bjb-con .cont-r ul li, .bjb-con .cont-r ul li b {
		font-size: 15px;
	}

	.bjb-con .tp {
		margin-top: 24px;
	}

	.bjb-con .list-lm {
		margin-right: 0;
	}

	.bjb-con .bjgz {
		margin-top: 30px;
	}

	.bjb-con .bjgz .bjgz-lm {
		background: #f6f6f6 url(../images/bjb-lm-bg_03.jpg) no-repeat left center;
		height: 32px;
		width: 1140px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.bjb-con .bjgz .bjgz-lm span {
		background: #1a54a4;
		width: 190px;
		height: 32px;
		font-size: 18px;
		padding-left: 20px;
		display: block;
		line-height: 32px;
		color: #fff;
		font-weight: normal;
	}

	.bjb-con .bjgz .nr {
		margin: 20px 0 20px 10px;
	}

	.bjb-con .bjgz .nr p {
		font-size: 15px !important;
		line-height: 210% !important;
	}

	.bjb-con .bjgz .nr span {
		font-size: 15px !important;
		line-height: 210% !important;
		font-family: 'Times New Roman', Times, serif;
	}

	.page-con {
		padding: 20px;
	}

	.page-con .page-title {
		border-bottom: 1px dashed #d3d3d3;
		padding-bottom: 20px;
		text-align: center;
	}

	.page-con .page-title h1 {
		font-size: 20px;
		font-weight: bold;
		color: #444444;
		line-height: 45px;
	}

	.page-con .page-title h2 {
		font-size: 16px;
		color: #333333;
		font-weight: normal;
		line-height: 35px;
	}

	.page-con .page-title .date {
		font-size: 15px;
		color: #999999;
		line-height: 35px;
	}

	.page-con .page-title .date span {
		padding: 0 10px;
	}

	.page-con .article {
		padding: 20px 0;
		line-height: 200%;
		font-size: 15px;
	}

	.page-con .article p {
		text-indent: 2em;
		margin: 10px 0;
		color: #555555;
	}

	.page-con .article p img {
		max-width: 100%;
		margin: 10px;
	}

	.page-con .article p table td {
		text-indent: 0;
	}

	font-family: 'Times New Roman', Times, serif;
	font-family: 'Times New Roman', Times, serif;
}

.bjb-con .list-lm {
	margin-right: 0;
}


.bjb-con .bjgz {
	margin-top: 30px;
}

.bjb-con .bjgz .bjgz-lm {
	background: #f6f6f6 url(../images/bjb-lm-bg_03.jpg) no-repeat left center;
	height: 35px;
	width: 1140px;
	padding-left: 10px;
	box-sizing: border-box;
}

.bjb-con .bjgz .bjgz-lm span {
	background: #1a54a4;
	width: 190px;
	height: 35px;
	font-size: 21px;
	padding-left: 20px;
	display: block;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}

.bjb-con .bjgz .nr {
	margin: 20px 0 20px 10px;
	font-family: 'Times New Roman', Times, serif;
}

.bjb-con .bjgz .nr p {
	font-size: 17px !important;
	line-height: 210% !important;
}

.bjb-con .bjgz .nr span {
	font-size: 17px !important;
	line-height: 210% !important;
}

.page-con {
	padding: 20px;
}

.page-con .page-title {
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 20px;
	text-align: center;
}

.page-con .page-title h1 {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	line-height: 45px;
}

.page-con .page-title h2 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 35px;
}

.page-con .page-title .date {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
}

.page-con .page-title .date span {
	padding: 0 10px;
}

.page-con .article {
	padding: 20px 0;
	line-height: 200%;
	font-size: 15px;
}

.page-con .article p {
	text-indent: 2em;
	margin: 10px 0;
	color: #555555;
}

.page-con .article p img {
	max-width: 100%;
	margin: 10px;
}

.page-con .article p table td {
	text-indent: 0;
}

.dir_tit_left {
	font-size: 20px;
	color: #1A54A4;
	padding: 0 0 0 12px;
	font-weight: bold;
	position: relative;
	float: left;
}

.dir_tit_left::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	background: #F68A06;
	left: 0px;
	top: calc(50% - 10px);
}

.dir_tit_right {
	float: right;
	margin: 14px 0 0 0;
	height: 40px;
}

.dir_tit_right img {
	height: 36px;
}

.dir_tit_right a {
	display: inline-block;
	margin: 0 0 0 7px;
}

.dir_dl_con a {
	font-size: 16px;
	color: #333;
	display: block;
	margin: 0 100px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
}


.dir_con {
	font-size: 14px;
	color: #5C6D91;
	line-height: 22px;
}

.dir_author {
	margin: 7px 100px 7px 0;
	/* height: 22px; */
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

.dir_dl h3 {
	padding: 0 0 0 12px;
	position: relative;
	font-size: 20px;
	color: #1A54A4;
	margin: 0px 0 20px 29px;
}

.dir_dl h3::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	background: #F68A06;
	left: 0px;
	top: calc(50% - 10px);
}

.list-con .dqml .dir_dl li {
	padding: 15px 0;
	margin: 0px;
	position: relative;
}

.list-con .dqml .dir_dl li:first-child {
	padding-top: 0px
}

.list-con .dqml .dir_dl li:last-child {
	/* border: 0px; */
}

.list-con .dqml .dir_dl li:last-child .dir_position {
	top: 30px;
}

.dir_position {
	width: auto;
	position: absolute;
	right: 0px;
	top: 0px;
}

.directory_title {
	height: 67px;
	line-height: 67px;
	background: #F3EFE9;
	margin: 20px 0 0 0;
	padding: 0 30px 0 29px;
}

.dir_tit_left {
	font-size: 20px;
	color: #1A54A4;
	padding: 0 0 0 12px;
	font-weight: bold;
	position: relative;
	float: left;
}

.dir_tit_left::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	background: #F68A06;
	left: 0px;
	top: calc(50% - 10px);
}

.dir_tit_right {
	float: right;
	margin: 14px 0 0 0;
	height: 40px;
}

.dir_tit_right img {
	height: 36px;
}

.dir_tit_right a {
	display: inline-block;
	margin: 0 0 0 7px;
}

.dir_position a {
	margin: 0 0 0 7px;
}

.dir_position img {

	height: 36px;
}

.dir_dl dd.white {
	background: #fff;
}

.dir_dl dd.gray {
	background: #F6F7FF;
}

.dir_dl dd {
	padding: 20px 0 0 0;
}