﻿@charset 'utf-8';

/* -----------ahnews css reset ----------- */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #fff;
}

html,
body {
	_background-image: url(about:blank);
	_background-attachment: fixed;
}

img {
	border: none;
}

li {
	list-style: none;
}

select {
	border: 1px solid #A9A9A9;
}

strong {
	font-weight: bold;
}

td {
	line-height: 24px;
}

img {
	vertical-align: middle;
}

video {
	max-width: 1280px;
	width: 100%;
}

a {
	cursor: pointer;
	outline: none;
	color: #000;
	text-decoration: none;
}

input {
	outline: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration: none;
}






/*nav_down*/
#h2017_nav_bg_down{height:45px; float:left; }
#h2017_nav, #h2017_nav ul{ padding: 0;margin: 0; height:20px;list-style: none;line-height: 1;float: left; background:#eee;}
#h2017_nav li{ margin:2px 0 0 2px;text-align:center; float: left ;}
#h2017_nav li a{color:#2a2a2a;font-size: 16px;}   
#h2017_nav li ul{ /* second-level lists */
z-index: 9999;  position: absolute;background: #fff;left: -999em;height: auto;width: 280px;margin:0px;padding: 10px 5px;border:1px solid #ddd;box-shadow: 0 0 5px #ddd;border-radius:5px; opacity:0.9;filter:alpha(opacity=90); }
#h2017_nav li ul li{  float:left; padding:5px; color:#a8a8a8; display:block;height:20px; white-space: nowrap;overflow: visible}
#h2017_nav li ul li a{ white-space:nowrap}
*+html #h2017_nav li ul{margin: 16px 0 0 -95px;} /* 二级菜单显示位置调整IE7 */
*html #h2017_nav li ul{margin: 16px 0 0 -95px;} /* 二级菜单显示位置调整 IE6 */
#h2017_nav li a:hover, #h2017_nav li a:active {color: #255063;text-decoration: none;}
#h2017_nav li:hover ul, #h2017_nav li.sfhover ul{ /* lists nested under hovered list items */left: auto; /* 如果上面用left的了,那么这就不用改,最多改个数,如果用display:none了,那么这里改成display:block*/}



/* 公共样式--------------------------------------------------*/
.lh20 {
	line-height: 20px
}

.lh22 {
	line-height: 22px
}

.lh24 {
	line-height: 24px
}

.lh26 {
	line-height: 26px
}

.lh28 {
	line-height: 28px
}

.wloadIframeAD {
	background: #f1f1f1 url(../images/Loading.gif) no-repeat 50% 50%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

mt10 {
	margin-top: 10px;
}

mt20 {
	margin-top: 20px;
}

mb10 {
	margin-bottom: 10px;
}

mb20 {
	margin-bottom: 20px;
}

/* 清除浮动 */

.clearfix {
	display: block;
	#zoom: 1;
    /*ie6-ie7*/
}

.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}


/* icon定义 */

.icon {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-all.png) no-repeat;
	overflow: hidden;
}

.iconVideo01 {
	width: 19px;
	height: 19px;
	background-position: 0px 0px;
}

.iconAudio01 {
	width: 19px;
	height: 19px;
	background-position: -19px 0px;
}

.iconMobile {
	width: 9px;
	height: 16px;
	background-position: 0px -25px;
}

.iconDownArrow {
	width: 14px;
	height: 14px;
	background-position: 0 -45px;
}

.iconDownArrowWhite {
	width: 14px;
	height: 14px;
	background-position: -19px -45px;
}

.iconUpArrowWhite {
	width: 14px;
	height: 14px;
	background-position: -37px -45px;
}

.iconSearchBtn {
	width: 16px;
	height: 16px;
	background-position: -19px -25px;
}

.iconGs {
	width: 34px;
	height: 42px;
	background-position: 0 -158px;
}

.iconFlagCH {
	width: 18px;
	height: 12px;
	background-position: -40px -25px;
}

.iconDepth {
	width: 20px;
	height: 20px;
	background-position: -65px -25px;
}

.iconGoTop {
	background-position: -90px -25px;
}

.iconTwoCode {
	background-position: -108px -25px;
}

.iconClose {
	background-position: -125px -25px;
}

.iconLeftArrow {
	width: 4px;
	height: 10px;
	background-position: -51px -45px;
}

.iconRightArrow {
	width: 4px;
	height: 10px;
	background-position: -55px -45px;
}

.icon1 {
	width: 18px;
	height: 9px;
	background-position: -123px -65px;
}
.icon2 {
	width: 12px;
	height:12px;
	background-position: -78px 3px;
}



/* select */

.comSelect {
	display: inline-block;
	#display: inline;
	#zoom: 1;
	width: 70px;
	height: 28px;
	background: #fff;
	padding-right: 15px;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.comSelect.activeSelect {
	border: 1px solid #e2e2e2;
}

.comSelect .selected {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	color: #666;
}

.comSelect a:hover {
	color: #0f649b!important;
}

.comSelect .downBtn {
	display: block;
	width: 15px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 10px;
}

.comSelect .downBtn i {
	margin-top: 6px;
}


/* selectList */

.selectList {
	width: 350px;
	border: 1px solid #e2e2e2;
	padding: 10px;
	background: #fff;
	position: absolute;
	right: -1px;
	_right: -2px;
	top: 28px;
	z-index: 999;
	display: none;
}

.selectList li.option {
	float: left;
	height: 24px!important;
	padding: 0px!important;
	margin: 0 5px 0 0!important;
}

.selectList li a {
	display: block;
	height: 24px!important;
	line-height: 24px!important;
	font-size: 12px;
	white-space: nowrap;
}


/* 装饰器 */


.borders .borderTit {
	height: 50px; margin-bottom:10px;
}

.borders .borderTit .left { 
	float: left;
	height: 44px;
	line-height: 40px;
}

.borders .borderTit .left .name,
.borders .borderTit .left .nameEng,
.borders .borderTit .left .iconWrap {
	float: left;
	height: 44px;
	overflow: hidden;
}

.borders .borderTit .left .name {
	font-size: 16px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #0e649a;
	font-weight: bold;
	line-height: 40px;
}

.borders .borderTit .left .name a,
.borders .borderTit .left .name span {
	font-size: 24px; padding-bottom:4px; border-bottom: 3px solid #145099;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #145099;
}
.borders .borderTit .left .name a:hover {
	color: #e2313f;border-bottom: 3px solid #e2313f;
}
.borders .borderTit .left .nameEng {
	line-height: 40px;
	color: #fea348;
	font-size: 12px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	margin-left: 5px;
}

.borders .borderTit .left .iconWrap {
	line-height: 34px;
	padding-left: 7px;
}

.borders .borderTit .right {
	height: 40px;
	line-height: 34px;
	border-bottom: 1px solid #e7e7e7;
}

.borders .borderCont {
	padding: 15px 0 0 0;
}

#rongmedia { height:170px; margin-left:15px; 
	overflow: hidden;
	position: relative;
	width: 100%;
}

#rongmedia li {
	float: left;
	margin: 110px 0 0 20px;
}


/* tabs */

