*html {
	background-image: url(about:blank);
	background-attachment: fixed;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Arial, 'Microsoft YaHei', \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
	font-weight: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

ul,
ol {
	list-style: none
}

a {
	color: #333;
	text-decoration: none
}
a:hover{
	color: #555
	
}

fieldset,
img {
	border: 0;
	vertical-align: -2px;
}

q:before,
q:after {
	content: ''
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
input::-webkit-input-placeholder {
	color: #fff;
}
/*input::-webkit-input-placeholder {
ã€€ã€€color: #fff;
}*/
input:-moz-placeholder {
ã€€ã€€color: #fff;
}
input::-moz-placeholder {
ã€€ã€€color: #fff;
}
input:-ms-input-placeholder {
ã€€ã€€color: #fff;
}
.clearfix {
	zoom: 1
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left
}

.fr {
	float: right
}

/* å¤´éƒ¨ */

/* ä¸»å¯¼èˆª */
.mian-nav{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: 16px;
	z-index: 10;
}
.mian-nav .wrap{
	background: url(../images/nav-bg.png)
}
.mian-nav li{
	float: left;
	width: 9%;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 52px;
}
.mian-nav li a{
	display: block;
	text-align: center;	
	color: #fff4f9;
}
.mian-nav li .dropdown{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top:100%;
	background: url(../images/nav-bg.png)
}
.mian-nav li .dropdown li{
	float: none;
	width: 100%;
	font-size: 14px;
}

.mian-nav li:hover,.mian-nav li.on{
	background: #114076;
}
.mian-nav li:hover .dropdown{
	display: block;
}
.mian-nav li .dropdown li{
	border: none;
}
.mian-nav li .dropdown a:hover{
	display: block;
	background: #114076;
}



 /*å…¬ç”¨æ ‡é¢˜*/
.main-title{
	position: relative;
	height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	padding-left: 15px;
	border-bottom: 2px solid #888;
}
.main-title h6{
	font-size: 22px;
	color: #0066c5;
}
.main-title h6 span{
	font-size: 14px;
	color: #666;
	margin-left: 5px;
}
.main-title .more{
	float: right;
	color: #999;
}
/*.main-title.has-border{
	border-top: 1px solid #c8c9cc;
	border-bottom: 1px solid #c8c9cc;
}*/


 .index-pic-list ul{
	 margin: 0 -13px;
	 padding-top: 20px;
 }
 .index-pic-list li{
	float: left;
	width: 380px;
	margin: 0 14px;
}
.index-pic-list li img{
	width: 100%;
	height: 200px;
}
.index-pic-list li .tit{
	line-height: 30px;
	margin: 15px 0 10px;
	font-size: 16px;
}
.index-pic-list li .time{
	color: #999
}
.index-pic-list li .desc{
	color: #666;
	line-height: 24px;
}



.index-text-list{
}
.index-text-list li{
	line-height: 42px;
	color: #444;
}
.index-text-list .date{
	float: right;
	color: #666666
}
.index-text-list a{
	display: block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.index-row{
	padding: 20px 0 0px;
}


.index-row2 .c1{
	float: left;
	width: 785px;
}
.index-row2 .c1 .index-text-list{
	height: 252px;
	overflow: hidden
}
.index-row2 .c2{
	float: right;
	width: 375px
}
.notice-list{
	height: 252px;
	overflow: hidden
}
.notice-list dl{
	margin-bottom: 25px;
}
.notice-list dl.last{
	margin: 0
}
.notice-list dt{
	float: left;
	width: 67px;
	border-right: 1px solid #ccc
}
.notice-list dt h6{
	font-size: 48px;
	line-height: 1;
	color: #999
}
.notice-list dt p{
	color: #d5d5d5;
	line-height: 1;
}
.notice-list dd{
	margin-left: 83px;
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	overflow: hidden
}
.notice-list dl.on dt h6,.notice-list dl:hover dt h6{
	color: #0066c5;
}
.notice-list dl.on dt p,.notice-list dl:hover dt p{
	color: #0066c5;
	opacity: .6;
	filter: alpha(opacity=60)
}

.index-row3{
	background: #f6f6f6
}
.index-row3 .index-pic-list li .tit{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.index-row4 .c1{
	float: left;
	width: 375px;
}

.index-row4 .c2{
	float: right;
	width: 785px;
}

.lecture-list{
	padding-top: 10px;
	height: 242px;
	overflow: hidden
}
.lecture-list dl{
	margin-bottom: 24px;
}
.lecture-list dl.last{
	margin: 0
}
.lecture-list dt{
	float: left;
	width: 60px;
	line-height: 30px;
	text-align: center;
}
.lecture-list dt h6{
	font-size: 24px;
	color: #999;
	background: #007bc5;
	color: #fff;
}
.lecture-list dt p{
	background: #e1e1e1;
	color: #444;
	font-size: 14px;
}
.lecture-list dd{
	margin-left: 83px;
	line-height: 30px;
	height: 60px;
	overflow: hidden
}
.lecture-list dd .tit{
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.lecture-list dd .name{
	color: #666666
}
.lecture-list dd .tit a:hover{
	color: #0066c5
}





.footer{
	background: #0066c5;
	color: #fff;
}
.footer .wrap{
	padding: 36px 0 20px;
	
}

.footer .c1{
	float: left;
	width: 800px;
}
.footer .c1 h5{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1;
}
.f-links li{
	float: left;
	margin-right: 20px;
}
.f-links li a{
	display: block;
	background: #fff;
	padding: 10px 15px;
	color: #666;
}
.f-links li a img{
	vertical-align: middle;
	margin-right: 10px;
}
.footer .c2{
	float: right;
	background: #0053a1;
	text-align: right;
	max-width: 400px;
	padding: 15px 15px 15px 60px;
}
.footer .c2 p{
	filter:alpha(opacity=50);
	opacity:.5;
}
.copy-right{
	border-top: 2px solid #0060bb;
	background: #0066c5;
	color: #fff;
	line-height: 38px;
}
.copy-right .links{
	filter:alpha(opacity=50);
	opacity:.5;
}
.copy-right .links a{
	color: #fff;
}
.copy-right .text{
	float: right;
	filter:alpha(opacity=50);
	opacity:.5;
}






/*å†…é¡µ */
.inner-banner{
	margin-top: 67px;
}
.inner-banner img{
	max-width: 100%;
	vertical-align: middle;
}

.container .wrap{
	width: 1180px;
	padding-right: 20px;
	background: #fff;
}
.leftbar{
	float: left;
	width: 240px;
	position: relative;
	z-index: 1;
	border: 1px solid #edfcfc;
	border-top: none;
}
.leftbar .hd{
	height: 62px;
	background: #0066c5;
	padding: 1px 10px;
}
.leftbar .hd h2{
	float: left;
	line-height: 62px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	
}

.leftbar .bd{
	background: url(../images/leftbar-bg.jpg) bottom right no-repeat #fff;
}
.leftbar .bd ul{
	padding-bottom: 1px;
}
.leftbar .bd li{
	margin-bottom: 2px;

}
.leftbar .bd li:last-child{
	margin: 0
}
.leftbar .bd li a{
	display: block;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	border-left: 10px solid #fff;
}
.leftbar .bd li.on a,.leftbar .bd li a:hover{
	border-left: 10px solid #0066c5;
	background: #eff7ff;
}

.main{
	width: 900px;
	float: right;
min-height:450px;
}
.main .inner-title{
	margin-top: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #0066c5;
}
.main .inner-title h2{
	font-size: 30px;
	color: #0066c5;
}
.main .inner-title .bread{
	float: right;
	color: #999;
}
.main .inner-title .bread a{
	color: #999;
}
.main .inner-title .bread span{
	color: #0066c5;
}

.main .text-list ul{
	padding: 10px 0;
}
.main .text-list li{
	line-height: 60px;
	border-bottom: 1px dashed #e6e6eb;
	padding-left: 30px;
	background: url(../images/icon-dot.jpg) left center no-repeat;
}
.main .text-list li .time,.main .text-list li a .time{
	float: right;
	color: #999;
}



.pic-list dl{
	padding: 46px 0;
	border-bottom: 2px solid #e6e6eb;
}
.pic-list dt{
	float: left;
	width: 150px;
}
.pic-list dt img{
	width: 100%;
	height: 200px;
}
.pic-list dd{
	margin-left: 180px;
}
.pic-list dd .title{
	font-size: 16px;
	font-weight: bold;
}
.pic-list dd .desc .r1{
	color: #0066c5;
	line-height: 50px;
	font-size: 16px;
}
.pic-list dd .desc .r2{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.pic-list dd .desc .r3{
	text-align: right;
	margin-top: 20px;
	
}
.pic-list dd .desc .r3 a{
	color: #0066c5;
}

.detail-box{
	padding: 15px 0;
}
.detail-box p{
	line-height: 52px;
	text-indent: 2em;
}
.detail-box img{
	max-width: 100%;
	margin: 20px 0;
}
.detail-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.detail-infor{
	color: #888888;
	text-align: center;
	margin-bottom: 20px;
}
.detail-infor span{
	margin: 0 40px;
}

.page{
	margin: 30px 0;
}
.page .total{
	margin-right: 144px;
}
.page .now em{
	color: #f00
}
.page ul{
	float: right;
}
.page ul li{
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
}
.page ul li.on,.page ul li.on a{
	
	color: #f00;
}