@charset "utf-8";

/* CSS Document */
html {
	background: #FFF;
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	/* 14÷10=1.4 */
	color: #333;
	font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

img,
object {
	max-width: 100%;
	/*height:auto;*/
	width: auto\9;
	/* for ie8 */
	-ms-interpolation-mode: bicubic;
}

a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #003b90;
	text-decoration: none;
}

input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400;
}

ul,
ol,
li {
	list-style: none outside none;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
select {
	font-weight: inherit;
}

input,
select,
textarea,
button {
	vertical-align: middle
}

.clearFix {
	*zoom: 1;
	clear: both;
}

.clearFix:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	width: 100%;
	overflow: hidden;
}

.imgResponsive {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	display: block;
}

.imgResponsive img {
	width: 100%;
}

/*头部样式*/
.bjtu-header {
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 990;
}

.black_bg01,
.mobile_bg02 {
	position: fixed;
	background-color: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	display: none;
	filter: alpha(opacity=70);
	z-index: 90;
}

.bjtu-top {
	background: #D52000 url(../gc_pic/logo_bg.png) no-repeat top right;
	background-position: 80%;
}

.bjtu-top>div {
	width: 1200px;
	margin: 0 auto;
}

.bjtu-logo {
	width: auto;
	float: left;
	padding: 12px 0 13px;
	transition: margin 0.3s ease-in-out;
	position: relative;
	z-index: 200;
}

.bjtu-logo a {}

.bjtu-topNav {
	float: right;
	padding-top: 10px;
	padding-right: 40px;
}

.bjtu-topNav a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #004d92;
	height: 25px;
	border-radius: 15px;
	line-height: 23px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 4px;
	transition: all 0.3s ease-in-out;
}

.bjtu-topNav .bjtu-serBtn {
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #f6ad3c;
	line-height: 32px;
	color: #fff;
	font-size: 18px;
	padding: 0;
	font-weight: normal;
	margin-right: 0;
	border-radius: 5px;
}

.bjtu-topNav a.a1 {
	color: #f6ad3c;
}

.bjtu-topNav a.a2 {
	color: #51c200;
}

.bjtu-topNav a.a3 {
	color: #00ccbe;
}

.bjtu-topNav a.a4 {
	color: #fe5635;
}

.bjtu-topNav a.a1:hover {
	color: #fff;
	background-color: #f6ad3c
}

.bjtu-topNav a.a2:hover {
	color: #fff;
	background-color: #51c200
}

.bjtu-topNav a.a3:hover {
	color: #fff;
	background-color: #00ccbe
}

.bjtu-topNav a.a4:hover {
	color: #fff;
	background-color: #fe5635;
}

.bjtu-topNav a.a5 {
	background: none;
	font-weight: normal;
	color: #fff;
	margin: 0 30px;
}

.bjtu-nav {
	height: 46px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.bjtu-nav:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color:#BF1C00;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.bjtu-nav>ul {
	width: 1200px;
	margin: 0 auto;
	height: 46px;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.bjtu-nav li {
	width: 11.1%;
	float: left;
	text-align: center;
	position: relative;
}

.bjtu-nav li>a {
	color: #fff;
	line-height: 46px;
	display: block;
	height: 46px;
	font-size: 16px;
	font-weight: bold;
}

.bjtu-nav ul li.on>a,
.bjtu-nav ul li:hover>a {
	color: #C60001;
	position: relative;
	z-index: 3
}

.bjtu-nav ul li:before,
.bjtu-nav ul li:after {
	content: '';
	width: 0;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.3s ease;
}

.bjtu-nav ul li:before {
	height: 4px;
	background-color: #eea200;
	z-index: 1
}

.bjtu-nav ul li:after {
	height: 46px;
	background-color: #cce1fa;
	z-index: 0;
	width: 0
}

.bjtu-nav ul li.on:before,
.bjtu-nav ul li.on:after {
	left: 0;
	width: 100%;
}

.bjtu-nav ul li.on .bjtu-subNav {
	display: block;
}

.bjtu-subNav {
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	display: none;
	width: 150%;
	font-size: 14px;
	*background: url(../../images/img2019/subNav_bg.png) repeat;
}

.sub_nav {
	display: none;
	width: 100%;
	position: absolute;
	left: 100%;
	bottom: 0px;
	background: #d6e7fb;
	transition: 0.5s;
	transform: rotateX(360deg);
}

.ph_sub_nav {
	display: none;
	margin: 0 0 0 10px;
}

.mobile_subNav dd.current .ph_sub_nav {
	display: block;
}

.bjtu-subNav dd.current .sub_nav {
	display: block;
}

.bjtu-subNav:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #cce1fa;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.bjtu-subNav dd {
	position: relative;
	z-index: 3;
	text-align: left;
}