.tabs .tabsTit {
	height:37px;
	position: relative;
	z-index: 1;
}
.tabpl {background: url(../images/) no-repeat;
	background-position: 0 -64px;

}
.tabrong {	background: #f7f7f7 url(http://www.lijiangcoffee.com/images/2021qxbg.png)  no-repeat; height:289px; }
.tabsd { border-bottom:1px solid #ccc; }


.tabstit {float:left; color:#305698;	font-family: \5FAE\8F6F\96C5\9ED1; font-size:24px; line-height:22px; line-height:36px; border-bottom:3px solid #385d9c;}

.tabs .tabsTit .one  a:link,a:visited{ display:block; width:205px; height:121px; background:url(http://www.lijiangcoffee.com/images/2021qx1.png);}/*链接、点击后*/
.tabs .tabsTit .one   a:hover{background:url(http://www.lijiangcoffee.com/images/2021qx1d.png);}/*鼠标经过*/
.tabs .tabsTit .one  a:active{background:url(http://www.lijiangcoffee.com/images/2021qx1d.png);}/*点击时*/

.tabs .tabsTit .two  a:link,a:visited{ display:block; width:205px; height:121px; background:url(http://www.lijiangcoffee.com/images/2021qx2.png);}/*链接、点击后*/
.tabs .tabsTit .two   a:hover{background:url(http://www.lijiangcoffee.com/images/2021qx2d.png);}/*鼠标经过*/
.tabs .tabsTit .two  a:active{background:url(http://www.lijiangcoffee.com/images/2021qx2d.png);}/*点击时*/

.tabs .tabsTit .thr  a:link,a:visited{ display:block; width:205px; height:121px; background:url(http://www.lijiangcoffee.com/images/2021qx3.png);}/*链接、点击后*/
.tabs .tabsTit .thr   a:hover{background:url(http://www.lijiangcoffee.com/images/2021qx3d.png);}/*鼠标经过*/
.tabs .tabsTit .thr  a:active{background:url(http://www.lijiangcoffee.com/images/2021qx3d.png);}/*点击时*/


.tabs .tabsTit .four  a:link,a:visited{ display:block; width:205px; height:121px; background:url(http://www.lijiangcoffee.com/images/2021qx4.png);}/*链接、点击后*/
.tabs .tabsTit .four   a:hover{background:url(http://www.lijiangcoffee.com/images/2021qx4d.png);}/*鼠标经过*/
.tabs .tabsTit .four  a:active{background:url(http://www.lijiangcoffee.com/images/2021qx4d.png);}/*点击时*/

.tabs .tabsTit .five  a:link,a:visited{ display:block; width:205px; height:121px; background:url(http://www.lijiangcoffee.com/images/2021qx5.png);}/*链接、点击后*/
.tabs .tabsTit .five   a:hover{background:url(http://www.lijiangcoffee.com/images/2021qx5d.png);}/*鼠标经过*/
.tabs .tabsTit .five  a:active{background:url(http://www.lijiangcoffee.com/images/2021qx5d.png);}/*点击时*/


.tabs .tabsTit li {
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0 5px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #8d8d8d;
	border-bottom: none;
	position: relative;
	cursor: pointer;
}
.tabs .tabsTit .tabsT a {font-size: 17px;
	line-height: 33px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #707070;
}

.tabs .tabsTit li.on {
	height: 34px;
	font-size: 17px;
	border-top-color: #0e649a;
	color: #0e649a;
	top: 0px;
}

.tabs .tabsTit .on a {
	font-size: 17px;
	color: #11649a;
}

.tabs .tabsTit .tabR {
	float: right;
	height: 33px;
	line-height: 33px;
	padding: 0px;
	border: none;
	border-top: 1px solid #fff;
}

.tabs .tabsCont {
	position: relative;
	margin-top: 1px;
	padding: 15px 0;
}


/* focusWord */

.focusWord {
	height: 16px;
	margin: 6px 0 14px;
	overflow: hidden;
}

.focusWord a {
    /*	display: inline-block;
height: 16px;*/
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
	color: #484848;
}

.focusWord a .icon {
	#margin-right: 4px;
	position: relative;
	top: -2px;
}


/* focusWordBlue */

.focusWordBlue {
	height: 18px;
	margin-bottom: 14px;
	overflow: hidden;
}

.focusWordBlue a {
    /*	display: inline-block;
height: 16px;*/
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
	color: #305798;
}
.focusWordBlue a:hover{

	color: #e2313f;
}
.focusWordBlue a .icon {
	#margin-right: 4px;
	position: relative;
	top: -2px;
}


/* 数据列表样式01 */

.dataList01 {
	overflow: hidden;
}

.dataList01 li {
	height: 20px;
	margin-bottom: 12px;
	overflow: hidden;
	vertical-align: top;
}

.dataList01 li a {
    /*display: inline-block;
height: 16px;*/	font-family: \5FAE\8F6F\96C5\9ED1;

	line-height: 20px; font-size:16px;
    /*margin-right: 4px;*/
	vertical-align: top;
	color: #393939;
}
.dataList01 li a:hover {
	color: #9d020f;
}.dataList01 li a .icon {
	#margin-right: 4px;
	position: relative;
	top: -2px\9;
	top: -2px\0;
	#top: 0px;
}

.dataList01 li.first a {
	font-weight: bold;
}





/* footerBody
--------------------------------------------------*/

#footerBody {
	text-align: center;
	min-width: 1200px;
}

#footerBody .links {
	background: #f1f1f1
}

#footerBody .links .cont {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

#footerBody .links .left {
	font-size: 14px;
	float: left;
	width: 160px;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-weight: bold;
}

#footerBody .links .right a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 0 8px 0 0;
	font-size: 14px;
	color: #666;
}

#footerBody .copyright {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

#footerBody .copyright p {
	line-height: 24px;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

#footerBody .copyright p a {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

#footerBody .copyright p.rows01 {
	text-align: center;
}

#footerBody .copyright p.rows02 {
	padding-left: 40px;
}

#footerBody .copyright p.rows03 {
	padding-left: 70px;
}

#footerBody .icon {
	position: absolute;
	left: 50%;
	bottom: 24px;
	margin-left: 415px;
}

#footerBody .dibu {
	background: #1d71b7;
	color: #FFF;
}

#footerBody .dibu .cont {
	font-size: 12px;
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}





/* 顶部广告
--------------------------------------------------*/

#topAdv {
	position: relative;
	height: 89px;
    /* margin-top: -88px;*/
	text-align: center;
	display: block;
}

#topAdv .textAd {
	width: 1000px;
	height: 19px;
	margin: 0 auto 1px auto;
	overflow: hidden;
	font-size: 0px;
	background: #f1f1f1;
}

#topAdv .textAd a {
	display: inline-block;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	margin: 0 10px;
}

#topAdv .imgsAd {
	width: 1000px;
	margin: 0 auto;
}

#topAdv .imgsAdL {
	float: left;
	width: 164px;
}

#topAdv .imgsAdC {
	float: left;
	width: 670px;
}

#topAdv .imgsAdR {
	float: right;
	width: 164px;
}


/* topBody
--------------------------------------------------*/

#topBody {
	background: #e9e9e9;
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 3;
	min-width: 1200px;
}

#topBody .topL .slogan a {
	color: #848484;
	cursor: default;
}

#topBody .topL .slogan img {
	position: relative;
	top: -4px;
}

#topBody #weather {
	position: relative;
}

#topBody #weather iframe {
	position: absolute;
	top: 9px;
	left: 0;
	background: #e9e9e9;
}

#topBody .topCont {
	width: 1200px;
	height: 49px;
	margin: 0 auto;
	position: relative;
	background: #e9e9e9;
	border-bottom: 0px solid #dbdbdb;
}

#topBody .topCont li {
	float: left;
	margin-right: 25px;
	vertical-align: middle;
	line-height: 49px;
	font-size: 12px;
	color: #71869e;
}

#topBody .topL {
	height: 44px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#topBody .topR {
	height: 44px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#topBody .topR .slogan a {
	color: #848484;
	cursor: default;
}

#topBody .topCont a {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	color: #71869e;
	font-size: 12px;
	vertical-align: middle;
}

#topBody .topCont #xhsearch a {
	color: #1d71b7;
}

#topBody .topCont .icon {
	margin-right: 4px;
}

#topBody .topCont #langBody {
	width: 104px;
	position: relative;
	cursor: pointer;
	margin-right: 18px;
}

#topBody .topCont #langBody a {
	font-family: Arial;
}

#topBody .topCont #langBody .langS {
	padding-left: 22px;
}

#topBody .topCont #langBody .icon {
	margin-left: 5px;
	margin-bottom: 2px\9;
}

#topBody .topCont #langBody .iconFlagCH {
	margin: 0px;
	margin-right: 5px;
	position: relative;
	top: -1px\9;
	#top: 0px;
}

#topBody .topCont .dragList {
	display: none;
	position: absolute;
	top: 44px;
	left: 0px;
	width: 525px;
	height: 87px;
	padding-left: 12px;
	background: #f1f1f1;
	border: 1px solid #dbdbdb;
}

#topBody .topCont .dragList a {
	float: left;
	width: 78px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif
}

#topBody .topCont .dragList .toMenggu {
	position: absolute;
	right: 24px;
	top: 4px
}

#topBody .topCont .dragList .toMenggu a {
	;
    width: 16px;
	height: 38px;
	background: url('') 3px 3px no-repeat;
	z-index: 3;
	padding: 5px;
}

#topBody .topCont .dragList .toMenggu a:hover {
	background: url('') 3px 3px no-repeat;
}

#topBody #xhsearch {
	position: relative;
	padding-right: 205px;
	margin-right: 0px;
}

#topBody #xhsearch .form {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 198px;
	height: 24px;
	background: #fff;
	border: 1px solid #1d71b7;
	position: absolute;
}

#topBody #xhsearch .submitBtn {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 0px;
	left: auto;
	cursor: pointer;
}

#topBody #xhsearch input {
	display: block;
	width: 165px;
	height: 24px;
	line-height: 24px\9;
	font-size: 12px;
	color: #8d9fab;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 5px;
}

#topBody #xhsearch input::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #8d9fab;
}

#topBody #xhsearch input:-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #8d9fab;
}

#topBody #xhsearch input::-moz-placeholder {
	font-size: 12px;
	line-height: 24px;
	color: #8d9fab;
}

#topBody #xhsearch input:-ms-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #8d9fab;
}

/* headerBody --------------------------------------------------*/

#headerBody {
	width: 1200px;
	height: 120px;
	margin: 10px auto;
	position: relative;
	z-index: 2;
}

#headerBody .logo {
	float: left;
	width: 365px;
	height: 120px;
}

#headerBody .logo a {
	display: block;
	width: 365px;
	height: 120px;
	line-height: 83px;
	vertical-align: middle;
	text-align: center;
	font-size: 0px;
}

#headerBody .logo img {
	max-width: 365px;
	max-height: 120px;
	margin: 0 auto;
	vertical-align: middle;
}

#headerBody .top {
	width: 800px;
	margin: 30px  0 0 35px;
	color: #7b7979;
	float: left;
	line-height: 25px;
	height: 25px;
	position: relative;
}

#headerBody .top .hour {
	float: left;
}

#headerBody .top .shou {
	background: url('../images/icon-all.png') no-repeat;
	background-position: -123px 5px;
	padding: 0 10px 0 20px;
	float: left;
}

#headerBody .top .shou a {
	color: #7b7979;
	font-size: 12px;
}

#headerBody .headerC {
	width: 390px;
	float: left;
	height: 40px;
	margin-left: 18px;
	position: relative;
	top: 20px;
}

#headerBody .headerR { 
	width: 280px;
	height: 40px;
	float: left;
	position: relative;
	top: 21px;
}

#headerBody .headerRT {
	height: 30px;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}

#headerBody .headerRB {
	height: 70px;
	position: relative;
	z-index: 1;
}

#headerBody .headerC {
	float: left;
}

#headerBody .headerC .bd,
#headerBody .headerC .bd li {
}

#headerBody .headerC .bd  span {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-weight: bold;
	line-height: 70px;
	color: #f00;
	font-size: 22px;
	margin-right: 20px;
	text-align: left;
}

#headerBody .headerC img {
	max-width: 450px;
	max-height: 70px;
	vertical-align: middle;
	margin: 0 auto;
}

#headerBody .headerC .bd #ahsearch {
	position: relative;
	margin-right: 0px;
}

#headerBody .headerC .bd #ahsearch .form {
	position: absolute;
	left: 20px;
	width: 350px;
	height: 24px;
	background: #fff;
	border: 3px solid #dddddd;
	position: absolute;
}

#headerBody .headerC .bd #ahsearch .submitBtn {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 0px;
	left: auto;
	cursor: pointer;
}

#headerBody .headerC .bd #ahsearch input {
	display: block;
	width: 165px;
	height: 24px;
	line-height: 24px\9;
	font-size: 12px;
	color: #8d9fab;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 5px;
}

#headerBody .headerC .bd #ahsearch input::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #8d9fab;
}

#headerBody .headerC .bd #ahsearch input:-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #8d9fab;
}

#headerBody .headerC .bd #ahsearch input::-moz-placeholder {
	font-size: 12px;
	line-height: 24px;
	color: #8d9fab;
}

#headerBody .headerC .bd #ahsearch input:-ms-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #8d9fab;
}

#headerBody .headerRT .channel {
	float: left;
	position: relative;
}

#headerBody .headerRT .channel .comSelect {
	float: left;
	width: 108px;
	height: 26px;
	border: 1px solid #e5e5e5;
	margin-right: 15px;
}

#headerBody .headerRT .channel li {
	float: left;
	height: 28px;
	padding: 0 5px;
	border: 1px solid #fff;
	vertical-align: middle;
	margin-right: 10px;
}

#headerBody .headerRT .channel li.active {
	border: 1px solid #e2e2e2;
}

#headerBody .headerRT .channel li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
	color: #666;
}

#headerBody .headerRT .channel li i {
	margin-left: 5px;
	cursor: pointer;
}

#headerBody .headerRT .channel .selectList {
	width: 242px;
	height: 50px;
	top: 26px;
	left: -140px;
}

#headerBody .headerRT .channel .xhNewspapers .selectList {
	width: 238px;
	height: 80px;
	left: -1px;
}

