/* 
*** 首页 ***
*/
/* 栏目标题 */
#index .block {
	padding:40px 0;
}
#index .block .headline {
	height:45px;
	line-height:45px;
	border-bottom:1px solid #e4e4e4;
	margin-bottom:25px;
}
#index .block .headline .title {
	font-size:20px;
	float:left;
	width:110px;
	height:44px;
	text-align:center;
	border-bottom:2px solid #003c80;
}
#index .block .headline .more {
	float:right;
	padding-left:25px;
	/**background:url(../../images/20170424/index_icon_more.png) no-repeat center left;*/


	margin-right:10px;
	font-size:14px;
}
#index .block .headline .more:hover {
	color:#003c80;
}
/* 学校要闻 */
#index .block1 {
	background:#fff;
	padding-top:20px;
}
#index .block1 .news {
	width:825px;
	float:left;
}
#index .block1 .news .headline .more {
	color:#c43333;
	background:url(../../images/new20170424/index_icon_moreRed.png) 4px no-repeat;
}
#index .block1 .news .mainWrap {
	width:395px;
	height:310px;
	border:1px solid #e4e4e4;
	float:left;
}
#index .block1 .news .mainWrap .picWrap {
	height:210px;
}
#index .block1 .news .mainWrap .picWrap img {
	width:100%;
	height:100%;
}
#index .block1 .news .mainWrap .detailsWrap {
	padding:10px 15px 15px;
}
#index .block1 .news .mainWrap .detailsWrap .title {
	font-weight:bold;
	font-size:16px;
        text-align: center;
}
#index .block1 .news .mainWrap .detailsWrap .title a {
	color:#003a7c;
}
#index .block1 .news .mainWrap .detailsWrap .title a:hover {
	color:#a50000;
}
#index .block1 .news .mainWrap .detailsWrap .info {
	height:46px;
	margin-top:5px;
	line-height:1.9;
    text-indent: 2em;
    text-align: center;
}
#index .block1 .news .listWrap {
	width:390px;
	height:310px;
	border:1px solid #e4e4e4;
	float:right;
	padding:0 10px;
}
#index .block1 .news .listWrap ul li {
	padding:15px 0;
	padding:13px 0;
	border-bottom:1px dotted #e4e4e4;
	overflow:hidden;
}
#index .block1 .news .listWrap ul li .dateWrap {
	width:70px;
	text-align:center;
	float:left;
}
#index .block1 .news .listWrap ul li .dateWrap .day {
	height:40px;
	line-height:40px;
	background:#32639d;
	color:#fff;
	font-size:22px;
}
#index .block1 .news .listWrap ul li .dateWrap .month {
	height:30px;
	line-height:30px;
	background:#e3e3e3;
	font-size:13px;
}
#index .block1 .news .listWrap ul li .subWrap {
	width:310px;
	float:right;
}
#index .block1 .news .listWrap ul li .subWrap .picWrap {
	width:100px;
	height:70px;
	float:left;
}
#index .block1 .news .listWrap ul li .subWrap .picWrap img {
	width:100%;
	height:100%;
}
#index .block1 .news .listWrap ul li .subWrap .detailsWrap {
	width:200px;
	float:right;
}
#index .block1 .news .listWrap ul li .subWrap .detailsWrap .title a:hover {
	color:#003a7c;
}
#index .block1 .news .listWrap ul li .subWrap .detailsWrap .info {
	height:42px;
	margin-top:5px;
	line-height:1.7;