.bjtu-subNav dd>i {
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.bjtu-subNav dd>i:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #005bac;
	left: 0px;
	top: 15px;
}

.bjtu-subNav dd>i:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #005bac;
	left: 0px;
	top: 15px;
	transform: rotate(90deg)
}

.bjtu-subNav dd:hover>i:after {
	display: none;
}

.bjtu-subNav a {
	color: #4c4c4c;
	padding: 5px 15px;
	display: block;
	line-height: 23px;
}

.bjtu-subNav a:hover {
	background-color: #669ccc;
	color: #fff;
}

.bjtu-header.currents {
	height: 60px;
	line-height: 60px;
	background: #C4422A;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.bjtu-header.currents .bjtu-topNav,
.bjtu-header.currents .bjtu-nav::before {
	display: none;
}

.bjtu-header.currents .bjtu-top {
	width: auto;
}

.bjtu-header.currents .bjtu-logo {
	width: 160px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	padding-top: 8px;
}

.bjtu-header.currents .bjtu-nav {
	height: 60px;
	line-height: 60px;
	width: 1200px;
	margin: 0 auto;
}

.bjtu-header.currents .bjtu-nav>ul {
	margin-left: 0px;
	width: auto;
	height: 60px;
}

.bjtu-header.currents .bjtu-nav li {
	background: none;
	height: 60px;
}

.bjtu-header.currents .bjtu-nav li>a,
.bjtu-header.currents .bjtu-nav ul li::after {
	height: 60px;
	line-height: 60px;
}

.bjtu-header.currents .bjtu-subNav {
	top: 60px;
}

.bjtu-subNav2 {
	left: -50%;
}

.bjtu-headerr.currents .nav ul li>a {}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
	display: block;
}


@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		transform: scaleX(0);
	}


	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
		transform: scaleX(1);
	}
}

#ser {
	width: 0;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-radius: 15px;
	vertical-align: middle;
	transition: all 0.35s ease-in-out
}

#ser.open {
	width: 200px;
	border: 1px solid #fff;
	background: none;
}

.bjtu-ser {
	width: 100%;
	height: 28px;
	line-height: 28px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.search input {
	position: absolute;
	height: 28px;
	line-height: 28px;
	color: #262626;
	border: none;
	background: none;
	top: 0px;
	padding-left: 0px;
}

.search input.notxt {
	color: #a4a4a4;
	padding: 0 0 0 7px;
	width: 82%;
}

.search input.notxt1 {
	position: absolute;
	width: 15%;
	height: 28px;
	right: 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding-right: 0;
	color: #fff;
	border: none;
	background: url(../../images/img2019/search.svg) no-repeat center;
	background-size: 16px auto
}

.header.current .mobile,
.header.current .logo {
	display: none;
}

.goTop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 9999999;
	color: #fff;
	text-align: center;
	font-size: 26px;
	transition: none;
	background-color: #C60001;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: none;
}

.goTop:hover {
	color: #fff;
	background-color: #e46856;
}

/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	height: 42px;
	display: none;
	top: 60px;
	right: 0;
	z-index: 99
}

.mobile-inner-header {
	width: 100%;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: #fff;
}

/*.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
*/
.mobile-inner-header-icon-click {
	right: 10%;
}

.mobileLink {
	display: block;
	padding: 10px 0;
}