#headerBody .headerRT .reportItem {
	float: right;
	width: 114px;
	height: 28px;
	overflow: hidden;
}

#headerBody .headerRT .reportItem a {
	display: block;
	width: 114px;
	height: 28px;
}

#headerBody .headerRT .reportItem .report02 a {
	background-position: 0px -28px;
}

#headerBody .headerRT .reportItem .report03 a {
	background-position: 0px -56px;
}

#headerBody .headerRT .reportItem .report04 a {
	background-position: 0px -84px;
}

#headerBody .headerRT .reportItem .report05 a {
	background-position: 0px -112px;
}

#headerBody .case {
	width: 248px;
	height: 26px;
	border: 1px solid #e5e5e5;
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#headerBody .case li {
	float: left;
	vertical-align: middle;
	margin-right: 18px;
	font-size: 0px;
}

#headerBody .case li a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	vertical-align: middle;
	color: #0f649b;
}

#headerBody .case .controlBtn {
	height: 20px;
	position: absolute;
	right: 3px;
	top: 6px;
	cursor: pointer;
	overflow: visible;
}

#headerBody .case .selectList {
	width: 338px;
	height: 75px;
	border: 1px solid #e2e2e2;
	padding: 5px 10px 0 10px;
	background: #fff;
	position: absolute;
	left: auto;
	right: -4px;
	_right: -2px;
	top: 20px;
	z-index: 999;
	display: none;
}


/* navBody --------------------------------------------------*/

#navBody {
	width: 100%;
	height: 32px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	background: #d71629;
}

#navBody .navCont {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #d71629;
}

#navBody .subnavCont {
	padding: 10px 0 10px 0;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#navBody .colsItem {
	float: left;
	width: 100%;
}

#navBody .colsItem li {
	float: left;
	margin: 0 12px 0 11px;
	height: 32px;
}

#navBody .colsItem li a {
	font-size: 20px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #fff;
}
#navBody .colsItem li a:hover {
	color: #f90;
}

#navBody .colsItem .total  a:hover {
	color: #fff;
}

#navBody .subnavCont .df { overflow:hidden; height:20px;
	float: left;
	font-size: 14px;
	line-height: 25px;
	width:50px;
}

#navBody .subnavCont .xian { 
	float: right;
	width: 388px;
}
#navBody .subnavCont .xian img{ margin:3px 0 0 5px;
}
#navBody .subnavCont img { float:left;}
#navBody .subcolsItem {
	overflow: hidden;
	float: left;
	width: 980px;
}

#navBody .subcolsItem li {
	background: #eeeeee;
	border-right: 1px solid #666;
	float: left;
	width: 60px;
	height: 23px;
}

#navBody .subcolsItem li a {
	font-size: 18px;
	text-align: center;
	display: block;
	height: 23px;
	line-height: 23px;
	color: #333;
}

#navBody .cols01 {
	width: 136px;
	margin-left: 20px;
	_display: inline;
}

#navBody .cols02 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols03 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols04 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols05 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols06 {
	width: 228px;
	padding-left: 10px;
	border-right: 0px;
}

#navBody .moreBtn {
	position: absolute;
	right: 10px;
	bottom: 12px;
	cursor: pointer;
}

#navBody .secNav {
	width: 998px;
	height: 110px;
	background: #fff;
	border: 1px solid #498bb4;
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
}

#navBody .secNav .colsItem {
	width: 142px;
	margin: 15px 0 0 0;
	border-left-color: #fff;
	border-right-color: #fff;
}

#navBody .secNav .colsItem li {
	width: 47px;
}

#navBody .secNav .colsItem li.w2 {
	width: 34px;
}

#navBody .secNav .colsItem li.w3 {
	width: 50px;
}

#navBody .secNav .colsItem li.w4 {
	width: 65px;
}

#navBody .secNav .colsItem li.w5 {
	width: 80px;
}

#navBody .secNav .colsItem li a {
	color: #498bb4;
}

#navBody .secNav .cols01 {
	margin-left: 20px;
	width: 146px;
}

#navBody .secNav .row03 {
	clear: both;
}

#navBody .secNav .row03 li {
	float: left;
	height: 26px;
	margin-left: 20px;
}

#navBody .secNav .row03 li a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #fff;
}

.guanggao {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

.guanggao img {
	width: 495px;
	height: 55px;
	padding: 0 0 10px 10px;
	float: left;
}
/* headLine --------------------------------------------------*/

#headLine {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
	z-index: 0
}

#headLine .part1 {
	background: #eee;
	height: 110px;
	position: relative;
	overflow: hidden;
}

#headLine .part1 .more {
	width: 20px;
	padding-top: 20px;
}

#headLine .part1 .more a {
	font-size: 12px;
	color: #bdbdbd;
	line-height: 15px;
}

#headLine .spart1 {
	height: 110px;
	position: relative;
	overflow: hidden;
}

#headLine .spart1 .more {
	width: 20px;
	padding-top: 20px;
}

#headLine .spart1 .more a {
	font-size: 12px;
	color: #bdbdbd;
	line-height: 15px;
}

.bdhx {
	border-bottom: 1px solid #ccc;
	width: 783px;color:#8f8c8c;
	height: 39px;
	float: left;

}
.bdhx a{ font-size:12px; color:#8f8c8c; line-height:50px;}
.bdhx a:hover{ color:#c22b2b;}
#headLine .spart2 #skxw {
	width: 782px;
	height: 150px;
	position: absolute;
	background: url(../images/bg_skxw.png) no-repeat 0 0;
	overflow: hidden;
}

#headLine .part2 #skxw .bd li {
	margin-top: 15px;
	width: 800px;
	height: 150px;
	position: relative;
	overflow: hidden;
}

#headLine .part2 #skxw .bd li img {
	width: 184px;
	margin-right: 10px;
	height: 137px;
	overflow: hidden;
}

.img-group {  position: relative;  display: inline-block;}        
.img-tip {position: absolute; width:184px;text-align: center;  bottom: 0;  background: #333;  color: #fff;  opacity:0.7; height:30px; line-height:30px;  }        
.img-group:hover .img-tip { font-size:13px; display: block;  width: 184px;  text-align: center; height:30px; line-height:30px; font-weight:bolder;}

#headLine .part2 #skxw .hd {
	position: absolute;
	top: 520px;
	overflow: hidden;
}

#headLine .part2 #skxw .hd li { 	font-family: \5FAE\8F6F\96C5\9ED1; font-size:24px; border-bottom:3px solid #ccc; color:#ccc;
	height:30px;
	float: left;
	margin-right:16px;
	cursor: pointer;
}

#headLine .part2 #skxw .hd li.on {
  color:#305698; border-bottom:3px solid #305698;
}

#headLine .headLineL {
	float: left;
	width: 555px;
}

#headLine .headLineR {
	float: right;
	width: 425px;
	overflow: hidden;
}

#headLine h1 {
	height: 44px;
	text-align: center;
	margin: 0 0 14px 0;
}

#headLine h1 a {
	height: 44px;
	line-height: 44px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 26px;
	font-weight: bold;
	color: #305798;
}

#headLine .hots {
	height: 24px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#headLine .hots p {
	width: 100%;
	text-align: center;
}

#headLine .hots .moreNews {
	background: #fff;
	color: #71869e;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	padding: 0 0 0 20px;
}

#headLine .hots a {
	font-weight: normal;
	margin: 10px 0;
	padding-right: 30px;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
#headLine .hots a:hover {
	color: #e60012;
}
#headLine #h1keyword {
	display: none;
}

#headLine .part2 {
	padding-top: 10px;
	position: relative;
}

#headLine .part2L {
	float: right;
	width: 365px;
	height: 1350px;
}

#headLine .part2L .focusWordBlue {
	height: 24px;
	margin-bottom: 12px;
}

#headLine .part2L .focusWordBlue a {
	line-height: 22px;
	font-size: 18px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#headLine .part2L .dataList01 {
	margin-bottom: 6px;
}

#headLine .part2L .dataList01 a {
	line-height: 20px;
}

#headLine .part2R {
	width: 790px;
	float: left;
}

#headLine .videoCloseBtnX,
#headLine .part2 .videoCloseBtn {
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	right: -16px;
	bottom: 0;
	z-index: 9999;
	cursor: pointer;
	background-position: 0px -80px;
}

#headLine .part3 {
	padding: 25px 0 5px 0;
}

#headLine .part3L {
	float: left;
	width: 315px;
}

#headLine .part3L .dataList01 {
	padding-bottom: 0px;
}

#headLine .part3L .dataList01 li {
	height: 20px;
}

#headLine .part3L .dataList01 a {
	line-height: 20px;
}

#headLine .part3L .dataList01 .col {
	position: relative;
	font-size: 14px;
	color: #0f588b;
}

/*电子报*/
.zwleft {float: left;width: 365px; margin-bottom:50px; height:969px;margin-top:180px;}
.dzb { margin-top:30px;
	float: left;
	width: 365px;
	height: 250px;
	overflow: hidden;
}

.dzb .tit {font-size:24px; line-height:35px;	font-family: \5FAE\8F6F\96C5\9ED1; color:#385d9c;
	height:35px;
	overflow: hidden;
	background: url(../images/subtitle.png) no-repeat;
	background-position: 0 -12px;
}
/*&#98;&#101;&#115;&#116;&#51;&#54;&#53;&#20307;&#32946;&#27491;&#19981;&#27491;&#35268;&#95;&#51;&#54;&#53;&#22825;&#31532;&#19977;&#23395;&#26080;&#21024;&#38500;&#23436;&#25972;&#32763;&#35793;&#95;&#51;&#54;&#53;&#22269;&#38469;&#36895;&#21457;&#24425;&#31080;e周刊*/
.ezk { margin:20px 57px 0 46px;
	float: left;
	width: 365px;
	height: 260px;
	overflow: hidden;
}

.ezk .tit {font-family: \5FAE\8F6F\96C5\9ED1; color:#385d9c;
	height:40px; padding-left:16px;
	overflow: hidden;

}

#ezkk { 
	float: left;
	width: 365px;
	height: 220px;
	background: url() 0 6px no-repeat;
	overflow: hidden;
	position: relative;
}

#ezkk .title {
	float: left;
	height: 50px;
	line-height: 16px;
	padding: 15px 0 0 20px;
	font-size: 16px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #0e649a;
}

#ezkk .title span {
	color: #fea348;
	font-size: 12px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#ezkk .mediaList {
	float: left;
	width: 350px;
	height: 250px;
}

#ezkk .mediaList li {
	padding: 12px 0 0 30px;
}

#ezkk .mediaList li p {
	float: left;
	height: 28px;
	overflow: hidden;
	color: #0f588b;
	padding-left: 2%;
	padding-right: 1%;
}

