﻿/* Table of Contents
==================================================
	#Typography
	#General Styles
	#Media Queries
	#Main
	#Header
	#Intro
	#Nav
	#Portfolio
	#Services
	#About
	#Contact
*/



/* #Typography
================================================== */

a {
	color: #b55143;
	text-decoration: none;
}

a:visited {
	color: #FFCCCC;
}

a:hover {
	color: #FFCCCC;
}


h1 {
	font-family:"微软雅黑";
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 130px;
	font-weight: 700;
	text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.4);
}

p.intro_text {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);	
}

h2 {
	font-family:"微软雅黑";
	font-weight:bold;
	font-size: 35px;
	color: #FFCCCC;
	text-align: center;
	padding: 3px 0 3px 0;
	margin-bottom: 1px;
	/*text-shadow: 3px 3px 0px #c7c7c7;	
	text-transform: uppercase;
	filter: dropshadow(color=#c7c7c7, offx=3, offy=3);*/
}

h3 {
	font-family:"微软雅黑";
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

h4 {
	font-family:"微软雅黑";
	font-weight: 700;
	font-size: 18px;
	color: #3d3d3d;
	margin-bottom: 15px;
}

p {
	font-family:"微软雅黑";
	font-weight: 400;
	color:#666666;
}

.sub {
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	padding: 15px 0 15px 0;
}



/* #General Styles
================================================== */

body {
	background: url(../images/bg_underground.png) fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 230;
}

span.bar {
	background: url(../images/bg_vertical.png) repeat;
	height: 16px;
	width: 260px;
	margin: 0 15px 0 15px;
	display: inline-block;
}

.box {
	background: #a6483e;
	border: 3px solid #e1e1e1;
	width: 335px;
	padding: 10px;
	text-align: center;
	margin: 25px auto 0 auto;
	-webkit-box-shadow: 0px 1px 3px 0px gray;
	box-shadow: 0px 1px 3px 0px gray;
}

.box a {
	font-size: 16px;
	color: #fff;
}

.box a:hover {
	color: #000;
}

.rotate {
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   
 
.rotate:hover {
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}

.rotate2 {
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   
 
.rotate2:hover {
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg)
}



/* #Main
================================================== */

#main {
	position: absolute;
	width: 100%;
	
	padding: 0;
	overflow: hidden;
}

#main .bg1 {
	background: url(../images/bg_mountains.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1900px;
	height: 100%;
	z-index: 200;
}

#main .bg2 {
	background: url(../images/bg_field.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 250;
}

#main .bg3 {
	background: url(../images/bg_clouds.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1900px;
	height: 100%;
	z-index: 150;
}

#main .bg4 {
	background: url(../images/bg_scan_lines.png) repeat fixed;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 300;
}

#main .bg5 {
	background: url(../images/bg_underground.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 230;
}



/* #Header
================================================== */

header {
	background: #fff;
	position: relative;
	z-index: 300;
	width: 100%;
	height: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px #000000;
	-moz-box-shadow: 0px 2px 5px 0px #000000;
	box-shadow: 0px 2px 5px 0px #000000;
}

.color_bar {
	height: 4px;
	width: 100%;
	background: #a6483e;
}



/* #Intro
================================================== */

.intro {
	/*background: url(../images/intro_bg.jpg) 50% 0 no-repeat fixed, url(../images/intro_bg2.png) 50% 0 repeat fixed;*/
	height: 350px;
	padding-top: 40px;
	width: 100%;
	position: relative;
}

.title {
	position: fixed;
	z-index: 320;
}

.logo {
	margin-top: 15px;
	left: 35%;
	text-align: center;
	position: fixed;
	z-index: 320;
}
.logo2 {
	margin:50px 0px 0px 190px;
}

.title h1 {
	margin-top: 270px;
	left: 14%;
	position: relative;
	z-index: 320;
}

.title p {
	position: relative;
	z-index: 330;
	margin-top: 80px;
	left: 10%;
}



/* #Nav
================================================== */

nav {
	background: url(../images/nav_bg.png) no-repeat 50% 0;
	margin: -30px auto 0 auto;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 56px;
	text-align: center;
}

nav ul {
	padding-top: 14px;
}

nav ul li {
	display: inline;
}

nav a {
	font-family: 微软雅黑;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

nav a:visited {
	color: #fff;
}

nav a:hover {
	color: #000;
}



/* #Portfolio
================================================== */

#portfolio {
	background: #f3f3f3;
	position: relative;
	z-index: 400;
	height: 895px;
	margin-top: -65px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #d9d9d9;
}