.mobileLink dd {
	line-height: 20px;
	text-align: center;
	font-size: 1.2rem;
	padding: 0 35px;
}

.mobileLink dd a {
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	width: auto;
	position: relative;
	line-height: 24px;
	font-size: 12px;
}

.mobileLink dd a:first-child {}

.mobileLink a:before {
	opacity: 0.2;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	text-align: left;
	float: right;
	width: 50px;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
}

.mobileLink a:last-child:before {
	display: none;
}

.mobile-inner-header-icon-out span {
	width: 22px;
	height: 2px;
	background-color: #fff;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}



@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	width: 100%;
	position: absolute;
	top: -60px;
	left: 0px;
	padding-top: 120px;
	padding-bottom: 25px;
	display: none;
}

.mobile_bg02 {
	background: #00a2e6;
	background: -webkit-linear-gradient(left, #005bac, #1e7fd6);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #005bac, #1e7fd6);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #005bac, #1e7fd6);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #005bac, #1e7fd6);
	/* 标准的语法 */
	;
	opacity: 1;
	top: 0
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1.6rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	color: #fff;
}

.mobile-inner-nav li a:before,
.mobile_search:before {
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}

.mobile-inner-nav ul {
	margin: 0 auto;
	width: 80%;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 15px;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 2.5rem;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li strong.on {
	transform: rotate(90deg);
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

.mobile-inner-nav dd span.on {
	transform: rotate(45deg);
	position: absolute;
	color: #fff;
	font-size: 25px;
	width: 30px;
	height: 35px;
	text-align: center;
	right: 0px;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile_subNav {
	display: none;
	padding-left: 10px;
	opacity: 0.8
}

.mobile-inner-nav li dd {
	position: relative;
}

.mobile-inner-nav li span {
	position: absolute;
	color: #fff;
	font-size: 25px;
	width: 30px;
	height: 35px;
	text-align: center;
	right: 0px;
	cursor: pointer;
}

.mobile-inner-nav li dd a {
	font-size: 1.4rem;
	opacity: 0.6;
	height: 35px;
	line-height: 35px;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px auto 0;
	border-radius: 30px;
	overflow: hidden;
	width: 80%;
}

.mobile_search input.notxt {
	width: 90%;
	color: #fff;
	margin-left: 55px;
	border: none;
}

.mobile_search input.notxt1 {
	width: 55px;
	background-color: #fff;
	right: auto;
	left: 0;
	background: url(../../images/img2019/searchBtn.svg) no-repeat center center;
	border: none;
}

/*footer*/
.bjtu-wrapFooter {
	background: url(../../images/img2019/footer_bg.jpg) no-repeat top center #065eb1;
}

.bjtu-footer {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
}

.bjtu-footerLf {
	width: 29%;
	float: left;
	line-height: 36px;
	color: #fff;
}

.bjtu-footerLf span {
	display: block;
}

.bjtu-footerRt {
	width: 22%;
	float: right;
	color: #fff;
	line-height: 30px;
	padding-top: 20px;
}

.bjtu-footerLogo {
	height: 0;
	position: relative;
	margin: 0 auto;
	width: 314px;
}

.bjtu-footerLogo img {}


@media screen and (max-width:1386px) {

	.bjtu-top>div,
	.bjtu-nav>ul,
	.bjtu-footer,
	.bjtu-header.currents .bjtu-nav {
		width: 1000px;
	}

	.bjtu-footerLf {
		line-height: 1.5;
	}

	.bjtu-footerLf span {
		padding-bottom: 10px;
	}

	.bjtu-header.currents .bjtu-logo {
		margin-left: -500px;
	}

}

@media screen and (max-width:1020px) {

	.bjtu-top>div,
	.bjtu-nav>ul {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.bjtu-wrapFooter {
		background-size: cover;
	}

	.bjtu-footer {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:992px) {

	.bjtu-nav,
	.bjtu-topNav {
		display: none;
	}

	.mobile {
		display: block;
		top: 26px;
	}

	.bjtu-logo {
		width: 200px;
	}

	.bjtu-header {
		position: static;
	}

	.bjtu-footerLogo {
		width: 220px;
	}

	.bjtu-footerRt {
		padding-top: 0;
		line-height: 1.5;
	}



}

@media screen and (max-width:767px) {
	.bjtu-footer {
		width: auto;
		padding: 25px 15px;
	}

	.bjtu-footerLogo {
		height: auto;
		padding-bottom: 10px;
	}

	.bjtu-footerLf,
	.bjtu-footerRt {
		width: 100%;
		text-align: center;
	}

	.bjtu-footerLf span {
		display: inline-block;
	}

	.bjtu-footer {
		font-size: 12px;
	}
}

@media screen and (max-width:480px) {
	.mobile-inner-header-icon-click {
		right: 0
	}

	.mobile-inner-nav ul,
	.mobile_search {
		width: 100%;
	}

	.mobile-inner-nav a {
		font-size: 1.5rem;
	}

	.mobile-inner-nav {
		padding-top: 90px;
	}

	.bjtu-logo {
		width: 100px;
	}

	.mobile {
		top: 12px;
	}
}



/*内容样式*/

.mainpdbox{/*width:998px;*/margin:0px auto;}
.mainpdbox .left{width:890px;float:left;}
.mainpdbox .left .left01 .floatl{width:294px;float:left;padding:2px; height:266px;overflow:hidden;}
.mainpdbox .left .left01 .floatr{width:373px;float:right;height:270px;overflow:hidden;}
.mainpdbox .left .left01 .floatr .news{padding:7px 20px 8px 20px;border-bottom:#ccc 1px dotted;}
.mainpdbox .left .left01 .floatr .news ul{}
.mainpdbox .left .left01 .floatr .news h2{text-align:center;}
.mainpdbox .left .left01 .floatr .news h2 a{ font-size:16px;  font-weight:bold; color:#c00; }
.mainpdbox .left .left01 .floatr .news h2 a:hover{color:#4E8ED6; text-decoration:none;}
.mainpdbox .left .left01 .floatr .news p{ line-height:23px;  color:#999}
.mainpdbox .left .left01 .floatr .news p span a{ color:green;}
.mainpdbox .left .left01 .floatr .news p span a:hover{ color:#3D81C0; text-decoration:none;}

.mainpdbox .left .left01 .floatr .newstop6 ul{ padding:5px 8px 8px 8px;}
.mainpdbox .left .left01 .floatr .newstop6 li{ height:25px; line-height:25px; background:url(artarrow.gif) no-repeat 0px 9px; padding-left:8px; overflow:hidden}
.mainpdbox .left .left01 .floatr .newstop6 li a{color:#333;}
.mainpdbox .left .left01 .floatr .newstop6 strong{ font-weight:normal;}
.mainpdbox .left .left01 .floatr .newstop6 span a{color:green;}
.mainpdbox .left .left01 .floatr .newstop6 a:hover{ color:#4E8ED6; text-decoration:none;}

.mainpdbox .left .left02 .coll{width:333px;float:right;height:265px;overflow:hidden;margin-bottom:10px;border:1px solid #CBCBCB; padding-bottom:10px; }
.mainpdbox .left .left02 .colr{width:333px;float:left;height:265px;overflow:hidden;margin-bottom:10px; border:1px solid #CBCBCB; padding-bottom:10px;}
.mainpdbox .left .left02 .coll .t,.mainpdbox .left .left02 .colr .t{ width:333px; height:30px; line-height:30px;font-weight:bold; border-top:2px solid #005bb4; border-bottom:1px solid #C3C3C3; background:#fff; }
.mainpdbox .left .left02 .coll .t h3,.mainpdbox .left .left02 .colr .t h3{height:25px; width:50px; font-size:16px; padding-left:5px; color:#293036; font-weight:normal; padding-left:10px }
.mainpdbox .left .left02 .coll .t span,.mainpdbox .left .left02 .colr .t span{right:10px;top:0px; float:right; padding-right:10px }
.mainpdbox .left .left02 .coll .t span a,.mainpdbox .left .left02 .colr .t span a{font-size:12px;font-weight:normal;color:#069;}
.mainpdbox .left .left02 .coll ul,.mainpdbox .left .left02 .colr ul{padding:8px;}
.mainpdbox .left .left02 .coll .imgArea,.mainpdbox .left .left02 .colr .imgArea{height:85px; overflow:hidden;}
.mainpdbox .left .left02 .coll .imgArea .imgLAreapic,.mainpdbox .left .left02 .colr .imgArea .imgLAreapic{width:120px; float:left;}
.mainpdbox .left .left02 .coll .imgArea .imgLAreapic img,.mainpdbox .left .left02 .colr .imgArea .imgLAreapic img{ width:100%; height:74px;padding:2px; border:#D4D4D4 1px solid;}
.mainpdbox .left .left02 .coll .imgArea .imgT,.mainpdbox .left .left02 .colr .imgArea .imgT{width:180px; float:right;}
.mainpdbox .left .left02 .coll .imgArea .imgT h3,.mainpdbox .left .left02 .colr .imgArea .imgT h3{width:180px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; text-align:center }
.mainpdbox .left .left02 .coll .imgArea .imgT h3 a,.mainpdbox .left .left02 .colr .imgArea .imgT h3 a{width:180px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; color:#3D81C0; }
.mainpdbox .left .left02 .coll .imgArea .imgT h3 a:hover,.mainpdbox .left .left02 .colr .imgArea .imgT h3 a:hover{ color:#4E8ED6}
.mainpdbox .left .left02 .coll .imgArea .imgT span,.mainpdbox .left .left02 .colr .imgArea .imgT span{ color:#999;}

.mainpdbox .left .left02 .coll li,.mainpdbox .left .left02 .colr li{height:25px;line-height:25px;background:url(artarrow.gif) no-repeat 0px 10px; padding-left:10px;}
.mainpdbox .left .left02 .coll li a,.mainpdbox .left .left02 .colr li a{ color:#333}
.mainpdbox .left .left02 .coll li a:hover,.mainpdbox .left .left02 .colr li a:hover{ color:#4E8ED6}
.mainpdbox .left .left02 .coll a:hover,.mainpdbox .left .left02 .colr a:hover{color:red;text-decoration:none;}


.mainpdbox .right{width:275px;float:right;}
.mainpdbox .right .right01 .title{ background:url(title.jpg) repeat-x 0px 15px;  height:29px; line-height:29px; font-size:14px; font-weight:bold; color:#222; }
.mainpdbox .right .right01 .title h3{background:#fff;width:100px; line-height:32px; font-size:16px; font-weight:bold;}
.mainpdbox .right .right01 .right01box{ height:100%; overflow:hidden;}
.mainpdbox .right .right01 .right01box ul{ padding:8px;}
.mainpdbox .right .right01 .right01box #top1{ height:85px; overflow: hidden; border-bottom:#e5e5e5 1px dotted; margin-bottom:8px;}
.mainpdbox .right .right01 .right01box .photoimg{width:75px; float:left;}
.mainpdbox .right .right01 .right01box .photoimg img{width:68px; height:68px; padding:2px; border:#e5e5e5 1px solid;}
.mainpdbox .right .right01 .right01box .zttext{width:170px; float:right;}
.mainpdbox .right .right01 .right01box .zttext h2{ line-height:25px;}
.mainpdbox .right .right01 .right01box .zttext h2 a{ color:#333; font-size:14px;  font-weight:bold}
.mainpdbox .right .right01 .right01box .zttext h2 a:hover{ color:#4E8ED6; text-decoration:none;}
.mainpdbox .right .right01 .right01box .zttext span.ztintro{ line-height:24px; font-size:12px; font-weight:normal; color:#999;}
.mainpdbox .right .right01 .right01box li{ height:26px;line-height:26px; background:url(artarrow.gif) no-repeat 0px 10px; padding-left:10px; overflow:hidden;}
.mainpdbox .right .right01 .right01box a{ font-size:14px; font-weight:normal; color:#333;}
.mainpdbox .right .right01 .right01box a:hover{ color:#4E8ED6; text-decoration:none;}
.mainpdbox .right .right01 .right01box span{ float:right; color:#999; font-size:12px; font-weight:normal;}

.mainpdbox .right .right02 .title{height:29px; line-height:29px; font-size:14px; font-weight:bold; color:#222; }
.mainpdbox .right .right02 .title h3{background:#fff; width:90px; line-height:32px; font-size:16px; font-weight:bold; padding-left:5px;}
.mainpdbox .right .right02 .right02box ul{padding:8px;}
.mainpdbox .right .right02 .right02box li{ height:26px;  line-height:26px; border-bottom:#ccc 1px dashed; overflow:hidden; margin-top:10px;}
.mainpdbox .right .right02 .right02box a{ font-size:12px; font-weight:normal; color:#cccc;}
.mainpdbox .right .right02 .right02box a:hover{ color:#4E8ED6; text-decoration:none;}

.mainpdbox .righta{width:275px;float:right; height:100%; overflow:hidden; }
.mainpdbox .righta .ad{width:275px; overflow:hidden;}
.mainpdbox .righta .right01r .title{ background:url(title.jpg) repeat-x 0px 15px;  height:29px; line-height:29px; font-size:14px; font-weight:bold; color:#222; }
.mainpdbox .righta .right01r .title h3{background:#fff; width:100px; line-height:32px; font-size:16px; font-weight:bold;}
.mainpdbox .righta .right01r .right01box{ height:100%; overflow:hidden;}
.mainpdbox .righta .right01r .right01box ul{ padding:8px;}
.mainpdbox .righta .right01r .right01box #top1{ height:85px; overflow: hidden; border-bottom:#e5e5e5 1px dotted; margin-bottom:8px;}
.mainpdbox .righta .right01r .right01box .photoimg{width:75px; float:left;}
.mainpdbox .righta .right01r .right01box .photoimg img{width:68px; height:68px; padding:2px; border:#e5e5e5 1px solid;}
.mainpdbox .righta .right01r .right01box .zttext{width:170px; float:right;}
.mainpdbox .righta .right01r .right01box .zttext h2{ line-height:25px;}
.mainpdbox .righta .right01r .right01box .zttext h2 a{ color:#444; font-size:14px;  font-weight:bold}
.mainpdbox .righta .right01r .right01box .zttext h2 a:hover{ color:red; text-decoration:none;}
.mainpdbox .righta .right01r .right01box .zttext span.ztintro{ line-height:24px; font-size:12px; font-weight:normal; color:#555;}
.mainpdbox .righta .right01r .right01box li{ height:26px;line-height:26px; background:url(artarrow.gif) no-repeat 0px 10px; padding-left:10px; overflow:hidden;}
.mainpdbox .righta .right01r .right01box a{ font-size:14px; font-weight:normal; color:#333;}
.mainpdbox .righta .right01r .right01box a:hover{ color:red; text-decoration:none;}
.mainpdbox .righta .right01r .right01box span{ float:right; color:#999; font-size:12px; font-weight:normal;}

.mainpdbox .righta .right02r .title{ background:url(title.jpg) repeat-x 0px 15px;  height:29px; line-height:29px; font-size:14px; font-weight:bold; color:#222; }
.mainpdbox .righta .right02r .title h3{background:#fff; width:140px; line-height:32px; font-size:16px; font-weight:bold;}
.mainpdbox .righta .right02r .right02box ul{padding:8px;}
.mainpdbox .righta .right02r .right02box li{ height:26px; line-height:26px; border-bottom:#e5e5e5 1px dashed; overflow:hidden;}
.mainpdbox .righta .right02r .right02box a{ font-size:12px; font-weight:normal; color:#333;}
.mainpdbox .righta .right02r .right02box a:hover{ color:red; text-decoration:none;}

.mainpdbox .lefta{width:678px;float:left; overflow:hidden }
.mainpdbox .lefta .articlecontent{padding:15px;height:100%;overflow:hidden;border:1px solid #dcdcdc;background:#fdfdfd; }
.mainpdbox .lefta .articlecontent h3{line-height:35px;text-align:center; font-size:22px; color:#000; }
.mainpdbox .lefta .articlecontent .info{height:30px;line-height:30px;text-align:center;}
.mainpdbox .lefta .articlecontent .info span{ padding:0px 5px;}
.mainpdbox .lefta .articlecontent .info span a{color:red;}
.mymoodbox:hover{background:#f1f1f1;}

.mainpdbox .lefta .articlecontent .newscontent{font-size:14px;line-height:26px;}

.mainpdbox .lefta .articlecontent .Author{text-align:right;font-size:14px;color:#000;}

.mainpdbox .lefta .articlecontent .sharebox{text-align:right; height:26px; line-height:30px; background:#fdfdfd; padding-top:7px;}


.mainpdbox .lefta .articlecontent .articlekey{ line-height:25px;}
.mainpdbox .lefta .articlecontent .articlekey a{ color:#ff0000;}
.mainpdbox .lefta .articlecontent .articlekey a:hover{color:red; text-decoration:none;}

.mainpdbox .lefta .articlecontent .articlebook h2{ line-height:25px; font-size:12px; font-weight:normal;}
.mainpdbox .lefta .articlecontent .articlebook h2 a:hover{ color:red; text-decoration:none;}

.mainpdbox .lefta .xgxw{border-top:#dcdcdc 1px dashed;}
.mainpdbox .lefta .xgxw .title{height:35px; line-height:35px; font-size:14px;color:#333; font-weight:bold;}
.mainpdbox .lefta .xgxw .xgnewsbox{padding:8px;}

.mainpdbox .lefta .xgxw .xgnewsbox li{height:28px;line-height:28px;background:url(artarrow.gif) no-repeat 0px 12px;padding-left:10px;}
.mainpdbox .lefta .xgxw .xgnewsbox a{ font-size:14px; color:#000;}
.mainpdbox .lefta .xgxw .xgnewsbox a:hover{color:red;text-decoration:none;}
.mainpdbox .lefta .xgxw .xgnewsbox span{ padding-left:10px; color:#999;}

.mainpdbox .lefta .commentbox{height:100%;padding-bottom:10px;overflow:hidden;border:1px solid #dcdcdc;background:#fdfdfd; min-height:200px;}
.mainpdbox .lefta .commentbox .title{ height:40px; line-height:40px;font-size:14px; padding-left:15px; font-weight:bold;color:#333; background:#f1f1f1;}
.mainpdbox .lefta .commentbox .comment{ padding:10px; font-size:12px;}


.mainpdbox .left .tjtw{border:#d8d8d8 1px solid;height:100%;padding-bottom:10px;overflow:hidden;}
.mainpdbox .left .tjtw .title{background:url(bluenav.gif) no-repeat 10px 7px; height:29px;line-height:29px;border-bottom:#d8d8d8 1px solid; padding-left:20px;color:#333; font-size:14px; font-weight:bold; }
.mainpdbox .left .tjtw .tjtwbox{ min-height:120px;}
.mainpdbox .left .tjtw .tjtwbox ul{padding:8px;}
.mainpdbox .left .tjtw .tjtwbox li{float:left;text-align:center;width:132px;*+width:133px; height:125px; overflow: hidden;  white-space:nowrap; }
.mainpdbox .left .tjtw .tjtwbox a.pic img{width:100px; height:88px;padding:2px;border:#D4D4D4 1px solid;margin-bottom:8px;}
.tjtw .tjtwbox a strong{ font-weight:normal;}
.tjtw .tjtwbox a:hover{color:red;text-decoration:none;}
.tjtw .tjtwbox span,.mainpdbox .left .tjtw .tjtwbox span img{display:none;}

.bannerl{ width:680px; overflow:hidden;}
.newslist{height:100%;overflow:hidden; width: 100%;}
.newslist h3{ background:url(../images/bluenav.gif) no-repeat 10px 7px; height:29px;line-height:29px;border-bottom:#d8d8d8 1px solid; padding-left:20px;color:#333;   position:relative;}
.newslist h3 span{position:absolute; right:10px; top:0px;}
.newslist h3 span a{ float:left; padding:0px 5px;}
.newslist h3 span a{ font-size:12px; font-weight:normal;}

.newslist dl{padding:8px; height:100px; border-bottom:#d8d8d8 1px dotted; overflow:hidden; }
.newslist dl.nl_con1{ margin:0px 10px;}
.newslist dd h4.nlc_tit{ background:url(../images/listicon.gif) no-repeat 5px 5px; font-size: 18px; padding-left:24px;color: #0033FF; margin-top: 5px;}
.newslist dd h4.nlc_tit a:hover{ color:#ff6600; text-decoration:none; font-size: 18px;}
.newslist dd p.nlc_time{ color:#666; padding-left:25px; height:24px; line-height:24px;}
.newslist dd p.nlc_info{ line-height:24px; color:#333; padding-left:25px; text-indent:2em;}
.newslist dd p.nlc_info a{ color:#369;}
.newslist dd p.nlc_info a:hover{ color:#ff6600; text-decoration:none;}


.mainpdbox .left .articlecontent{padding:15px;height:100%;overflow:hidden; border:#DDD solid 1px; margin-top:10px;}
.mainpdbox .left .articlecontent h3{line-height:35px;text-align:center; font-size:22px; font-weight:500; color:#000;}

.mainpdbox .left .articlecontent .info{height:30px;line-height:30px;text-align:center;}
.mainpdbox .left .articlecontent .info span{ padding:0px 5px;}
.mainpdbox .left .articlecontent .info span a{color:red;}

.mainpdbox .left .articlecontent .newscontent{font-size:14px;line-height:26px;}

.mainpdbox .left .articlecontent .Author{text-align:right;font-size:14px;color:#000;}

.mainpdbox .left .articlecontent .sharebox{text-align:right; height:26px; line-height:30px; background:#F4F8FD; padding-top:7px;}


.mainpdbox .left .articlecontent .articlekey{ line-height:25px;}
.mainpdbox .left .articlecontent .articlekey a{ color:#ff0000;}
.mainpdbox .left .articlecontent .articlekey a:hover{color:red; text-decoration:none;}

.mainpdbox .left .articlecontent .articlebook h2{ line-height:25px; font-size:12px; font-weight:normal;}
.mainpdbox .left .articlecontent .articlebook h2 a:hover{ color:red; text-decoration:none;}
.annex{width:600px;margin :15px; border : 1px dashed #999; background : #f9f9f9; line-height : normal;}
.annex td{padding-top:10px;padding-left:10px;padding-bottom:5px;}
.mainpdbox .left .commentbox{height:100%;padding-bottom:10px;overflow:hidden; border:1px solid #ccc; padding-top:10px;}
.mainpdbox .left .commentbox .title{ height:29px; line-height:29px;font-size:16px;  padding-left:15px; font-weight:bold;color:#006699}
.mainpdbox .left .commentbox .title h3{ color:}
.mainpdbox .left .commentbox .comment{ padding:10px; font-size:12px;}

.mainpdbox .left .xgxw{border-top:#CCC 1px dashed;}
.mainpdbox .left .xgxw .title{height:35px; line-height:35px; font-size:14px;color:#069; font-weight:bold;}
.mainpdbox .left .xgxw .xgnewsbox{padding:8px;}

.mainpdbox .left .xgxw .xgnewsbox li{height:28px;line-height:28px;background:url(artarrow.gif) no-repeat 0px 12px;padding-left:10px;}
.mainpdbox .left .xgxw .xgnewsbox a{ font-size:14px; color:#000;}
.mainpdbox .left .xgxw .xgnewsbox a:hover{color:red;text-decoration:none;}
.mainpdbox .left .xgxw .xgnewsbox span{ padding-left:10px; color:#999;}