#ezkk .mediaList li img { border:1px solid #999; padding:10px 20px 10px 20px;
	width: 260px; 
	height: 180px;
}

#ezkk .mediaList li a {
	line-height: 28px;
	color: #393939;
}

#ezkk .btn {
	background: url(../images/fonticon-all.png) no-repeat;
	width: 20px;
	height: 200px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

#ezkk .btn i {
	width: 0;
	height: 0;
	line-height: 0px;
	font-size: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	_border-bottom: 6px solid dashed;
	_border-top: 6px solid dashed;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	overflow: hidden;
}

#ezkk .btnPrev {
	background: url(http://www.lijiangcoffee.com/images/eljt.png) no-repeat;
	left: 10px;
	top: 80px;
}

#ezkk .btnPrev i {
	border-bottom: 6px solid #a9a9a9;
	top: 6px;
}

#ezkk .btnNext {
	background: url(http://www.lijiangcoffee.com/images/erjt.png) no-repeat;
	right: 10px;
	top: 80px;
}

#ezkk .btnNext i {
	border-top: 6px solid #a9a9a9;
	bottom: 4px;
}


.wywk { background:#f5f5f5;	border-radius: 0px 15px;
	float: left;
	width: 345px;
	margin:0 0 10px 50px; padding:9px 10px 0 10px;
	overflow: hidden;
}

.wywk .tit { width:50px; float:left; padding:1px 0 0 8px; line-height:21px;font-family: \5FAE\8F6F\96C5\9ED1; 
	height: 50px;
	overflow: hidden;
}
.wywk .tit a{ font-size:20px; font-family: \5FAE\8F6F\96C5\9ED1; color:#385d9c; font-weight:bolder;
}
.wywk .tit a:hover { color:#FF0000;
}
.djwk {
	float: left;
	width: 365px;
	margin: 20px 0 0 50px;
	overflow: hidden;
}

.djwk .tit {
	height: 50px;
	overflow: hidden;
	background-position: 0 -275px;
}


.sp {
	float: left;
	width: 365px;
	margin: 180px 0 0 50px;
	overflow: hidden;
}

.sp .tit {
	height: 50px;
	overflow: hidden;
	background: url(../images/subtitle.png) no-repeat;
	background-position: 0 -70px;
}

.sp .tit1 {
	height: 50px;
	overflow: hidden;
	background-position: 0 -275px;
}

.mh { margin:0 60px 0 20px;
	float: left;
	width: 365px;
	height: 280px;
	overflow: hidden;
}

.mh .tit {
	height: 50px;
	overflow: hidden;
	background: url(../images/subtitle.png) no-repeat;
	background-position: 0 -128px;
}
.mh .tit a{ font-size:24px;	height: 50px;	font-family: \5FAE\8F6F\96C5\9ED1; color:#385d9c; float:right; line-height:50px;}
.mh .tp1{ width:160px; height:245px; float:left; margin-right:5px;}
.mh .tp2{ width:200px; height:115px;float:left; margin-bottom:5px;}

.baol { 
	float: left;
	width: 365px;
	height: 290px;
	margin: 20px 0 0 50px;
	overflow: hidden;
}

.baol .tit {
	height: 50px;
	overflow: hidden;
	background: url(../images/subtitle.png) no-repeat;
	background-position: 0 -190px;
}

#headLine #acts {
	width: 262px;
	height: 120px;
	background: url() no-repeat 0 0;
	overflow: hidden;
	position: relative;
}

#headLine #acts .bd li {
	width: 262px;
	height: 120px;
	position: relative;
	overflow: hidden;
}

#headLine #acts .hd {
	position: absolute;
	right: 20px;
	top: 18px;
	height: 5px;
	line-height: 0px;
	overflow: hidden;
}

#headLine #acts .hd li {
	width: 5px;
	height: 5px;
	background: #858585;
	float: left;
	margin-left: 8px;
	cursor: pointer;
}

#headLine #acts .hd li.on {
	background: #db000a;
}

#headLine #acts h3 {
	color: #1d71b6;
	font-weight: bold;
	position: absolute;
	top: 12px;
	left: 18px;
}

#headLine #acts h2 {
	padding: 44px 0 5px 20px;
}

#headLine #acts a {
	color: #da000a;
	font-weight: bold;
	font-size: 18px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#headLine #acts p {
	padding: 0 20px;
	color: #848484;
	font-size: 12px;
	height: 40px;
	line-height: 22px;
	overflow: hidden;
}

#headLine .part3R {
	float: right;
	width: 656px;
	position: relative;
}

#headLine .part3R .dataList11 li {
	width: 218px;
	height: 122px;
	margin-right: 1px;
	position: relative;
}

#headLine .part3R .dataList11 li .img,
#headLine .part3R .dataList11 li a,
#headLine .part3R .dataList11 li img {
	width: 218px;
	height: 122px;
	margin-bottom: 0px;
}

#headLine .part3R .dataList11 li .icon {
	position: absolute;
	left: 10px;
	bottom: 5px;
	z-index: 1;
}

#headLine .part3R .dataList11 .text h4 {
	line-height: 30px;
	color: #fff;
	text-align: center;
}

#headLine .part3R .dataList11 .img {
	position: relative;
}

#headLine .part3R .dataList11 .img .playBtn a {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -34px 0 0 -20px;
	font-size: 0px;
	vertical-align: top;
	background-position: -50px 0;
}

#headLine .part3R .dataList11 .img .playBtn a:hover {
	background-position: -110px 0px;
}

#headLine .part3R .slogan {
	position: absolute;
	right: 0px;
	top: -10px;
}

.zt {
	background: url(../images/zt-all.png)no-repeat -50px -135px;
}

.gund {
	background: url(../images/fonticon-all.png)no-repeat 0px 0px;
	height: 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

/* focusBox --------------------------------------------------*/

.focusBox {
	width: 655px;
	height: 441px;
	overflow: hidden;
	background: url(../images/bg_video.png) no-repeat;
	position: relative;
}

.focusBox .focusTitle {
	width: 99px;
	height: 11px;
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -49px;
	background: url(../images/icon-all.png) no-repeat -97px -260px;
	text-indent: -9999px;
	overflow: hidden;
}

.on .focusTitle {
	background-position: -97px -272px;
}

.focusBox .focusBoxWrap {
	width: 651px;
	height: 355px;
	position: relative;
	top: 18px;
	left: 2px;
}

.focusBox .pic li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 651px;
	height: 355px;
	overflow: hidden;
	background: #f1f1f1 url(../images/Loading.gif) no-repeat 50% 50%;
}

.focusBox .pic li .lazyload {
	display: none;
}

.focusBox .pic .videoPlayBtn {
	display: none;
	width: 42px;
	height: 42px;
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 5px;
	bottom: 5px;
	background-position: -50px 0;
	cursor: pointer;
}

.focusBox .pic .videoPlayBtn:hover {
	background-position: -110px 0px;
}

.focusBox .pic .iframeSrc,
.focusBox .pic .videoPlayBtn a {
	display: none;
}

.focusBox .pic img {
	width: 651px;
	height: 355px;
}

.focusBox .txt {
	position: absolute;
	bottom: 18px;
	left: 0px;
	z-index: 2;
	height: 20px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt ul {
	width: 100%;
	height: 20px;
}

.focusBox .txt li {
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: -20px;
}

.focusBox .txt li a {
	display: block;
	line-height: 20px;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

.focusBox .num {
	width: 400px;
	height: 25px;
	position: absolute;
	z-index: 3;
	bottom: 40px;
	left: 50%;
	margin-left: -200px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}

.focusBox .num li {
	float: none;
	display: inline-block;
	#display: inline;
	#zoom: 1;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	margin: 0;
	cursor: pointer;
	background-position: 0px -50px;
}

.focusBox .num li.on,
.focusBox .num li:hover {
	background-position: -25px -50px;
}

.focusBox .pageBtn {
	width: 21px;
	height: 24px;
	position: absolute;
	z-index: 1;
	bottom: 28px;
	cursor: pointer;
}

.focusBox .btnPrev {
	right: 114px;
	background-position: 0 0;
}

.focusBox .btnPrev:hover {
	background-position: 0 -25px;
}

.focusBox .btnNext {
	right: 77px;
	background-position: -22px 0;
}

.focusBox .btnNext:hover {
	background-position: -22px -25px;
}

.focusBox .playVideo {
	width: 655px;
	height: 441px;
	background: #000;
	position: absolute;
	top: 0;
	left: -656px;
	z-index: 10;
}

.focusBox .playVideo #player_container {
	width: 655px;
	height: 441px;
}

.focusBox #xPlayVideo {
	width: 655px;
	height: 441px;
	background: #000;
	position: absolute;
	top: 0;
	left: -656px;
	z-index: 10;
}


/* 电子报 --------------------------------------------------*/

.partMedia {
	height: 250px;
	background: #f9f9f9;
}

#zxjk { 
	float: left;
	width: 365px;
	height: 220px;
	background: url() 0 6px no-repeat;
	overflow: hidden;
	position: relative;
}

#zxjk .title {
	float: left;
	height: 50px;
	line-height: 16px;
	padding: 15px 0 0 20px;
	font-size: 16px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #0e649a;
}

#zxjk .title span {
	color: #fea348;
	font-size: 12px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#zxjk .mediaList {
	background-color: #eee;
	float: left;
	width: 300px;
	height: 250px;
}

#zxjk .mediaList li {
	padding: 12px 0 0 50px;
}

#zxjk .mediaList li p {
	float: left;
	height: 28px;
	overflow: hidden;
	color: #0f588b;
	padding-left: 2%;
	padding-right: 1%;
}

#zxjk .mediaList li img {
	width: 266px;
	height: 193px;
}

#zxjk .mediaList li a {
	line-height: 28px;
	color: #393939;
}

#zxjk .btn {
	background: url(../images/fonticon-all.png) no-repeat;
	width: 20px;
	height: 200px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

#zxjk .btn i {
	width: 0;
	height: 0;
	line-height: 0px;
	font-size: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	_border-bottom: 6px solid dashed;
	_border-top: 6px solid dashed;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	overflow: hidden;
}

#zxjk .btnPrev {
	background: url(../images/rleft.png) no-repeat;
	left: 10px;
	top: 80px;
}

#zxjk .btnPrev i {
	border-bottom: 6px solid #a9a9a9;
	top: 6px;
}

#zxjk .btnNext {
	background: url(../images/rright.png) no-repeat;
	right: 10px;
	top: 80px;
}

#zxjk .btnNext i {
	border-top: 6px solid #a9a9a9;
	bottom: 4px;
}