text-indent: 2em;

}
#index #footer {
	margin:0;
}
/* 媒体聚焦 */
#index .block1 .spot {
	width:250px;
	float:right;
}
#index .block1 .spot .contentWrap {
	height:310px;
	background:#f7f7f7;
	padding:0 15px;
}
#index .block1 .spot ul li {
	padding:10px 0;
	+padding:9px 0;
	border-bottom:1px dotted #e4e4e4;
	position:relative;
}
#index .block1 .spot ul li .title {
	line-height:1.36;
        height: 38px;
	font-size:14px;
}
#index .block1 .spot ul li .title a:hover {
	color:#003a7c;
}
#index .block1 .spot ul li .date {
	position:absolute;
	right:10px;
	bottom:10px;
}
/* 首义光华 */
#index .block2 {
	
   background: #002346;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#index .block2 .glory {
	width:680px;
	height:320px;
	float:left;
	background:#fff;
	padding:0 20px 20px;
}
#index .block2 .glory .contentWrap .tabBar {
	border:1px solid #e4e4e4;
}
#index .block2 .glory .contentWrap .tabBar a {
	width:110px;
	height:40px;
	line-height:40px;
	border-right:1px solid #e4e4e4;
	text-align:center;
	float:left;
}
#index .block2 .glory .contentWrap .tabBar a.active {
	background:#a50000;
	color:#fff;
}
#index .block2 .glory .contentWrap .tabContent {
	display:none;
}
#index .block2 .glory .contentWrap .tabContent.active {
	display:block;
}
#index .block2 .glory .contentWrap .tabContent .picWrap {
	width:345px;
	height:180px;
	float:left;
}
#index .block2 .glory .contentWrap .tabContent .picWrap a {
	display:none;
}
#index .block2 .glory .contentWrap .tabContent .picWrap a.active {
	display:block;
	height:100%;
}
#index .block2 .glory .contentWrap .tabContent .picWrap img {
	width:100%;
	height:100%;
}
#index .block2 .glory .contentWrap .tabContent .listWrap {
	width:315px;
	height:180px;
	float:right;
}
#index .block2 .glory .contentWrap .tabContent .listWrap ul li {
	padding-left:10px;
	/**background:url(../../images/20170424/index_icon_list.png) no-repeat 0 8px;*/
	padding-bottom:20px;
	border-bottom:1px dotted #e4e4e4;
}
#index .block2 .glory .contentWrap .tabContent .listWrap ul li.last {
	padding-bottom:0;
	margin-top:5px;
	padding-top:10px;
	background-position:0 18px;
}
#index .block2 .glory .contentWrap .tabContent .listWrap ul li .title {
	font-weight:bold;
}
#index .block2 .glory .contentWrap .tabContent .listWrap ul li .title a:hover {
	color:#003a7c;
}
#index .block2 .glory .contentWrap .tabContent .listWrap ul li .info {
	margin-top:5px;
	height:41px;
	line-height:1.35;
	position:relative;
	line-height:1.7;
    text-indent: 2em;
}
#index .block2 .glory .contentWrap .tabContent .listWrap ul li .info .date {
	position:absolute;
	right:0;
	bottom:2px;
	background:#fff;
}
#index .block2 .notice {
	width:300px;
	height:320px;
	float:right;
	background:#fff;
	padding:0 20px 20px;
}
#index .block2 .notice .contentWrap ul li {
	padding:7px 0;
	border-bottom:1px dotted #e4e4e4;
	padding-left:10px;
	background:url(../../images/new20170424/iconlist2.png) no-repeat center left;
}
#index .block2 .notice .contentWrap ul li .title {
	float:left;
	width:13em;
}
#index .block2 .notice .contentWrap ul li .title a:hover {
	color:#003a7c;
}
#index .block2 .notice .contentWrap ul li .date {
	float:right;
}
#index .block3 {
	background:#f9f9f9;
	padding-top:20px;
}
#index .block3 .contentWrap ul li {
	width:245px;
	border:1px solid #e4e4e4;
	background:#fff;
	margin-right:37px;
	float:left;
}
#index .block3 .contentWrap ul li.last {
	margin:0;
}
#index .block3 .contentWrap ul li .imgWrap {
	height:110px;
}
#index .block3 .contentWrap ul li .imgWrap img {
	width:100%;
	height:100%;
}
#index .block3 .contentWrap ul li .pdWrap {
	padding:15px;
	overflow:hidden;
}
#index .block3 .contentWrap ul li .pdWrap .title {
	text-align:center;
	font-weight:bold;
}
#index .block3 .contentWrap ul li .pdWrap .title:hover a {
	color:#003a7c;
}
#index .block3 .contentWrap ul li .pdWrap .info {
	height:120px;
	line-height:2;
}
/* 
*** 文化交流 ***
*/
#listCulture .oppWrap .infoWrap {
	padding:15px 20px;
	background:#f9f9f9;
	border:1px solid #e4e4e4;
	font-size:13px;
	margin-bottom:25px;
	line-height:1.8;
	color:#888;
}
/* 
*** 校园风光 ***
*/
#listUniversity .oppWrap .listWrap {
	padding-left:30px;
}
#listUniversity .oppWrap .listWrap ul li {
	width:810px;
	border-radius:15px;
	overflow:hidden;
	float:left;
	/*border:1px solid #e4e4e4;*/
	margin:0 0px 30px;
}
#listUniversity .oppWrap .listWrap ul li .imgWrap {
	height:455px;
}
#listUniversity .oppWrap .listWrap ul li .imgWrap img {
	width:100%;
	height:100%;
}
#listUniversity .oppWrap .listWrap ul li .textWrap {
	height:45px;
	line-height:45px;
	/*background:#f8f8f8;*/
	text-align:center;
}
#listUniversity .oppWrap .listWrap ul li .textWrap a {
	display:block;
}
#listUniversity .oppWrap .listWrap ul li:hover .textWrap a {
	color:#fff;
	background:#09aeff;
}
/* 
*** 详情页&单页 ***
*/
.detailArticle .oppWrap {
	float: right;
    width: 870px;
}
.oppWrap.widthOppWrap{
  width:100%;
}
#detail .title {
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
#detail .infoMore {
	text-align:center;
	margin-top:15px;
}
#detail .infoMore .infoTxt {
	padding:5px 0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	text-align:center;
	color:#888;
	font-size:13px;
	width:790px;
}
#detail .infoMore .shareWrap {
	vertical-align:middle;
	margin-left:10px;
}
#detail .infoWrap {
	padding:15px 20px;
	background:#f3f3f3;
	font-size:14px;
	line-height:1.8;
	border:1px solid #e4e4e4;
	text-indent:2em;
	margin-top:20px;
	color:#777;
}
#detail .content {
	overflow:hidden;
	font-size:16px;
	margin-top:10px;
        margin-left: 80px;
        margin-right: 80px;