#portfolio h2 {
	margin-top: 90px;
}

#portfoliolist {
	background: #f3f3f3;
	position: relative;
	z-index: 400;
	height:1690px;
	margin-top: -65px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #d9d9d9;
}

#portfoliolist h2 {
	margin-top: 110px;
}
.gallery p {
	text-align: center;
	margin-top: 50px;
}

span.icn_portfolio {
	background: url(../images/icn_portfolio.png) no-repeat;
	width: 27px;
	height: 29px;
	margin-right: 10px;
	display: inline-block;
}

.gallery {
	margin-top: 40px;
}
.gallerylist {
	margin-top: 10px;
}
.screenshot {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 20px;
}

.screenshot img {
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 0px #747474;
	-moz-box-shadow: 0px 0px 3px 0px #747474;
	box-shadow: 0px 0px 5px 0px #747474;
}

.last {
	margin-right: 0;
}

p.desc {
	margin: 0;
	color: #a6483e;
	font-size: 13px;
    overflow: hidden;
    width: 260px;
	height:20px;
}

p.proj {
	margin: 0;
	color: #393939;
	font-size: 14px;	
}

.rotate {
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   
 
.rotate:hover {
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg)
}



/* #Services
================================================== */

#services {
	margin-top: 90px;
	height: 1005px;
	background: #f9f9f9;
	position: relative;
	z-index: 400;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	border-radius: 2px;
}
#servicesft {
	margin-top: 90px;
	height: 750px;
	background: #f9f9f9;
	position: relative;
	z-index: 400;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	border-radius: 2px;
}

#servicesft h2 {
	margin-top: 60px;
}

#servicesft p {
	text-align: center;	
}
#servicesft h2  a { 
 color:#FFCCCC;
}
span.icn_services {
	background: url(../images/icn_services.png) no-repeat;
	width: 25px;
	height: 29px;
	margin-right: 10px;
	display: inline-block;
}

#services h2 {
	margin-top: 60px;
}

#services p {
	text-align: center;	
}
#services h2 a { 
color:#FFCCCC;
}
.serv_main_icon {
	background: url(../images/serv_main_icon.png) no-repeat;
	width: 664px;
	height: 242px;
	text-align: center;
	margin: 10px auto 0 auto;
}

.serv_icon {
	display: inline-block;
	margin-top: -100px;
}
.serv_icon2 {
	width: 160px;
	display: inline-block;
	margin-left: 16px;
}

.serv_icon3 {
	width: 160px;
	display: inline-block;
	margin-right: 28px;
}

/* #About
================================================== */

#about {
	margin-top: 90px;
	height: 920px;
	background: #f3f3f3;
	position: relative;
	z-index: 400;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	border-radius: 2px
}

span.icn_about {
	background: url(../images/icn_about.png) no-repeat;
	width: 31px;
	height: 33px;
	margin-right: 10px;
	display: inline-block;
}

#about h2 {
	margin-top: 60px;
	margin-bottom: 50px;
}

.skills p {
	color: #fff;
	margin: 0;
	padding: 5px 0 0 10px;
}

.skill1 {
	background: url(../images/bg_skills.png) repeat-x;
	width: 486px;
	height: 31px;
	margin-bottom: 10px;
}

.skill2 {
	background: url(../images/bg_skills.png) repeat-x;
	width: 458px;
	height: 31px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.skill3 {
	background: url(../images/bg_skills.png) repeat-x;
	width: 358px;
	height: 31px;
	margin-bottom: 10px;
	opacity: 0.85;
}

.skill4 {
	background: url(../images/bg_skills.png) repeat-x;
	width: 394px;
	height: 31px;
	margin-bottom: 10px;
	opacity: 0.8;
}

.skill5 {
	background: url(../images/bg_skills.png) repeat-x;
	width: 310px;
	height: 31px;
	opacity: 0.75;
}


/* social */

.social ul li {
	margin-bottom: 5px;
}

.social img {
	vertical-align: middle;
	margin-right: 6px;
}

.social a {
	color: #3b3a3a;
	text-transform: uppercase;
}

.social a:hover {
	color: #da5c3b;
}

p.sub2 {
	margin-top: 35px;
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	padding: 10px 0 10px 0;
}



/* #Contact
================================================== */

#contact {
	margin-top: 90px;
	margin-bottom: 50px;
	height: 1080px;
	background: #f3f3f3;
	position: relative;
	z-index: 400;
	-webkit-box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	box-shadow: inset 0px 0px 0px 10px #d9d9d9;
	border-radius: 2px;
}