/*视觉&#98;&#101;&#115;&#116;&#51;&#54;&#53;&#20307;&#32946;&#27491;&#19981;&#27491;&#35268;&#95;&#51;&#54;&#53;&#22825;&#31532;&#19977;&#23395;&#26080;&#21024;&#38500;&#23436;&#25972;&#32763;&#35793;&#95;&#51;&#54;&#53;&#22269;&#38469;&#36895;&#21457;&#24425;&#31080;*/
#sjah {
	margin-bottom: 30px;
	height: 64px;
	background: url(../images/sjah.png)  no-repeat;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#sjah li {
	float: left;
	margin: 20px 0 0 20px;
	color: #fff;
	font-size: 22px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#sjah li a {
	color: #fff;
	font-size: 18px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#sjah li a:hover {
	color: #fff;
	font-size: 18px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

.picbox {
	height: 420px;
	position: relative;
	width: 1200px;
	margin-bottom: 30px;
}

.ppic {
	position: absolute;
}

#ppic1 {
	left: 0;
	top: 0;
	height: 207px;
	width: 290px;
}
#ppic12 {
	left: 0;
	bottom: 0;
	height: 207px;
	width: 290px;
}
#ppic2 {
	left: 295px;
	top: 0;
	height: 420px;
	width: 610px
}

#ppic3 {
	bottom: 0;
	right: 0;
	height: 207px;
	width: 290px
}

#ppic4 {
	top: 0;
	right: 0;
	height: 207px;
	width: 290px
}

.hshadow {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	bottom: 0;
	left: 0;
	display: block;
	height: 40px;
	opacity: 0.7;
}

.hstxt {
	bottom: 0;
	left: 0;
	line-height: 40px;
	position: absolute;
	width: 100%;
	text-align: center;
}

.hstxt a {
	color: #fff;
}

.media_link {
	float: left;
	widows: 1180px;
}

.media_link ul {
	float: left;
	margin: 10px 0px;
}

.media_link li {
	line-height: 36px;
	color: #ddd
}

.media_link li a {
	color: #004276;
	padding: 0px 8px;
	font-size: 14px;
	display: inline-block
}

.media_link li a:visited {
	color: #004276
}

.media_link li a:hover {
	color: #ba2636
}

#mediaItem {
	height: 60px;
	background: url() 0 6px no-repeat;
	overflow: hidden;
	position: relative;
	float: right;
	width: 658px;
}

#mediaItem .title {
	float: left;
	height: 50px;
	line-height: 16px;
	padding: 15px 0 0 20px;
	font-size: 16px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #0e649a;
}

#mediaItem .title span {
	color: #fea348;
	font-size: 12px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#mediaItem .mediaList {
	float: left;
	width: 530px;
	height: 120px;
}

#mediaItem .mediaList li {
	padding-top: 2px;
	vertical-align: top;
}

#mediaItem .mediaList li p {
	float: left;
	width: 47%;
	height: 28px;
	overflow: hidden;
	color: #0f588b;
	padding-left: 2%;
	padding-right: 1%;
}

#mediaItem .mediaList li a {
	line-height: 28px;
	color: #393939;
}

#mediaItem .btn {
	width: 30px;
	height: 20px;
	position: absolute;
	z-index: 1;
	right: 0px;
	cursor: pointer;
}

#mediaItem .btn i {
	width: 0;
	height: 0;
	line-height: 0px;
	font-size: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	_border-bottom: 6px solid dashed;
	_border-top: 6px solid dashed;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	overflow: hidden;
}

#mediaItem .btnPrev {
	right: 0px;
	top: 6px;
}

#mediaItem .btnPrev i {
	border-bottom: 6px solid #a9a9a9;
	top: 6px;
}

#mediaItem .btnNext {
	right: 0px;
	bottom: 6px;
}

#mediaItem .btnNext i {
	border-top: 6px solid #a9a9a9;
	bottom: 4px;
}

/* 回到顶部 */
p#back-to-top{
  position:fixed;
  bottom:100px;
  right:80px;
}
p#back-to-top a{
  text-align:center;
  text-decoration:none;
  color:#d1d1d1;
  display:block;
  width:30px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition:color1s;
  -webkit-transition:color1s;
  -o-transition:color1s;
}
p#back-to-top a:hover{
  color:#979797;
}
p#back-to-top a span{
  background:#d1d1d1 url(../images/arrow-up.png) no-repeat center center;
  border-radius:6px;
  display:block;
  height:30px;
  width:30px;
  margin-bottom:5px;
  /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
  -moz-transition:background1s;
  -webkit-transition:background1s;
  -o-transition:background1s;
}
#back-to-top a:hover span{
  background:#979797 url(../images/arrow-up.png) no-repeat center center;
}


/* 页面2屏区 --------------------------------------------------*/

#section02 {
	text-align: center;
}

#section02 .wrap {
	width: 1000px;
	margin: 0 auto;
}

#section02 .sectionL,
#section02 .sectionC,
#section02 .sectionR {
	width: 315px;
	min-height: 500px;
	float: left;
}

#section02 .sectionR {
	float: right;
}

#section02 .sectionC {
	margin-left: 28px;
}


/* 页面3屏区 --------------------------------------------------*/

#section03 {
	text-align: center;
}

#section03 #channel {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}


/* main style */
.main {
	width: 1200px;
	margin: 0px auto;
}

.main .col-left {
	width: 700px;
	margin: 0 10px 0 0;
	float: left;
}

.news-hot {
	background: url(../images/toutiao.png) no-repeat;
	float: left;
	width: 380px;
	margin-right: 9px;
}

.main .col-left .slide {
	overflow: hidden;
	_float: left;
	zoom: 1
}

.main .cj-left {
	width: 400px;
	float: left;
}

.main .cj-right {
	width: 600px;
	float: right;
}

.list {
	font-family: "宋体";
	color: #888;
}

.list li {
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	border-bottom: 1px dotted #ccc;
}

.list li  a {
	font-size: 20px;
	color: #305798;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

.list li span {
	font-size: 12px;
	padding: 0 6px
}

.lf {
	float: left
}

.rt {
	float: right;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

.col-auto {
	overflow: hidden;
	_zoom: 1;
	_float: left;
	font-size: 14px;
	line-height: 23px;
	float: right;
}

/* 当前位置 */
.crumbs {
	background: url(../images/index.png) no-repeat left;
	font-size: 14px;
	padding: 0 0 3px 33px;
	height: 25px;
	line-height: 32px;
	border-bottom: 1px solid #c3d4e7;
	margin-bottom: 10px
}

.crumbs span {
	color: #7e7e7e;
}

/* 通用容器 */
.box {
	border-top: 4px solid #c3d4e7;
	zoom: 1;
	overflow: auto;
	padding-bottom: 10px;
	height: auto;
	margin-top: 10px;
}

.box h5,.box h6 {
	background: url(../images/v9/title.png) no-repeat right top;
	color: #1e50a2;
	height: 26px;
	margin-bottom: 10px;
	line-height: 26px;
	padding-left: 10px;
	border-bottom: 1px solid #dce7f3;
	position: relative
}

.box h6 {
	margin-bottom: 0
}

.box h5.title-1,.box h6.title-1 {
	background-position: right -52px
}

.box h5.title-2,.box h6.title-2 {
	background-position: right -100px
}

.box h5.title-2 span.tab {
	float: right;
	padding-right: 6px;
	color: #a4bcd6
}

.box h5.title-2 span.tab span {
	color: #2064ae;
	cursor: hand;
	!important;cursor: pointer
}

.box a.more {
	font-size: 12px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	margin-right: 8px;
	font-weight: normal;
	position: absolute;
	top: 0;
	*top: 1px;
	_top: 1px;
	right: 0
}

.box .content {
	padding: 0 10px;
	overflow: auto
}

.box .news-photo {
	padding: 0 0;
	width: 270px;
}

.box .news-photo li {
	float: left;
	width: 135px;
	height: 110px;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
	vertical-align: top
}

.box .news-photo li img {
	width: 125px;
	margin: auto;
	margin-bottom: 5px;
	height: 85px;
}

.box .news-photo li  a {
	font-size: 12px;
}

.bk,.bk3,.bk6,.bk8,.bk10,.bk15,.bk20,.bk30 {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 1px
}

.bk3 {
	height: 3px;
}

.bk6 {
	height: 6px
}

.bk8 {
	height: 8px
}

.bk10 {
	height: 10px
}

.bk15 {
	height: 15px
}

.bk20 {
	height: 20px
}

.bk30 {
	height: 30px
}

.guanggao_lm img {
	width: 270px;
}

.box .list-photo {
	width: 260px;
	height: 250px;
	background: url(../images/list-bg.png) no-repeat;
}

.box .list-photo li {
	float: left;
	padding-left: 22px;
	width: 245px;
	overflow: hidden;
	height: 24px;
	line-height: 23px;
}

.box .list-photo li a {
	font-size: 12px;
	color: #1c6a8e;
}

/* 分页 */
#pages {
	padding: 14px 0 20px 50px;
}

#pages a {
	display: inline-block;
	font-family: \5FAE\8F6F\96C5\9ED1;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

#pages a.a1 {
	background: url(../images/pages.png) no-repeat 0 5px;
	width: 56px;
	padding: 0
}

#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none
}

#pages span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #5a85b2;
	border: 1px solid #5a85b2;
	color: #fff;
	text-align: center;
	padding: 0 10px
}

.page .noPage {
	display: inline-block;
	width: 56px;
	height: 22px;
	line-height: 22px;
	background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}

#iframeDz {
	margin-top: 12px;
}


/*数据观-听新闻*/

#newAVItem .borderTit .left {
	width: 275px;
}

#newAVItem .borderTit .right {
	text-align: right;
}

#newAVItem .borderTit .dataList10 {
	width: 350px;
	display: inline-block;
	#display: inline;
	#zoom: 1;
	margin-top: 8px;
}

#newAVItem .borderTit .dataList10 span {
	background: #fff;
}

#newAVItem .borderTit .dataList10 a {
	color: #fea348;
}

#newAVItem .borderTit .dataList10 .kwTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #0c659d;
}

#newAVItem .borderTit .dataList10 .kwTitle:hover {
	color: #0c659d!important;
	cursor: default;
}

#kwScroll {
	width: 1050px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	left: 150px;
}

#kwScroll .newestList li {
	background: url(../images/fonticon-all.png)no-repeat 10px -40px;
	float: left;
	width: auto !important;
	height: 22px;
	padding-left: 30px;
	overflow: hidden;
}

#kwScroll .newestList a {
	height: 22px;
	line-height: 22px;
}
#kwScroll .newestList a:hover { color:#FF0000;
}