margin-bottom: 80px;
}
#detail .content p {
	line-height:2;
	margin-top:10px;
}
#detail .content img {
	max-width:100%;
}
#detail .navWrap {
	padding-top:20px;
	border-top:1px dotted #e4e4e4;
	margin-top:15px;
}
#detail .navWrap p {
	margin-bottom:10px;
}
#detail .navWrap p a:hover {
	color:#003a7c;
	text-decoration:underline;
}
/* 
*** 学校领导 ***
*/
#listLeader .oppWrap .contentWrap .mainTitle {
	font-size:22px;
	font-weight:bold;
}
#listLeader .oppWrap .contentWrap .blockWrap .headline {
	width:290px;
	padding:5px 0 5px 20px;
	border-bottom:2px solid #09a9ff;
	background:url(../../images/new20170424/list_icon_star.png) no-repeat center left;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li {
	padding:20px 0;
	border-bottom:1px dotted #e4e4e4;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li .imgWrap {
	float:left;
	width:115px;
	height:160px;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li .imgWrap img {
	width:100%;
	height:100%;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li .textWrap {
	width:680px;
	float:left;
	margin-left:20px;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li .textWrap .name {
	font-size:16px;
	font-weight:bold;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li .textWrap .abstract {
	height:99px;
	margin-top:10px;
	line-height:1.9;
	font-size:13px;
	color:#666;
	overflow:hidden;
text-indent: 2em;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li .textWrap .more a {
	color:#a50000;
}
#listLeader .oppWrap .contentWrap .blockWrap .listWrap ul li .textWrap .more a:hover {
	color:#003a7c;
}
/* 
*** 师资队伍 ***
*/
#listTeacher .oppWrap .mainTitle {
	width:182px;
	height:26px;
	color:#0da3f9;
	text-indent:50px;
	font-size:20px;
	padding-bottom:15px;
	background:url(../../images/new20170424/list_icon_navLine.png) no-repeat center center;
}
#listTeacher .oppWrap .listWrap ul li {
	float:left;
	margin:0 60px 30px 0;
}
#listTeacher .oppWrap .listWrap ul li a {
	display:block;
	height:100%;
}
#listTeacher .oppWrap .listWrap ul li .imgWrap {
	width:110px;
	height:143px;
	float:left;
}
#listTeacher .oppWrap .listWrap ul li .imgWrap img {
	width:100%;
	height:100%;
}
#listTeacher .oppWrap .listWrap ul li .textWrap {
	width:90px;
	height:143px;
	float:left;
	background:#f1f1f1;
	padding:0 10px;
	transition:all 0.15s ease 0s;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-ms-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
}
#listTeacher .oppWrap .listWrap ul li .textWrap .name {
	margin-top:35px;
}
#listTeacher .oppWrap .listWrap ul li .textWrap .info {
	color:#666;
}
#listTeacher .oppWrap .listWrap ul li:hover .textWrap {
	background:#c43333;
	color:#fff;
}
#listTeacher .oppWrap .listWrap ul li:hover .textWrap .info {
	color:#fff;
}





 .mainContent {
	padding:0 20px;
	
	margin-top:20px;
}
.mainContent ul li {
	padding:20px 0;
	border-bottom:1px dotted #e4e4e4;
	position:relative;
}
 .mainContent ul li .title {
	font-weight:bold;
}
 .mainContent ul li .info {
	font-size:13px;
	margin-top:5px;
	line-height:2;
	height:52px;
	overflow:hidden;
text-indent:2em;
}
 .mainContent ul li .detail a {
	background:#3889e6;
	display:inline-block;
	width:85px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:13px;
}
 .mainContent ul li .detail a:hover {
	background:#0d3873;
}
 .mainContent ul li .date {
	position:absolute;
	right:0;
	bottom:20px;
	font-size:13px;
	color:#999;
}