span.icn_contact {
	background: url(../images/icn_contact.png) no-repeat;
	width: 30px;
	height: 21px;
	margin-right: 10px;
	display: inline-block;
}

#contact h2 {
	margin-top: 30px;
}

.map {
	margin-top: 40px;
	border: 8px solid #e1e1e1;
	-webkit-box-shadow: 0px 1px 3px 0px gray;
	box-shadow: 0px 1px 3px 0px gray;
}


/* contact form */

.done {
	font-family:"微软雅黑";
	color: #3a3939;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 10px;
	display: none;
}

.contact_form {
	margin-top: 30px;
}

.contact_form p {
	font-family:"微软雅黑";
	font-size: 13px;
	font-weight: 300;
	color: #515151;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.contact_form input {
	width: 70%;
	height: 20px;
	margin-bottom: 10px;
	padding-left: 4px;
	background-color: #eaeaea;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-bottom: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
}

.contact_form textarea {
	background-color: #eaeaea;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	width: 100%;
	height: 99px;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-bottom: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
}

.contact_form input.submit-button {
	background-color: #a6483e;
	color: #fff;
	font-family:"微软雅黑";
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	width: 80px;
	margin-top: 5px;
	padding: 2px;
	height: 25px;
	text-align: center;
	border: 0;
	-webkit-box-shadow: 0px 1px 1px 0px #717171;
	box-shadow: 1px 1px 0px 0px #717171;
}

.contact_form input.submit-button:hover {
	-webkit-box-shadow: inset 0px 1px 2px 0px #606060;
	box-shadow: inset 0px 1px 2px 0px #606060;
}


/* contact info */

.contact_info {
	margin-top: 30px;
}

.contact_info img {
	margin-right: 8px;
	vertical-align: baseline;
}

span.address {
	margin-left: 30px;
}



/* #Footer
================================================== */

.pixels {
	position: relative;
	z-index: 500;
	margin-bottom: 40px;
	text-align: center;
}

.pixels p {
	color: #fff;
	font-size: 15px;
}

.copyright {
font-size: 12px;line-height: 90px;height: 90px; text-align:center;width: 961px;text-align: center;margin:0 auto;border-top:0px solid #2997E6; margin-top: 10px;background-color: #fff
}

.copyright p {
	font-size: 13px;
	color: #a1a1a1;
}

/*益招募*/
.yzm{ width:100%; height:auto; }
.yxd_sz{ width:63%; height:auto;float:left;}
.yxd_sy{ width:37%; height:300px; float:left;}