/*&#98;&#101;&#115;&#116;&#51;&#54;&#53;&#20307;&#32946;&#27491;&#19981;&#27491;&#35268;&#95;&#51;&#54;&#53;&#22825;&#31532;&#19977;&#23395;&#26080;&#21024;&#38500;&#23436;&#25972;&#32763;&#35793;&#95;&#51;&#54;&#53;&#22269;&#38469;&#36895;&#21457;&#24425;&#31080;新闻网聚焦*/

#focusItem .borderTit .left {
	width: 110px;
}

#focusItem .borderTit .right {
	text-align: right;
}

#focusItem .dataList04 {
	height: 84px;
	margin-bottom: 7px;
}

#focusItem .dataList04 li {
	height: 84px;
	margin-bottom: 0px;
}

#focusItem .dataList04 li h4 {
	height: auto;
	margin-top: 7px;
}

#focusItem .dataList04 li h4 a {
	line-height: 30px;
}

#focusItem .dataList04 li .img,
#focusItem .dataList04 li img {
	width: 120px;
	height: 80px;
}

#focusItem .dataList01 {
	height: 144px;
	margin-bottom: 17px;
}






/* &#98;&#101;&#115;&#116;&#51;&#54;&#53;&#20307;&#32946;&#27491;&#19981;&#27491;&#35268;&#95;&#51;&#54;&#53;&#22825;&#31532;&#19977;&#23395;&#26080;&#21024;&#38500;&#23436;&#25972;&#32763;&#35793;&#95;&#51;&#54;&#53;&#22269;&#38469;&#36895;&#21457;&#24425;&#31080;新闻网之窗 */

#windowItem .borderTit .left {
	width: 125px;
}

#windowItem .borderTit .dataList10 {
	float: right;
	margin: 11px 0 0 0;
}

#windowItem .borderTit .dataList10 span {
	background: #8c8c8c;
}

#windowItem .borderTit .dataList10 a {
	color: #a9a9a9;
}


/*&#98;&#101;&#115;&#116;&#51;&#54;&#53;&#20307;&#32946;&#27491;&#19981;&#27491;&#35268;&#95;&#51;&#54;&#53;&#22825;&#31532;&#19977;&#23395;&#26080;&#21024;&#38500;&#23436;&#25972;&#32763;&#35793;&#95;&#51;&#54;&#53;&#22269;&#38469;&#36895;&#21457;&#24425;&#31080;新闻网出品*/

.floatAdv {
	position: absolute;
	z-index: 9;
	right: 0px;
	top: -100%;
}

.floatAdv .closeBtn {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #fff;
	background: #000;
	font-size: 12px;
	padding: 3px;
	cursor: pointer;
	z-index: 9;
}

#promotionItem .borderTit .left {
	width: 137px;
}

#promotionItem .borderTit .dataList10 {
	float: right;
	margin: 11px 0 0 0;
}

#promotionItem .borderTit .dataList10 span {
	background: #8c8c8c;
}

#promotionItem .borderTit .dataList10 a {
	color: #a9a9a9;
}




/*keyWord*/

#keyWord {
	width: 218px;
	height: 122px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#keyWord .keyStyle {
	height: 122px;
	background: url( /2015/img2015/bg_keyword_task1.jpg);
}

#keyWord .keyBox1,
#keyWord .keyBox2,
#keyWord .keyBox3 {
	position: absolute;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

#keyWord a {
	color: #fff;
	font-size: 14px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#keyWord .keyWord1 .keyBox1 {
	left: 0;
	top: 0;
	width: 100%;
	height: 61px;
}

#keyWord .keyWord1 .keyBox2 {
	left: 0;
	top: 61px;
	width: 109px;
	height: 61px;
}

#keyWord .keyWord1 .keyBox3 {
	left: 109px;
	top: 61px;
	width: 109px;
	height: 61px;
}

#keyWord .keyWord2 .keyBox1 {
	left: 0;
	top: 61px;
	width: 100%;
	height: 61px;
}

#keyWord .keyWord2 .keyBox2 {
	left: 0;
	top: 0;
	width: 109px;
	height: 61px;
}

#keyWord .keyWord2 .keyBox3 {
	left: 109px;
	top: 0;
	width: 109px;
	height: 61px;
}

#keyWord .keyWord1 .keyBox1 a {
	font-size: 16px;
}

#keyWord .keyWord2 .keyBox1 a {
	font-size: 16px;
}

#keyWord #keyLeft,
#keyWord #keyRight {
	color: #000;
}

#keyWord .btnKey {
	position: absolute;
	width: 16px;
	height: 35px;
	background: url( /2015/img2015/icon-all.png) 0 -212px no-repeat;
}

#keyWord #keyLeft {
	left: 0;
	top: 42px;
	background-position: 0 -212px;
}

#keyWord #keyRight {
	right: 0;
	top: 42px;
	background-position: -23px -212px;
}

#keyWord #keyLeft:hover {
	background-position: 0 -247px;
}

#keyWord #keyRight:hover {
	background-position: -23px -247px;
}


/*xhOriginal*/

#xhOriginal {
	clear: both;
	padding-bottom: 30px;
}

#xhOriginal .borderTit .left {
	width: 200px;
}

#xhOriginal .borderTit .dataList10 {
	float: right;
	margin-top: 7px;
}

#xhOriginal .borderTit .dataList10 a {
	color: #a9a9a9;
}

#xhOriginal .borderTit .dataList10 span {
	background: #a9a9a9;
}

#xhOriginal .borderCont {
	position: relative;
}

#xhOriginal .tabBox {
	width: 656px;
	height: 230px;
	overflow: hidden;
}

#xhOriginal .tabBox .tempWrap {
	float: left;
}

#xhOriginal .tabBox .bd {
	width: 315px;
	float: left;
	overflow: hidden;
}

#xhOriginal .tabBox .bd li {
	height: 230px;
	overflow: hidden;
}

#xhOriginal .tabBox .bd a {
	display: block;
	width: 315px;
	height: 175px;
	background: #f1f1f1 url(../images/Loading.gif) no-repeat 50% 50%;
}

#xhOriginal .tabBox .bd img {
	width: 315px;
	height: 175px;
}

#xhOriginal .tabBox .bd p {
	padding: 4px 0 0 0;
	font-size: 12px;
	color: #393939;
	line-height: 24px;
}

#xhOriginal .tabBox .hd {
	width: 315px;
	float: right;
}

#xhOriginal .tabBox .hd li {
	height: 37px;
	border-bottom: 1px dotted #999;
	position: relative;
	vertical-align: top;
}

#xhOriginal .tabBox .hd li a {
	display: block;
	line-height: 37px;
	padding-left: 20px;
}

#xhOriginal .tabBox .hd li i {
	display: none;
	width: 0;
	height: 0;
	line-height: 0px;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	_border-bottom: 6px solid dashed;
	_border-top: 6px solid dashed;
	border-right: 6px solid #1d71b9;
	position: absolute;
	top: 50%;
	left: -6px;
	font-size: 0px;
	overflow: hidden;
	margin-top: -6px;
}

#xhOriginal .tabBox .hd li em {
	display: block;
	width: 20px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #1d71b9;
	position: absolute;
	left: 0px;
	top: 0px;
}

#xhOriginal .tabBox .hd li.on a,
#xhOriginal .tabBox .hd li a:hover {
	background: #1d71b9;
	color: #fff!important;
}

#xhOriginal .tabBox .hd li.on i,
#xhOriginal .tabBox .hd li a:hover i {
	display: block;
}

#xhOriginal .tabBox .hd li.on a em,
#xhOriginal .tabBox .hd li a:hover em,
#xhOriginal .tabBox .hd li.on a font,
#xhOriginal .tabBox .hd li a:hover font {
	color: #fff!important;
}


/*foreignBody*/

#foreignBody {
	text-align: center;
}

#foreignBody iframe {
	margin: 0 auto;
}


/*keywordItem*/

#keywordItem .borderCont {
	padding: 5px 0 0 0;
}

#keywordItem .borderTit .left .name a:hover {
	color: #0e649a!important;
}
#zxrlist {	background: url(../images/2020dmybg.png) no-repeat; margin:0 20px 18px 0; height:202px; 
	overflow: hidden;
	position: relative; float:left;
	width:370px;
}
#zxrlist img { margin:0 0 8px 50px;	float: left; width:130px;}
#zxrlist li {	background: url(http://www.lijiangcoffee.com/images/sqrdot.png) 18px 15px no-repeat;width:320px; overflow:hidden; height:18px; line-height:15px;
	float: left;
  padding: 10px 0 0 35px;}
#zxrlist li.x{	background: url(http://www.lijiangcoffee.com/images/xzrdot.png) 18px 15px no-repeat;}
#zxrlist li.f{	background: url(http://www.lijiangcoffee.com/images/2021fzrdot.png) 18px 15px no-repeat;}
#zxrlist li.lb{	background: url(http://www.lijiangcoffee.com/images/lbrdot.png) 18px 15px no-repeat;}
  
#zxrlist li  a {font-family: \5FAE\8F6F\96C5\9ED1; font-size:15px;}
#zxrlist li  a:hover{ color:#C00;	}

/* 社区融 校校通 */
#sqrlist {	background: url(../images/2020dmybg.png) no-repeat; margin:0 20px 18px 0; height:202px; 
	overflow: hidden;
	position: relative; float:left;
	width:370px;
}
#sqrlist img { margin:0 0 8px 50px;	float: left; width:130px;}
#sqrlist li {	background: url(http://www.lijiangcoffee.com/images/sqrdot.png) 18px 15px no-repeat;width:320px; overflow:hidden; height:18px; line-height:15px;
	float: left;
  padding: 10px 0 0 35px;}
#sqrlist li.x{	background: url(http://www.lijiangcoffee.com/images/xzrdot.png) 18px 15px no-repeat;width:320px; overflow:hidden; height:18px; line-height:15px;
	float: left;
  padding: 10px 0 0 35px;}
#sqrlist li.t{	background: url(http://www.lijiangcoffee.com/images/xxtdot.png) 18px 15px no-repeat;width:320px; overflow:hidden; height:18px; line-height:15px;
	float: left;
  padding: 10px 0 0 35px;}
#sqrlist li.f{	background: url(../images/fzrdot.png) 18px 15px no-repeat;width:320px; overflow:hidden; height:18px; line-height:15px;
	float: left;
  padding: 10px 0 0 35px;}
#sqrlist li  a {font-family: \5FAE\8F6F\96C5\9ED1; font-size:15px;}
#sqrlist li  a:hover{ color:#C00;	}



#xzrlist {	background: url(../images/2019xzrbg.png) no-repeat; margin:20px 20px 20px 20px; height:200px; 
	overflow: hidden;
	position: relative;float:left;
	width:350px;
}
#xzrlist img { margin:0 0 10px 110px;	
	float: left;}