.leader {
    position: relative;
    margin-left: 10px;
    height: 526px;
}

.leader img {
    width: 270px;
    height: 380px;
    border: 0px;
    margin: 30px 30px;
    padding: 10px 10px;
}

.article-box {
    padding: 20px 0;
    margin: 0 0;
}

.intro {
    min-height: 470px;
}
.fl {
    float: left;}
.fr {
    float: right;}


.intro p {
    line-height: 46px;
    padding-left: 100px;
}


/*百度*/

.bdshare-button-style0-16 .bds_qzone{background-position:0 -52px}.bdshare-button-style0-16 .bds_tsina{background-position:0 -104px}.bdshare-button-style0-16 .bds_renren{background-position:0 -208px}.bdshare-button-style0-16 .bds_tqq{background-position:0 -260px}.bdshare-button-style0-16 .bds_kaixin001{background-position:0 -312px}.bdshare-button-style0-16 .bds_tqf{background-position:0 -364px}.bdshare-button-style0-16 .bds_hi{background-position:0 -416px}.bdshare-button-style0-16 .bds_douban{background-position:0 -468px}.bdshare-button-style0-16 .bds_tieba{background-position:0 -728px}.bdshare-button-style0-16 .bds_hx{background-position:0 -988px}.bdshare-button-style0-16 .bds_fx{background-position:0 -1040px}.bdshare-button-style0-16 .bds_ty{background-position:0 -1196px}.bdshare-button-style0-16 .bds_fbook{background-position:0 -1352px}.bdshare-button-style0-16 .bds_twi{background-position:0 -1404px}.bdshare-button-style0-16 .bds_linkedin{background-position:0 -1664px}.bdshare-button-style0-16 .bds_meilishuo{background-position:0 -1716px}.bdshare-button-style0-16 .bds_mogujie{background-position:0 -1768px}.bdshare-button-style0-16 .bds_diandian{background-position:0 -1820px}.bdshare-button-style0-16 .bds_huaban{background-position:0 -1872px}.bdshare-button-style0-16 .bds_duitang{background-position:0 -2028px}.bdshare-button-style0-16 .bds_youdao{background-position:0 -2080px}.bdshare-button-style0-16 .bds_wealink{background-position:0 -2184px}.bdshare-button-style0-16 .bds_copy{background-position:0 -2288px}.bdshare-button-style0-16 .bds_mail{background-position:0 -2340px}.bdshare-button-style0-16 .bds_print{background-position:0 -2392px}.bdshare-button-style0-16 .bds_mshare{background-position:0 -2444px}.bdshare-button-style0-16 .bds_sqq{background-position:0 -2652px}.bdshare-button-style0-16 .bds_sdo{background-position:0 -2704px}.bdshare-button-style0-16 .bds_qingbiji{background-position:0 -2756px}.bdshare-button-style0-16 .bds_people{background-position:0 -2808px}.bdshare-button-style0-16 .bds_xinhua{background-position:0 -2912px}.bdshare-button-style0-16 .bds_yaolan{background-position:0 -2964px}.bdshare-button-style0-16 .bds_thx{background-position:0 -2496px}.bdshare-button-style0-16 .bds_bdhome{background-position:0 -156px}.bdshare-button-style0-16 .bds_bdxc{background-position:0 -2548px}.bdshare-button-style0-16 .bds_bdysc{background-position:0 -3068px}.bdshare-button-style0-16 .bds_isohu{background-position:0 -3016px}.bdshare-button-style0-16 .bds_more{background-position:0 0}.bdshare-button-style0-16 .bds_ibaidu{background-position:0 -3120px}.bdshare-button-style0-16 .bds_weixin{background-position:0 -1612px}.bdshare-button-style0-16 .bds_iguba{background-position:0 -1300px}.bdshare-button-style0-16 .bds_h163{background-position:0 -3160px}.bdshare-button-style0-16 .bds_evernotecn{background-position:0 -3184px}.bdshare-button-style0-16{zoom:1}.bdshare-button-style0-16:after{content:".";visibility:hidden;display:block;height:0;clear:both}.bdshare-button-style0-16 a,.bdshare-button-style0-16 .bds_more{float:left;font-size:12px;padding-left:17px;line-height:16px;height:16px;background-image:url(../img/share/icons_0_16.png?v=91362611.png);background-repeat:no-repeat;cursor:pointer;margin:6px 6px 6px 0}.bdshare-button-style0-16 a:hover{color:#333;opacity:.8;filter:alpha(opacity=80)}.bdshare-button-style0-16 .bds_more{color:#333;float:left}.bdshare-button-style0-16 .bds_count{color:#333;background:url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 -30px;width:42px;height:16px;padding:0;margin:6px 0 0;text-align:center}.bdshare-button-style0-16 .bds_count:hover{background-position:-42px -30px}.bdshare-button-style0-16 .bds_button_image{float:left;cursor:pointer;margin:6px 6px 0 0;height:auto;padding:0}.bdshare-button-style0-16 .bdshare_button_count{background:url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 0;width:44px;height:24px;line-height:24px}.bdshare-button-style0-16 .bdshare_button_count:hover{background-position:-44px 0}.bds_tsohu,.bds_tfh,.bds_baidu,.bds_qq,.bds_msn,.bds_sohu,.bds_qy,.bds_leho,.bds_ifeng,.bds_ff,.bds_tuita,.bds_ms,.bds_deli,.bds_s51,.bds_t163,.bds_share189,.bds_xg,.bds_s139{display:none}

.bdshare-slide-button-box{height:326px;position:fixed;overflow:visible}.bdshare-slide-button-box .bdshare-slide-button{width:24px;height:88px;display:block;position:absolute;top:58px}.bdshare-slide-style-r0 .bdshare-slide-button{background:url(../img/share/r0.gif?v=d9371706.gif) no-repeat 0 0}.bdshare-slide-style-r1 .bdshare-slide-button{background:url(../img/share/r1.gif?v=5668db67.gif) no-repeat 0 0}.bdshare-slide-style-r2 .bdshare-slide-button{background:url(../img/share/r2.gif?v=08b06973.gif) no-repeat 0 0}.bdshare-slide-style-r3 .bdshare-slide-button{background:url(../img/share/r3.gif?v=76e62e61.gif) no-repeat 0 0}.bdshare-slide-style-r4 .bdshare-slide-button{background:url(../img/share/r4.gif?v=1a3eaae1.gif) no-repeat 0 0}.bdshare-slide-style-r5 .bdshare-slide-button{background:url(../img/share/r5.gif?v=c90e5a12.gif) no-repeat 0 0}.bdshare-slide-style-r6 .bdshare-slide-button{background:url(../img/share/r6.gif?v=8af9306f.gif) no-repeat 0 0}.bdshare-slide-style-r7 .bdshare-slide-button{background:url(../img/share/r7.gif?v=053cdaac.gif) no-repeat 0 0}.bdshare-slide-style-r8 .bdshare-slide-button{background:url(../img/share/r8.gif?v=640a093b.gif) no-repeat 0 0}.bdshare-slide-style-l0 .bdshare-slide-button{background:url(../img/share/l0.gif?v=4e666e56.gif) no-repeat 0 0}.bdshare-slide-style-l1 .bdshare-slide-button{background:url(../img/share/l1.gif?v=3ffb4640.gif) no-repeat 0 0}.bdshare-slide-style-l2 .bdshare-slide-button{background:url(../img/share/l2.gif?v=47242a70.gif) no-repeat 0 0}.bdshare-slide-style-l3 .bdshare-slide-button{background:url(../img/share/l3.gif?v=78e2d043.gif) no-repeat 0 0}.bdshare-slide-style-l4 .bdshare-slide-button{background:url(../img/share/l4.gif?v=4afa38d2.gif) no-repeat 0 0}.bdshare-slide-style-l5 .bdshare-slide-button{background:url(../img/share/l5.gif?v=5e170970.gif) no-repeat 0 0}.bdshare-slide-style-l6 .bdshare-slide-button{background:url(../img/share/l6.gif?v=8759da8b.gif) no-repeat 0 0}.bdshare-slide-style-l7 .bdshare-slide-button{background:url(../img/share/l7.gif?v=df4c2738.gif) no-repeat 0 0}.bdshare-slide-style-l8 .bdshare-slide-button{background:url(../img/share/l8.gif?v=31ac73d4.gif) no-repeat 0 0}.bdshare-slide-list-box{border:solid 1px #e9e9e9;text-align:left;overflow:hidden;background:#f6f6f6}.bdshare-slide-top{height:28px;color:#626262;overflow:hidden;font-weight:bold;font-size:14px;line-height:28px;padding:0 5px}.bdshare-slide-list{background:#fff;overflow:auto;overflow-x:hidden;padding:5px 0;margin:0;background:#fff;overflow:auto;overflow-x:hidden;_zoom:1}.bdshare-slide-list-ul{padding:0;margin:0;border:0;list-style:none}.bdshare-slide-bottom{line-height:25px;font-size:12px;text-align:right;clear:both;height:30px}.bdshare-slide-bottom a{color:#999;text-decoration:none;border:0;float:right}.bdshare-slide-bottom a:hover{color:#00a9e0}.bdshare-slide-list li{float:left;padding:2px;margin-left:6px;_margin-left:3px;height:28px;overflow:hidden;list-style:none;width:100px}.bdshare-slide-list a,.bdshare-slide-bottom a{color:#565656;font:12px 'å®‹ä½“';display:block;background-image:url(../img/share/icons_0_16.png?v=91362611.png);background-repeat:no-repeat;padding:5px 0 5px 28px;text-decoration:none;border:1px solid #fff;line-height:18px}.bdshare-slide-list a:hover{background-color:#f3f3f3;border:1px solid #eee;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.slide-qzone{background-position:4px -47px}.slide-tsina{background-position:4px -99px}.slide-renren{background-position:4px -203px}.slide-tqq{background-position:4px -255px}.slide-kaixin001{background-position:4px -307px}.slide-tqf{background-position:4px -359px}.slide-hi{background-position:4px -411px}.slide-douban{background-position:4px -463px}.slide-tieba{background-position:4px -723px}.slide-hx{background-position:4px -983px}.slide-fx{background-position:4px -1035px}.slide-ty{background-position:4px -1191px}.slide-fbook{background-position:4px -1347px}.slide-twi{background-position:4px -1399px}.slide-zx{background-position:4px -1607px}.slide-linkedin{background-position:4px -1659px}.slide-meilishuo{background-position:4px -1711px}.slide-mogujie{background-position:4px -1763px}.slide-diandian{background-position:4px -1815px}.slide-huaban{background-position:4px -1867px}.slide-duitang{background-position:4px -2023px}.slide-youdao{background-position:4px -2075px}.slide-wealink{background-position:4px -2179px}.slide-copy{background-position:4px -2283px}.slide-mail{background-position:4px -2335px}.slide-print{background-position:4px -2387px}.slide-mshare{background-position:4px -2439px}.slide-sqq{background-position:4px -2647px}.slide-sdo{background-position:4px -2699px}.slide-qingbiji{background-position:4px -2751px}.slide-people{background-position:4px -2803px}.slide-xinhua{background-position:4px -2907px}.slide-yaolan{background-position:4px -2959px}.slide-thx{background-position:4px -2491px}.slide-bdhome{background-position:4px -151px}.slide-bdxc{background-position:4px -2543px}.slide-bdysc{background-position:4px -3063px}.slide-isohu{background-position:4px -3011px}.slide-more{background-position:4px 5px}.slide-ibaidu{background-position:4px -3115px}.slide-weixin{background-position:4px -1607px}.slide-iguba{background-position:4px -1295px}.slide-evernotecn{background-position:4px -3179px}.bdshare-slide-bottom .slide-more{border:none;margin-right:10px}.slide-tsohu,.slide-tfh,.slide-baidu,.slide-qq,.slide-msn,.slide-sohu,.slide-qy,.slide-leho,.slide-ifeng,.slide-ff,.slide-tuita,.slide-ms,.slide-deli,.slide-s51,.slide-t163,.slide-share189,.slide-xg,.slide-s139{display:none}.bdshare-slide-list a:hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.bdshare_dialog_bg{position:fixed;_position:absolute;width:312px;height:341px;z-index:9999;overflow:hidden;display:none}.bdshare_dialog_box{position:fixed;_position:absolute;width:300px;border:6px solid #8F8F8F;height:329px;z-index:10000;text-align:left;box-shadow:0 0 7px #aaa;-webkit-box-shadow:0 0 7px #aaa;-moz-box-shadow:0 0 7px #aaa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;overflow:hidden;background:#f6f6f6;display:none}.bdshare_dialog_top,.bdshare_popup_top{height:28px;color:#626262;overflow:hidden;font-weight:bold;font-size:14px;line-height:28px;padding:0 5px}.bdshare_dialog_close{width:22px;height:23px;background:url(../img/share/pop_c.gif?v=2d7108c8.gif) no-repeat 0 0;float:right;display:block;margin-top:2px}.bdshare_dialog_list{margin:0;padding:10px 0;height:256px;background:#fff;overflow:auto;overflow-x:hidden}.bdshare_dialog_bottom{height:25px;line-height:25px;font-size:12px;text-align:right;padding:0 10px}.bdshare_dialog_bottom a{color:#999;text-decoration:none}.bdshare_dialog_bottom a:hover{color:#00a9e0}.bdshare_dialog_list li{float:left;width:130px;padding:2px;margin-left:6px;_margin-left:3px;height:28px;overflow:hidden;list-style:none}.bdshare_dialog_list a,.bdshare_popup_list a,.bdshare_popup_bottom a{color:#565656;font:12px 'å®‹ä½“';display:block;background-image:url(../img/share/icons_0_16.png?v=91362611.png);background-repeat:no-repeat;padding:5px 0 5px 28px;text-decoration:none;border:1px solid #fff;line-height:18px}.bdshare_dialog_list a:hover,.bdshare_popup_list a:hover{background-color:#f3f3f3;border:1px solid #eee;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.popup_qzone{background-position:4px -47px}.popup_tsina{background-position:4px -99px}.popup_renren{background-position:4px -203px}.popup_tqq{background-position:4px -255px}.popup_kaixin001{background-position:4px -307px}.popup_tqf{background-position:4px -359px}.popup_hi{background-position:4px -411px}.popup_douban{background-position:4px -463px}.popup_tieba{background-position:4px -723px}.popup_hx{background-position:4px -983px}.popup_fx{background-position:4px -1035px}.popup_ty{background-position:4px -1191px}.popup_fbook{background-position:4px -1347px}.popup_twi{background-position:4px -1399px}.popup_linkedin{background-position:4px -1659px}.popup_meilishuo{background-position:4px -1711px}.popup_mogujie{background-position:4px -1763px}.popup_diandian{background-position:4px -1815px}.popup_huaban{background-position:4px -1867px}.popup_duitang{background-position:4px -2023px}.popup_youdao{background-position:4px -2075px}.popup_wealink{background-position:4px -2179px}.popup_copy{background-position:4px -2283px}.popup_mail{background-position:4px -2335px}.popup_print{background-position:4px -2387px}.popup_mshare{background-position:4px -2439px}.popup_sqq{background-position:4px -2647px}.popup_sdo{background-position:4px -2699px}.popup_qingbiji{background-position:4px -2751px}.popup_people{background-position:4px -2803px}.popup_xinhua{background-position:4px -2907px}.popup_yaolan{background-position:4px -2959px}.popup_thx{background-position:4px -2491px}.popup_bdhome{background-position:4px -151px}.popup_bdxc{background-position:4px -2543px}.popup_more{background-position:4px 5px}.popup_bdysc{background-position:4px -3063px}.popup_isohu{background-position:4px -3011px}.popup_ibaidu{background-position:4px -3115px}.popup_weixin{background-position:4px -1607px}.popup_iguba{background-position:4px -1295px}.popup_h163{background-position:4px -3156px}.popup_evernotecn{background-position:4px -3179px}.bdshare_popup_bg{position:absolute;display:none;z-index:9997}.bdshare_popup_box{position:absolute;display:none;z-index:9998;text-align:left;background:#f6f6f6;border:solid 1px #e9e9e9}.bdshare_popup_list{margin:0;padding:5px 0;background:#fff;overflow:auto;overflow-x:hidden;_zoom:1}.bdshare_popup_bottom{clear:both;height:30px;font-size:12px;text-align:right;padding:0 10px}.bdshare_popup_bottom a{color:#999;text-decoration:none;border:0;float:right}.bdshare_popup_bottom a:hover{color:#00a9e0}.bdshare_popup_list li{float:left;width:100px;padding:2px;margin-left:6px;_margin-left:3px;height:28px;overflow:hidden;list-style:none}.popup_tsohu,.popup_tfh,.popup_baidu,.popup_qq,.popup_msn,.popup_sohu,.popup_qy,.popup_leho,.popup_ifeng,.popup_ff,.popup_tuita,.popup_ms,.popup_deli,.popup_s51,.popup_t163,.popup_share189,.popup_xg,.popup_s139{display:none}.bdshare_dialog_box,.bdshare_dialog_list a:hover,.bdshare_popup_list a:hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.subtitle {
	font-family:宋体;
}

#detail .article-box {
    min-height: 610px;
}