.yxd_sysp  {width:100%;height:20px;line-height:20px; margin-left:25px; overflow:hidden; float:left; color:#000000; font-size:16px; margin-bottom:15px;}
.yxd_syp {width:100%;height:100px; line-height:25px; margin-left:25px; border-bottom:1px dashed #FFCCCC;  overflow: hidden;
  float: left;}

.yxd_sysp a{font-size:16px; font-family:微软雅黑; color:#000000;overflow:hidden;float:left;}
.yxd_syp  a{font-size:12px; font-family:微软雅黑; color:#999999;overflow:hidden;float:left;}

.yxd_xz{ width:62%; height:auto;float:left; margin-left: 10px;}
.yxd_xy{ width:35%; height:auto; float:left; margin-left:10px;}

.yxd_xz_s{width:98%; border: 5px solid #E1E1E1; font-family:微软雅黑; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;  margin-top: 10px;float: left; height: 170px;}
.yxd_xz_stitle{ width: 100%; font-size: 24px; color: #FFCCCC; padding-top: 10px; padding-left: 10px; float: left; margin-bottom: 20px; display: block; height: 20px;} 
.yxd_xzp { font-size: 12px; color: #333333; padding-left: 10px; border-bottom: 1px dotted #b9b9b9; margin-bottom: 10px;  float: left; line-height: 20px; margin-left: 10px; vertical-align:top;  height: 44px; overflow: hidden;} 
.yxd_xzp a { font-size: 12px; color: #333333; padding-left: 10px;background: url(../images/yd.png) 0 center no-repeat; padding-left: 20px;} 

.yxd_xz span.bar {background: url(../images/bg_vertical.png) repeat;height: 10px;width: 190px;margin: 20px 10px 0 10px;display: inline-block;}
.yxd_xztxt {font-family:"微软雅黑";font-weight:bold;font-size: 24px;color: #FFCCCC;text-align: center;padding: 3px 0 3px 0;margin-bottom: 2px;}
.ylm{float: left; width:100%;height:150px;}
.ylmpic{float: left;  width: 244px; height:150px; margin-left:10px; margin-top:5px;}
.ylmpic img{float: left; width:100%; height:150px}
.yxd_xy .entertainment {width: 100%;height: auto;}
.yxd_xy .entertainment ul{height: auto;width: 100%;padding:10px 1px;}
.yxd_xy .entertainment li{line-height: 20px;white-space: nowrap;height: 20px;width: 100%;overflow: hidden;  font-family:"微软雅黑";}
.yxd_xy .entertainment li a{font-size: 13px;color: #000000;}
.xxt{border-bottom: 1px dashed #FFCCCC; margin-bottom: 10px;}
.yxd_xztxtjg{width:100%; padding-top:5px; float:left;}
/*益主张*/
.four p{ float: left; overflow: hidden; height: 230px;}
  .texttitlezz {width: 100%;border-top: 1px dotted #b9b9b9;border-bottom: 1px dotted #b9b9b9; height:110px; padding-top:10px; }
 .texttitlezz li{width: 46%;height:25px;line-height:25px;  margin-bottom:10px; float: left;  background: url(../images/yd.png) 0 center no-repeat;margin-left: 15px; text-align: left;padding-left: 15px;overflow: hidden;}
 .texttitlezz li a {-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;color:#333333;font-size: 16px;overflow: hidden; font-family:"微软雅黑"; font-weight:bold; padding-left:10px; }
/*益访谈*/
 .texttitle {width: 100%;border-top: 1px dotted #b9b9b9;border-bottom: 1px dotted #b9b9b9; height:70px; padding-top:10px; }
 .texttitle li{  width: 46%;height: 25px; line-height: 25px;margin-bottom: 10px;float: left; background: url(../images/yd.png) 0 center no-repeat;margin-left: 15px; text-align: left;padding-left: 15px;}
 .texttitle li a {-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;color:#333333;font-size: 16px;overflow: hidden; font-family:"微软雅黑"; font-weight:bold; padding-left:10px; }
 

 
/*大爱无边·感动河南*/
#contact span.bar { background: url(../images/bg_vertical.png) repeat;height: 16px;width: 230px;margin: 0 15px 0 15px;display: inline-block;}

.hui12 {font-family: "宋体"; font-size: 12px; line-height: 20px; font-weight: normal; color: #1E1E1E; text-decoration: none; text-align: left; }
/*=====焦点图=====*/
.fourcePic { width:504px; height:390px; position:relative; overflow:hidden; margin-left: 0px; }
.fourcePic .num { position:absolute; right:3px; bottom:40px; z-index:10; }
.fourcePic .num a { width:16px; height:16px; display:inline-block; text-align:center; line-height:16px; margin:0 3px; cursor:pointer; background:#333; color:#fff;}
.fourcePic .num a:hover { text-decoration:none;}
.fourcePic .num a.cur { background:#ff6700; color:#fff; }
.fourcePic ul li { position:relative; height:390px; }
.fourcePic ul li .bg { background:#000000; border-top: 1px solid #545050; bottom: 0; height: 37px; left: 0; opacity: 0.7; filter:alpha(opacity=70);position: absolute; width: 504px; z-index: 10; }
.fourcePic ul li .tit { bottom: 0; color: #FFFFFF; font-size: 14px; height: 37px; left: 0; line-height: 37px; position: absolute; text-align: center; width: 504px; z-index: 20; }
.fourcePic ul li .tit a { color:#fff; font-size:14px; text-decoration:none; line-height:37px;}
.fourcePic ul li .tit a:hover { text-decoration: underline;}

.fourcePic2 { width:216px; height:180px; position:relative; overflow:hidden; }
.fourcePic1 ul li img { width:504px; height:390px; }
.fourcePic2 ul li img { width:216px; height:180px; }
.fourcePic2 ul li {height:180px; }
.fourcePic2 ul li .bg { width: 216px;}
.fourcePic2 ul li .tit {width: 216px; }
.tt1 {font-family: "微软雅黑"; font-size: 18px; font-weight: normal; color: #0066CC; text-decoration: none; line-height: 28px; text-align: left; }
.xtt14 {font-family: "微软雅黑"; font-size: 14px; font-weight: normal; color: #333333; text-decoration: none; line-height: 22px; text-align: left; }

.gdhn_sy{ width:85%; height:auto; float:left;}
.gdhn_sysp  {width:100%;height:50px;line-height:25px; overflow:hidden; float:left; color:#000000; font-size:16px; margin-bottom:15px;}
.gdhn_syp {width:100%;height:150px; line-height:25px; margin-left:10px;}
.gdhn_sysp a{font-size:16px; font-family:微软雅黑; color:#000000;overflow:hidden;float:left;}
.gdhn_syp  a{font-size:12px; font-family:微软雅黑; color:#999999;overflow:hidden;float:left;}

/*内容*/
.hxrbj{ background: url(../images/hxrbj.png) repeat-x; width:88%; height:30px;margin-left:60px;  margin-top:20px;}
.hxrbj span{ color:#FFFFFF; font-size:18px; line-height:30px; margin-left:20px;}
 .content{ width:90%; height:130px;border-bottom:1px  solid #DFDFDF; padding-top:20px;margin-left:60px;}
 .content ul{width:48%; float:left;height:110px; padding-left:10px;padding-top:0px; padding-bottom:0px;}
 .ulhx{padding-left:60px;border-right:1px #DFDFDF solid;width:70%;float:left; }
 .content li img{height: 120px;width: 96px;}
 .content li h3{height: 30px;font-size: 14px;line-height: 20px;width: 100%;overflow: hidden; color:#055a9a; margin-left:5px;}
 .content li h4{height: 85px;font-size: 12px;line-height: 15px;overflow: hidden;color:#666666;}
 .conpic{width:25%; float:left;}
 .context{width:75%; float:left;}
 
 .redmore {font-family: "宋体";font-size: 13px;font-weight: normal;color: #990000;text-decoration: none;line-height: 22px;text-align: left;}

/* 侧边功能按钮 */
#side_func{position:fixed;_position:absolute;bottom:125px;right:50%;height:232px;margin-right:-608px;width:100px;z-index:1000;}
	.single #side_func{bottom:290px;}
	#side_func a.sfa{display:block;width:120px;height:115px;line-height:58px;font-size:14px;text-align:center;line-height:1000px;color:#333;background-color:#dcdcdc;overflow:hidden;z-index:10;}
	#side_func a.block1{background:#bcbcbc url(../images/ggt.jpg) 0 -0px no-repeat;}
	#side_func a.block2{background:#bcbcbc url(../images/ggt.jpg) 0 -130px no-repeat;}
	#side_func a.block3{background:#bcbcbc url(../images/ggt.jpg) 0 -240px no-repeat;}
	
	
/*列表页面*/
.gylisttxt { width:68%;float:left;}
.gylisttxt .entertainment {width: 100%;height: auto;}
.gylisttxt .entertainment ul{height: auto;width: 100%;padding:10px 1px;}
.gylisttxt .entertainment li{line-height: 18px;white-space: nowrap;height: 18px;width: 100%;overflow: hidden;  font-family:"微软雅黑";font-size: 14px;}
.gylisttxt .entertainment li a:link{color: #000;}
.gylisttxt .entertainment li a:hover {color: #000;}
.gylisttxt .entertainment li a:visited {color:#000;}
.gylistpic { width:30%; float:right; margin-left:10px;}
.gylistpiclist { width:100%; float:left; margin-left:10px;}
.gylistpiclist .screenshot {display: inline-block;margin-right: 10px;margin-bottom: 20px;}
.ylmpic100{margin-top:10px; float:left; margin-left:10px;}
 /*页码*/
#div_currpage {TEXT-ALIGN: center;margin-bottom: 30px;}
#div_currpage a:visited { COLOR: #3B5998;TEXT-DECORATION: none; FONT-FAMILY: "微软雅黑"; LINE-HEIGHT: 160%;  border: 1px solid #CCD3E4; padding: 2px 8px 4px 8px;font-size: 14px;}
#div_currpage a {COLOR: #3B5998;TEXT-DECORATION: none; FONT-FAMILY: "微软雅黑"; LINE-HEIGHT: 160%; border: 1px solid #CCD3E4;background-color: #FAFBFC;padding: 2px 8px 4px 8px;font-size: 14px;}
#div_currpage span { border: 1px solid #3B5998;COLOR: #fff;background-color: #3B5998;padding: 2px 8px 4px 8px; font-size: 14px; FONT-FAMILY: "微软雅黑"; LINE-HEIGHT: 160%;}


	