#xzrlist li {	background: url(../images/xzrdot.png) 18px 20px no-repeat;width:300px; overflow:hidden; height:15px; line-height:15px;
	float: left;
  padding: 15px 0 0 35px;}
#xzrlist li  a{font-family: \5FAE\8F6F\96C5\9ED1; font-size:15px;}
#xzrlist li  a:hover{ color:#C00;	}


#xxtlist {	background: url(../images/2019xxtbg.png) no-repeat; margin:20px 20px 20px 20px; height:200px; 
	overflow: hidden;float:left;
	position: relative;
	width:350px;
}
#xxtlist img { margin:0 0 10px 110px;
	float: left;}
#xxtlist li {	background: url(../images/xxtdot.png) 18px 20px no-repeat;width:300px; overflow:hidden; height:15px; line-height:15px;
	float: left;
  padding: 15px 0 0 35px;}
#xxtlist li  a{	font-family: \5FAE\8F6F\96C5\9ED1; font-size:15px;}
#xxtlist li  a:hover{ color:#C00;	}
/*pictureItem*/

#pictureItem {
	width: 1080px;
	clear: both;
	padding: 0 0 10px 90px;
}

#pictureItem .borderTit .left {
	width: 85px;
}

#pictureItem .borderTit .right {
	text-align: right;
}

#pictureItem .borderTit .right .dataList10 {
	display: inline-block;
	#display: inline;
	#zoom: 1;
	margin-top: 11px;
}

#pictureItem .borderTit .right .dataList10 span {
	background: #a9a9a9;
}

#pictureItem .borderTit .right .dataList10 a {
	color: #a9a9a9;
}

#pictureItem .borderCont {
	position: relative;
}

#pictureItem .picScroll {
	overflow: hidden;
}

#pictureItem .picScroll .tempWrap {
	#width: 1200px!important;
}

#pictureItem .picList {
	width: 10000px;
}

#pictureItem .picList li {
	float: left;
	width: 235px;
	height: 132px;
	position: relative;
	margin: 0 40px 0 0;
	background: #f1f1f1 url(../images/Loading.gif) no-repeat 50% 50%;
}

#pictureItem .picList li .lazy {
	display: none;
}

#pictureItem .picList li .img,
#pictureItem .picList li .img a {
	display: block;
	width: 235px;
	height: 132px;
	font-size: 0px;
}

#pictureItem .picList .bg {
	width: 100%;
	height: 30px;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

#pictureItem .picList .text {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

#pictureItem .picList .text h4 {
	height: 30px;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
}

#pictureItem .picList .text h4 a {
	line-height: 30px;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

#pictureItem .btn {
	position: absolute;
	width: 20px;
	height: 30px;
	background: #f00;
	top: 65px;
	background: url(../images/icon-all.png) no-repeat;
}

#pictureItem .prev {
	left: -30px;
	background-position: -150px -140px;
}

#pictureItem .next {
	right: -30px;
	background-position: -170px -140px
}

#pictureItem .hd {
	display: none;
}


/*广告*/

#adBody02 {
	width: 100%;
	height: 35px;
	margin-bottom: 25px;
}

#adBody02 img {
	width: 100%
}

#adBody03 {
	text-align: center;
	padding: 20px 0;
}


/*#adBody03 img { width: 1000px; margin: 0 auto; }*/

#adBody04 {
	height: 60px;
	margin-bottom: 1px;
}

#adBody04 img {
	width: 100%;
	height: 60px;
}

#adBody05 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 315px;
	height: 230px;
}

#adBody05 img {
	width: 100%;
	height: 230px;
}

#adBody06 {
	height: 70px;
}

#adBody06 .ad06r {
	background: url() no-repeat;
	height: 70px;
	float: right;
	width: 200px;
}

#adBody06,
#adBody07 {
	width: 1000px;
	text-align: center;
	margin: 0 auto 30px auto;
}


/* section03 */

#channel {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.chaCom {
	width: 365px;
	border-top: 2px solid;
	margin-bottom: 20px;
	overflow: hidden;
}


/*-------------------------------------蓝色 colB --------------------------------------*/

.colB {
	border-top-color: #d00018;
}

.colB .chaCom_head {
	width: 365px;
	height: 46px;
	line-height: 46px;
}

.colB .chaCom_head h2 {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #d00018;
	float: left;
	font-family: "微软雅黑";
	font-weight: normal;
}

.colB .chaCom_head h2 a {
	color: #d00018;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 20px;
}

.colB .zhankaiB {
	background: url(../images/icon-all.png) no-repeat -150px -25px;
	width: 18px;
	height: 19px;
	float: right;
	display: block;
	cursor: pointer;
	margin-top: 13px;
}

.colB .picTitle .bg {
	background: #d00018;
	bottom: 0;
	height: 35px;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=90);
	position: absolute;
	width: 100%;
	z-index: 10;
}


/*-------------------------------------红色 colR --------------------------------------*/

.colR {
	border-top-color: #00b4ff;
}

.colR .chaCom_head {
	width: 315px;
	height: 46px;
	line-height: 46px;
}

.colR .chaCom_head h2 {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #00b4ff;
	float: left;
	font-family: "微软雅黑";
	font-weight: normal;
}

.colR .chaCom_head h2 a {
	color: #00b4ff;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 16px;
}

.colR .zhankaiB {
	background: url( /2015/img2015/icon-all.png) -175px -25px no-repeat;
	width: 18px;
	height: 18px;
	float: right;
	display: block;
	cursor: pointer;
	margin-top: 13px;
}

.colR .picTitle .bg {
	background: #00b4ff;
	bottom: 0;
	height: 35px;
	left: 0;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	width: 100%;
	z-index: 10;
}


/*-------------------------------------公用 chaCom --------------------------------------*/

.chaCom .minlm {
	float: right;
	display: block;
	padding-right: 20px;
	line-height: 46px;
	color: #a9a9a9;
	height: 46px;
	font-size: 14px;
}

.chaCom .minlm a {
	font-size: 30px;
	color: #a9a9a9;
	float: left;
}

.chaCom .minlm span {
	float: left;
	width: 3px;
	height: 3px;
	line-height: 3px;
	overflow: hidden;
	margin: 0 5px;
	background: #a9a9a9;
	position: relative;
	margin-top: 21px;
}

.chaCom .picTitle {
	position: relative;
	width: 365px;
	height: 220px;
	overflow: hidden;
	background: #f1f1f1 url(../images/Loading.gif) no-repeat 50% 50%;
}

.chaCom .picTitle img {
	width: 365px;
	height: 220px;
}

.chaCom .picTitle .lazyload {
	display: none;
}

.chaCom .picTitle .name {
	bottom: 0;
	color: #FFFFFF;
	height: 35px;
	left: 0;
	line-height: 35px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11;
	font-size: 16px;
	font-weight: bold;
}

.chaCom .picTitle .name a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
}

.chaCom ul {
	padding-top: 5px;
	overflow: hidden;
}

.chaCom li {
	font-family: "微软雅黑";
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	width: 315px;
	overflow: hidden;
	background: #fff;
}

.chaCom li a {	font-family: "微软雅黑";
	font-size: 16px;
	color: #393939;
}
.chaCom li a:hover{
	color: #870d16;
}
.chaCom1 {
	margin-right: 50px;
}

.chaCom4 {
	margin-right: 50px;
}

.chaCom7 {
	margin-right: 28px;
}

.chaCom10 {
	margin-right: 28px;
}

.chaCom13 {
	margin-right: 28px;
}

.chaCom16 {
	margin-right: 28px;
}

.chaCom19 {
	margin-right: 28px;
}

.chaCom22 {
	margin-right: 28px;
}

.moudleBox {
	position: absolute;
	z-index: 20;
	width: 0;
	height: 380px;
	left: 0px;
}

.moudle {
    /*position:absolute;left:0px; */
	width: 1000px;
	overflow: hidden;
	height: 380px;
	z-index: 999;
	background: #fff;
}

.moudle img {
	background: #f1f1f1 url(../images/Loading.gif) no-repeat 50% 50%;
}


/*-----------------------------------头部-----------------------------------*/

.chaBox {
	height: 425px;
	width: 1000px;
	clear: both;
}

.chaBox_head {
	width: 1000px;
	height: 46px;
	line-height: 46px;
}

.blue_bor_top {
	border-top: 2px solid #1e71b7;
}

.blue_bor_top .chaBox_head h2 {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #1d71b7;
	float: left;
	font-family: "微软雅黑";
	font-weight: normal;
}

.blue_bor_top .chaBox_head h2 a {
	color: #1d71b7;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
}

.red_bor_top {
	border-top: 2px solid #02b2fe;
}

.red_bor_top .chaBox_head h2 {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #02b2fe;
	float: left;
	font-family: "微软雅黑";
	font-weight: normal;
}

.red_bor_top .chaBox_head h2 a {
	color: #02b2fe;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
}

.chaBox_head .minlm {
	float: right;
	display: block;
	line-height: 49px;
	color: #a9a9a9;
	height: 46px;
	font-size: 14px;
}

.chaBox_head .minlm a {
	font-size: 12px;
	color: #a9a9a9;
	float: left;
}

.chaBox_head .minlm span {
	float: left;
	width: 3px;
	height: 3px;
	line-height: 3px;
	overflow: hidden;
	margin: 0 5px;
	background: #a9a9a9;
	position: relative;
	margin-top: 23px;
}


/*-----------------------------------左中右-----------------------------------*/

.QZ_box_con {
	width: 1000px;
	overflow: hidden;
}

.QZ_box_con_left {
	width: 315px;
	float: left;
	overflow: hidden;
	margin-right: 28px;
}

.QZ_box_con_cer {
	width: 315px;
	float: left;
	overflow: hidden;
}

.QZ_box_con_right {
	width: 315px;
	float: right;
	overflow: hidden;
}

.right01 p span a {
	color: #fe952a;
}


/*-----------------------------------新体育-----------------------------------*/

.ty_box {
	width: 100%
}

.ty_box .ty_center {
	width: 1000px;
	margin: 0 auto;
	padding-top: 12px;
	border-top: 2px solid #1e71b7
}

.ty_box .ty_center .ty_title {
	1000px;
    margin: 0 auto 12px
}

.ty_box .ty_center .ty_title h1 {
	font-weight: normal;
	color: #1d71b7;
	font-size: 16px;
	float: left;
	font-family: "宋体", Arial, Helvetica, sans-serif
}

.ty_box .ty_center .ty_title h1 a {
	color: #1d71b7;
	font-size: 16px;
}

.ty_box .ty_center .ty_title h1 a:hover {
	color: #ee2c2c
}

.ty_box .ty_center .ty_title ul {
	float: right;
	overflow: hidden
}

.ty_box .ty_center .ty_title ul li {
	float: left
}

.ty_box .ty_center .ty_title ul li span {
	font-size: 12px;
	color: #a9a9a9;
	margin: 0 3px
}

.ty_box .ty_center .ty_title ul li a {
	font-size: 12px;
	color: #a9a9a9;
	font-family: "宋体", Arial, Helvetica, sans-serif
}


/*左边焦点图*/

.ty_nr_box .ty_tab {
	float: left;
	padding: 15px 15px 10px;
	background: #89accc;
}

.slideBox01 {
	float: left;
	width: 265px;
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.slideBox01 .hd {
	height: 18px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 1;
	margin-left: -27px
}

.slideBox01 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox01 .hd ul li {
	float: left;
	margin: 2px 7px 0px 0px;
	width: 11px;
	height: 11px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #ddd;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.slideBox01 .hd ul li.on {
	background: #1d71b7;
	color: #fff;
}

.slideBox01 .bd {
	float: left;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.slideBox01 .bd img {
	width: 265;
	height: 170px;
	border: 0px solid;
}

.slideBox01 .bd span {
	width: 240px;
	top: 20px;
	left: 0px;
	background: #000;
	position: absolute;
}

.slideBox01 .bd h1 {
	top: 190px;
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

.slideBox01 .bd h1 a {
	color: #fff;
	text-decoration: none;
	LINE-HEIGHT: 24px;
	font-size: 16px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-weight: bold
}

.slideBox01 .bd h1 a:hover {
	color: #ee2c2c
}


/*中间*/

.ty_text_middle {
	float: left;
	margin: 0 25px
}

.ty_text_middle dl {
	overflow: hidden;
	width: 330px;
	padding-bottom: 4px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 5px
}

.ty_text_middle dl dt {
	width: 140px;
	height: 100px;
	overflow: hidden;
	float: left
}

.ty_text_middle dl dt img {
	width: 140px;
	height: 100px;
}

.ty_text_middle dl dd {
	float: left;
	width: 180px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 26px
}

.ty_text_middle dl dd a {
	color: #305798;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px
}

.ty_text_middle dl dd a:hover {
	color: #ee2c2c
}


/*右边*/

.ty_right {
	float: right;
}

.ty_right dl {
	width: 315px;
	margin-bottom: 10px;
	position: relative
}

.ty_right dl:first-child {
	margin-bottom: 25px;
}

.ty_right dl dt {
	width: 315px;
	height: 150px;
	overflow: hidden
}

.ty_right dl dt img {
	width: 315px;
	height: 150px;
}

.ty_right dl dd {
	position: absolute;
	bottom: 0;
	background: rgba(17, 93, 143, .6);
	width: 315px;
	text-align: center
}

.ty_right dl dd a {
	color: #FFFFFF;
	padding: 6px 8px;
	display: block;
	font-size: 16px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-weight: bold
}

.ty_right dl dd a:hover {
	color: #ee2c2c
}



/* 特殊稿件标题 */

.ts {
	font-size: 16px!important;
	font-weight: bold!important;
	font-family: 微软雅黑;
	color: #305798!important;
}

.ts2 {
	font-size: 18px!important;
	font-weight: bold!important;
	font-family: 微软雅黑;
	color: #305798!important;
}

.cj_guangao {
	float: left;
	margin-left: 15px;
	width: 100px;
	height: 22px;
	display: inline;
}

topBody {
	width: 1000px;
	margin: 0 auto;
}

.xhszp {
	position: absolute;
	right: 0;
	top: 9px;
	color: red;
	font-weight: bold;
	background: #fff;
	padding-left: 12px;
}

@media screen and (min-width:0px) and (max-width: 767px) {
	#productBody {
		display: none!important;
	}

	.domPC {
		display: none;
	}
}


/*修改对联广告样式*/

#CoupletDiv116102709153729 {
	left: 50%!important;
	top: 260px!important;
	margin-left: -630px!important;
	z-index: 99!important;
}

#CoupletDiv216102709153729 {
	left: 50%!important;
	top: 260px!important;
	margin-left: 510px!important;
	z-index: 99!important;
}


/*头条和摘要定制 begin---------------*/


/*#headLine .part1 */

#headLine .one-hundered-height {
	height: 100px;
}

#headLine .ninty {
	height: 90px;
}

.bigtt {
	width: 1180px;
	text-align: center;
	margin-top: 15px;
}

.bigtt a {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 50px;
	font-weight: bold;
	color: #145199;
}
.bigtt a:hover{

	color: #e60012;
}
.smalltt {
	width: 762px;
	text-align: center;
	margin-top: 15px;
}

.smalltt a {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 30px;
	font-weight: bold;
	color: #145199;
}
.smalltt a:hover{

	color: #e60012;
}
.ttimg {
	width: 360px;
}

.ttimg img {
	float: left;
	width: 180px;
}
/*大头条字体调节，将 .font-size-twenty-* 挂载到#syhistoryid上*/

#headLine .font-size-twenty-four a {
	font-size: 24px;
}

#headLine .font-size-twenty-two a {
	font-size: 22px;
	font-weight: bold;
}



/*摘要字体调节，将 font-size-thirty 挂载到.hots上*/

#headLine .font-size-thirty a {
	height: auto;
	font-size: 30px;
	font-weight: bold;
	font-family: \5FAE\8F6F\96C5\9ED1;
	line-height: 100%;
}

#headLine .font-size-thirty p {
	height: 32px;
	overflow: hidden;
}

#headLine .font-size-twenty-two p {
	height: 24px;
	overflow: hidden;
}

#headLine .font-size-twenty-two a {
	font-family: \5FAE\8F6F\96C5\9ED1;
}


/*将 显示更多头条隐藏 ，将.none挂载到.moreNews上*/

#headLine .hots .none {
	display: none;
}


/*修正高度*/

#headLine .height-fix {
	height: auto;
}

#headLine .height-fix {
	font-family: \5FAE\8F6F\96C5\9ED1;
	line-height: 100%;
}


/*使用图片替换大头条,将.tittoimg挂载到#syhistoryid上*/

#headLine .tittoimg img,
#headLine .tittoimg a {
	display: block;
	width: 730px;
	height: 50px;
}


/*仅非1、5时 摘要p标签宽度auto 挂载到.hots*/

#headLine .width-auto p {
	width: auto;
}


/*大头条和摘要定制 begin---------------*/


/*首页打底广告背景*/

#topAdv .imgsAdL iframe {
	background: url() no-repeat;
}

#topAdv .imgsAdC iframe {
	background: url() no-repeat;
}

#topAdv .imgsAdR iframe {
	background: url() no-repeat;
}

#headerBody .headerC iframe {
	background: url() no-repeat;
}

#adBody03 iframe {
	background: url() no-repeat;
}

#adBody06_1_2 {
	background: url() no-repeat;
}

#adBody06_1 {
	background: url() no-repeat;
	background-size: 100%;
}

#adBody02 iframe {
	background: url() no-repeat;
}

#xhjjIframeAD {
	background: url() no-repeat;
}


/*
* 这个模块用于解决全屏收缩广告定位偏移的bug
*/


.fullscreenAd {
	position: absolute;
	top: 85px;
	z-index: 999;
	width: 100%;
	left: 0;
}

#bkTop,
#bkLeft,
#bkRight,
#bkCloseLeft,
#bkCloseRight {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
}

#bkTop {
	width: 1020px;
	height: 68px;
	margin-left: -510px;
}

#bkLeft {
	width: 140px;
	height: 325px;
	margin-left: -650px;
}

#bkRight {
	width: 140px;
	height: 325px;
	margin-left: 510px;
}

#bkCloseLeft {
	top: 307px;
	margin-left: -650px;
	background: #eee;
	color: #333;
	font-size: 12px;
	display: block;
	height: 18px;
	line-height: 18px;
	width: 30px;
	text-align: center;
	z-index: 110
}

#bkCloseRight {
	top: 307px;
	margin-left: 620px;
	background: #eee;
	color: #333;
	font-size: 12px;
	display: block;
	height: 18px;
	line-height: 18px;
	width: 30px;
	text-align: center;
	z-index: 110
}
/* 2018 01 24 页面两侧广告 start*/
.tempad20180124 {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 1000px;
	margin-left: -500px;
}

.tempad20180124 iframe {
	position: absolute;
	top: 0;
	display: block;
	width: 120px;
	height: 450px;
	margin-top: -225px;
}

.tempad20180124-left {
	left: -130px;
}

.tempad20180124-right {
	right: -130px
}
/* 2018 01 24 页面两侧广告 end*/

/* 数据列表样式01 */
.hotnews {
	float: left;
	margin-bottom: 19px;
}

.hotnews img {
	width: 315px;
	height: 215px;
}

.hotnews h1 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.hotnews span {
	font-size: 14px;
	line-height: 25px;
	color: #999;
} 


/*--------------------banner-----------------------------*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: 0 0;
	font-weight: 400;
	font-style: inherit;
	font-family: inherit;
	vertical-align: top
}

body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-size: 12px;
	font-family: 'simsun'
}

article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section {
	display: block
}

nav ul,ol,ul {
	list-style: none
}

:focus,a {
	outline: 0
}

a {
	margin: 0;
	font-size: 100 %;
	vertical-align: baseline;
	background: 0 0;
	blr: expression(this.onFocus=this.blur())
}

a,ins {
	text-decoration: none
}

a,hr {
	padding: 0
}

ins,mark {
	background-color: #ff9;
	color: #000
}

mark {
	font-style: italic;
	font-weight: 700
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

del {
	text-decoration: line-through
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}


/*---------------------------------------------*/

/*------------------------------*/
.demo {
	width: 782px;
	height: 482px;
	font-size: 14px;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
}
.demo a{
	font-size: 16px;font-family: \5FAE\8F6F\96C5\9ED1; 
	font-weight: bold;

}
.demo a.control {
	position: absolute;
	display: block;
	top: 455px;
	width: 20px;
	height: 30px;
	cursor: pointer;
	z-index: 1000;
	background: url(../images/icon-all.png) no-repeat
}

.demo a.prev {
	left: 10px;
	background-position: -150px -170px;
}

.demo a.next {
	right: 70px;
	background-position: -170px -170px
}

.demo a.prev:hover {
	background-position: -150px -140px
}

.demo a.next:hover {
	background-position: -170px -140px
}
/*-------------------------------------------------*/
.slider {
	display: none
}

.dm {
	position: absolute;
	top: 450px;
	z-index: 999;
	background: #FF0000;
	padding: 13px 5px 20px 5px;
}

.dm a {
	color: #fff;
	line-height: 10px;
}