@charset GBK;
/*! Copyright (c) 2013 NEN (http://www.nen.com.cn)
 *	Theme Name: CHAOYANG NEWS 2014
 *	Theme URI: 
 *	Description: chaoyang news 2014
 *	Author: M.Knight
 *	Version: 0.1
 *	Tags: chaoyang, news, global
 *	Update by MK 20140120
 */

/***********  reset  *********/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td, select, form {
	margin:0;
	padding:0;
}
body, button, input, select, textarea/**/ {
	font:14px/25px Microsoft Yahei, HELVETICA, "\5b8b\4f53", arial;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
h1 {
	font-size:24px;
	/* black */
	/*font-family:"\9ed1\4f53";*/
}
iframe {
     width:890px;
     height:530px;
}
h2 {
	font-size:18px;
/*	font-family:"\9ed1\4f53";*/
}
h3 {
	font-size:16px;
	font-weight:bold;
}
address, cite, dfn, em, var {
	font-style:normal;
}
code, kbd, pre, samp, tt {
	font-family:"Courier New", Courier, monospace;
}
small {
	font-size:12px;
}
ul, ol {
	list-style:none;
}
a {
	text-decoration:none;
	color:#222;
	cursor:pointer;
}
a:visited {
	color:#444;
}
a:hover, a:active {
	color:#b01e23;
	text-decoration:underline;
}
abbr[title], acronym[title] {
	border-bottom:1px dotted;
	cursor:help;
}
q:before, q:after {
	content: '';
}
legend {
	color:#2d3450;
}
fieldset, img {
	border:none;
}
button, input, select, textarea {
	font-size:100%;
}
textarea {
	resize:none;
}
textarea:focus {
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	border:none;
	height:1px;
}
.clearfix { zoom: 1; }
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearit {height:0; clear:both; overflow:hidden;}

/****** reset ended *********/

/**************** short cuts ****************/
.f10 {font-size:10px;}
.f12 {font-size:12px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f24 {font-size:24px;}
.f48 {font-size:48px;}
.f72 {font-size:72px;}
.wb {font-weight:bold;}
.white {color:#FFF;}
.red {color:red;}
.blue {color:#0084FF;}
.fleft {float:left;}
.fright {float:right;}
.pab {position:absolute;}
.prl {position:relative;}
.bd {border:1px #ccc solid;}
.disn {display:none;}
.mT10 {margin-top:10px;}
.mR10 {margin-right:10px;}
.mR20 {margin-right:20px;}
.mB15 {margin-bottom:15px;}
.mB10 {margin-bottom:10px;}
.mB20 {margin-bottom:20px;}
.mL10 {margin-right:20px; _margin-left:5px;}

.tC {text-align:center;}
.tR {text-align:right;}
.tL {text-align:left;}
/* selected font color */

::-moz-selection {
    background:#6C6;
    color:#fff;
}
::selection {
	background:#6C6;
	color:#fff;
}

/********************* 导航 *********************/
body {
	color:#222;
}
.wrapper, .w1000 {
	width:1200px; 
	margin:0 auto 10px;
	clear:both;
	overflow:hidden;
}
.w10002 {
	width:998px; 
	margin:0 auto 10px;
	clear:both;
	overflow:hidden;
}
.w100p {
	width:100%;
	clear:both;
	overflow:hidden;
	margin:0 auto;
}

/* list */
.list li {
	width:100%;
	text-indent:10px;
	background:url(http://chaoyx.nen.com.cn/images/dot.gif) no-repeat 0 0;	
	height:25px;
	line-height:25px;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}
/* focus */
.dotA li {
	background-position:0 10px;
}
.bdB li {
	border-bottom:1px dashed #ccc;
}
/* blue */
.dotB li {
	background-position:0 -8px;
	height:28px;
	line-height:28px
}
.dotB2 li {
	background-position:0 -8px;
	height:25px;
	line-height:25px
}
/* yellow */
.dotC li {
	background-position:0 -28px;
	height:28px;
	line-height:28px
}
.dotD li {
	background-position:0 -28px;
	height:28px;
	line-height:28px
}
/* video */
.dotV li {
	background:url(http://chaoyx.nen.com.cn/images/video.jpg) no-repeat 0 8px;
	text-indent:20px;
}


/********************************************************************/
.topNav {
	width:1000px;
	height:28px;
	line-height:28px;
	margin:0 auto;
	position:relative;
}
.fav {
	position:absolute;
	right:0;
}
.fla {
	width:1000px;
	height:230px;
	margin:0 auto;
	position:relative;
	background:url(http://chaoyx.nen.com.cn/images/fhead.jpg);
}
.nav {
	width:960px;
	padding:0 20px;
	height:50px;
	clear:both;
	overflow:hidden;
	margin:0 auto 10px;
	background:#006acd;
	border-radius:7px;
}
.cy_nav {
	width: 1160px;
	padding: 0 20px;
	height: 42px;
	clear: both;
	overflow: hidden;
	margin: 0 auto 10px;
	border-radius: 7px;
}
.nav li, .cy_nav li {
	float: left;
	display: inline;
}
.nav a {
	line-height:51px;
	background:#006acd;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	padding:14px 12px;
}
.nav a:hover, .nav .cur {
	background:#d4f1fb;
    border-top:4px solid #006acd;
    padding:10px 12px 14px;
	color:#006acd;
}
.cy_nav a {
	line-height:42px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	padding:14px 12px;
}
.cy_nav a:hover, .cy_nav .cur {
	background:#d4f1fb;
    padding:5px 12px 11px;
	color:#006acd;
}
.cy_nav i {
	width: 1px;
	height: 20px;
	background: #1b5a8d;
	border-left: 1px solid #fff;
	border-right: 1px solid #2971a5;
	float: left;
	margin: 11px 5px 0;
}
.cy_nav_bg {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto 20px;
	height: 42px;
	background: url(../images/ml_bg.jpg);
}
.ztBox {
	width:1200px;
	height:1px;
	margin:0 auto 10px;
	clear:both;
	overflow:hidden;
}
.ztBox .ztPic {
	width:910px;
	height:80px;
	float:left;
	margin-right:10px;
}
.ztBox .ztHot {
	width:280px;
	height:80px;
	overflow:hidden;
	float:left;
}
.ztHot p {
	width:100%;
	height:20px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
}
.ztHot a {
	color:#034596;
	font-size:12px;
}
/* sa_2_01 710_280 */
.sa_2_01{zoom:1; overflow:hidden; margin-bottom:10px;}
.sa_2_01 .sa_left{    width: 890px;
    padding: 0px 5px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #a1ddff;}
.sa_left{
padding: 10px 0;
}
.sa_left h1 {
padding: 10px 0 !important;
}
.info {
padding: 10px 0 !important;
}
.sa_2_01 .sa_right{width:280px; float:left; overflow:hidden;}
.sa_right{margin-top:10px;}

/* sa_2_02 495_495 */
.sa_2_02{zoom:1; overflow:hidden; margin-bottom:10px;}
.sa_2_02 .sa_left{width:595px; float:left; overflow:hidden; margin-right:10px;}
.sa_2_02 .sa_right{width:595px; float:left; overflow:hidden;}

/* sa_3_01 350_350_280 */
.sa_3_01{zoom:1; overflow:hidden; margin-bottom:10px;}
.sa_3_01 .sa_left{width:350px; float:left; overflow:hidden; margin-right:10px;}
.sa_3_01 .sa_middle{width:350px; float:left; overflow:hidden; margin-right:10px;}
.sa_3_01 .sa_right{width:280px; float:left; overflow:hidden;}

/* sa_3_02 323_323_328 */
.sa_3_02{zoom:1; overflow:hidden; margin-bottom:10px;}
.sa_3_02 .sa_left{width:326px; float:left; overflow:hidden; margin-right:11px;}
.sa_3_02 .sa_middle{width:326px; float:left; overflow:hidden; margin-right:11px;}
.sa_3_02 .sa_right{width:326px; float:left; overflow:hidden;}

/******** ttl ******/
.ttl {
	width:100%;
	overflow:hidden;
	position:relative;
}
.ttl_dzld {
	height:28px;
	background:url(../images/dzld.jpg);
}
.ttl_mlcyx {
	height:32px;
	background:url(../images/mlcyx.jpg);
}
.ttl_jcsp {
	height:32px;
	background:url(../images/jcsp.jpg);
}
.ttl_dzb {
	height:32px;
	background:url(../images/dzb.jpg);
}
.ttl_tsjj {
	height:33px;
	background:url(../images/tsjj.jpg);
}
.ttl_yqjj {
	height:33px;
	background:url(../images/yqjj.jpg);
}
.ttl_stlc {
	height:33px;
	background:url(../images/stlc.jpg);
}
.ttl_whly {
	height:33px;
	background:url(../images/whly.jpg);
}
.ttl_sssh {
	height:33px;
	background:url(../images/sssh.jpg);
}
.ttl_ylpd {
	height:33px;
	background:url(../images/ylpd.jpg);
}
.ttl_jccyx {
	height:35px;
	background:url(../images/jccyx.jpg);
}
.ttl_gjxw {
	height:33px;
	background:url(../images/gjxw.jpg);
}
.ttl_gnxw {
	height:33px;
	background:url(../images/gnxw.jpg);
}
.ttl_snxw {
	height:33px;
/*	background:url(http://chaoyx.nen.com.cn/images/snxw.jpg);*/
	background:url(../images/snxw2.jpg);
}
.ttl_zpjj {
	height:32px;
	background:url(../images/zpjj.jpg);
}
.ttl_lsyg {
	height:32px;
	background:url(../images/lsyg.jpg);
}
.ttl_xzqh {
	height:32px;
	background:url(../images/xzqh.jpg);
}
.ttl_dxdm {
	height:32px;
	background:url(../images/dxdm.jpg);
}
.ttl_zrgk {
	height:32px;
	background:url(../images/zrgk.jpg);
}
.ttl_blue {
	height:33px;
	background:url(../images/ytls.jpg);
}
.ttl_rT {
	background:url(../images/rT.gif);
	height:32px;
	line-height:32px;
	color:#fff;
	font-size:16px;
	text-align:center;	
	font-weight:bold;
}
.ttl_tpjj {
	height:35px;
	background:#eee4a5;
	border:1px solid #b7b91e;
	border-bottom:none;
	color:#b7b91e;
	width:998px;
}
.ttl_tpjj h3 {
	text-indent:30px;
	font-size:18px;
	line-height:35px;
}
.ttl a.more{
	position:absolute;
	right:10px;
	top:4px;
	color:#fff;
}
.ttl_dxdm a.more, .ttl_zrgk a.more {
	color: #5c86bb;
}
.ttl_tpjj a.more {
	font-size:14px;
	background:#cfbb1b;
	padding:0px 6px;
}
.ttl_jctp {
	height:35px;
	background:#d4f4e7;
	border:1px solid #6ae0cf;
	border-bottom:none;
	color:#019a8d;
	width:998px;
}
.ttl_jctp h3, .ttl_yqjj_s h3, .ttl_lvzx h3 {
	text-indent:30px;
	font-size:18px;
	line-height:35px;
}
.ttl_lvzx {
	height:35px;
	background:#d4f4e7;
	border:1px solid #e7d4f8;
	border-bottom:none;
	color:#019a8d;
	width:998px;
}
.ttl_jctp a.more, .ttl_yqjj_s a.more {
	font-size:14px;
	background:#2ac5af;
	padding:0px 6px;
	line-height:21px;
	top:7px;
}
.ttl_lvzx a.more {
	font-size:14px;
	background:#a872d6;
	padding:0px 6px;
	line-height:21px;
	top:7px;
}
.ttl_yqjj_s {
	height:35px;
	background:#d4f4e7;
	border:1px solid #6ae0cf;
	border-bottom:none;
	color:#019a8d;
	width:493px;
}
.ttl_whly_pic {
	height:35px;
	background:#E7D4F8;
	border:1px solid #A872D6;
	border-bottom:none;
	color:#651AB3;
	width:998px;
}
.ttl_whly_pic h3 {
	text-indent:30px;
	font-size:18px;
	line-height:35px;
	color:#651AB3;
}
.ttl_whly_pic a.more {
	font-size:14px;
	background:#A872D6;
	padding:0px 6px;
}
.ttl_dzld_long {
	height:35px;
	background:url(../images/dzld_ttl.jpg);
	margin-bottom:10px;
}
.ttl_tsjj_long {
	height:35px;
	background:url(../images/tsjj_ttl.jpg);
	margin-bottom:10px;
}
.ttl_stlc_long {
	height:35px;
	background:url(../images/stlc_ttl.jpg);
	margin-bottom:10px;
}
.ttl_yqjj_long {
	height:35px;
	background:url(../images/yqjj_ttl.jpg);
	margin-bottom:10px;
}
.ttl_lyzx_long {
	height:35px;
	background:url(../images/lyzx_ttl.jpg);
	margin-bottom:10px;
}
/*************** index ****************/

.bmBox {
	width:948px;
	height:50px;
	border:1px solid #9DDCFD;
	padding-left:50px;
	background:url(http://chaoyx.nen.com.cn/images/bmfw.jpg) no-repeat;
	background-color:#effbff;
	margin:0 auto 10px;
	clear:both;
	overflow:hidden;
}
.bmBox a {
	float:left;
	margin:10px 0 0 4px;
}
.focusBox {
	width:708px;
	background:url(http://chaoyx.nen.com.cn/images/focus_bg.jpg) repeat-x;
	border:1px solid #9DDCFD;
}
.topNews {
	width:100%;
	height:50px;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-bottom:10px;
}
.tabNews {
	width:338px;
	height:220px;
	float:left;
	margin:0 0 10px 10px;
	_margin-left:5px;
}
.focus {
	width:340px;
	height:220px;
	float:left;
	margin:0 0 10px 10px;
	_margin-left:5px;
}
.dzld {
	width:278px;
	border:1px solid #9DDCFD;
	background:#effbff;
}
.ldnr {
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto 10px;
	font-size:12px;
	line-height:25px;
	height:206px;
}
.ldnr img {
	float:left;
	margin-right:10px;
	width:135px;
	height:100px;
}
.sect3, .sect2, .rPart {
	padding-top:10px;
	clear:both;
	overflow:hidden;
}
.sect3 {
	width:348px;
}
.sect2 {
	width:493px;
}
.rPart {
	width:278px;
	border:1px solid #9DDCFD;
	border-top:none;
	background:#effbff;
}
.bd_A {
	border:1px solid #a1ddff;/* blue */
	border-top:none;
}
.bd_B {
	border:1px solid #f2aeae;/* pink */
}
.bd_C {
	border:1px solid #9ddcfd;/* blue */
}
.bd_D {
	border:1px solid #b7b91e;/* yellow */
}
.bd_E {
	border:1px solid #b7b91e;/* yellow */
	border-top:none;
}
.bd_F {
	border:1px solid #6ee0d1;/* green */
}
.bd_G {
	border:1px solid #a872d6;/* purple */
}
.bd_H {
	border:1px solid #B3EEE6;/* purple */
}
.pBox {
	width:150px;
	height:120px;
	display:block;
	overflow:hidden;
	float:left;
}
.pBox img {
	width:150px;
	height:100px;
	display:block;
}
.pBox p {
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
}
.asdf {
	float:left;
	width:100%;
}
.asdf .pBox {
	margin:0 0 0 16px;
}
.qwer {
	width:328px;
	padding:0 10px 10px;
	overflow:hidden;
}
.paper {
	display:block;
	width:190px;
	height:200px;
	_height:213px;
	margin:0 10px 5px 10px;
	_margin-left:5px;
	overflow:hidden;
	float:left;
}
.paper img {
	display:block;
	width:190px;
	height:200px;
}
.papers {
	width:62px;
	height:25px;
	line-height:25px;
	font-size:14px;
	float:left;
}
.jkl {
	width:150px;
	float:left;
	margin-left:10px;
}
.jkl .pBox {
	margin-bottom:10px;
}
.artical {
	float:left;
	width:313px;
	margin-left:10px;
}

/*** arr ***/
.roll {
	width:1198px;
	padding-top:10px;
	clear:both;
	overflow:hidden;
}
.arr_L, .arr_R {
	width:29px;
	height:44px;
	background:url(../images/arr.jpg) no-repeat;
	float:left;
	margin-top:50px;
	cursor:pointer;
}
.arr_L {
	background-position:left top;
}
.arr_R {
	background-position:right top;
}
.gn .arr_L {
	background-position:left -50px;
}
.gn .arr_R {
	background-position:right -50px;
}
.yl .arr_L {
	background-position:left -100px;
}
.yl .arr_R {
	background-position:right -100px;
}
.picWrap {
	width:1140px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
}
.picWrap ul {
	display:block;
	width:5000px;
	height:160px;
	clear:both;
	overflow:hidden;
}
.picWrap li a {
	float:left;
	width:180px;
	height:160px;
	display:block;
	margin-right:10px;
}
.picWrap li img {
	width:180px;
	height:135px;
	display:block;
}
.picWrap li p {
	width:180px;
	height:25px;
	line-height:25px;
	text-align:center;
}
.links {
	width:988px;
	height:70px;
	border:1px solid #a1ddff;
	padding:5px;
	background:#effbff;
}
.links .xxx {
	float:left;
	width:26px;
	height:70px;
	margin-right:20px;
	background:url(http://chaoyx.nen.com.cn/images/link.jpg);
}
.links .yyy {
	float:left;
	width:940px;
	height:70px;
	overflow:auto;
}
.links a {
	margin-right:30px;
}
.banner {
	width:1000px;
	height:80px;
	overflow:hidden;
	margin:0 auto 10px;
}
.whly_box {
	width:998px;
	border:1px solid #A872D6;
	border-top:none;
	padding:19px 0 19px 19px;
    width:979px;
}
.tab li, .tab2 li, .tab3 li, .picWrap li, .bmBox li {_display:inline;}
/*************** footer ******************/
.footer {
	width:100%;
	margin:0 auto 20px;
}
.footer p {
	width:960px;
	line-height:30px;
	text-align:center;
	font-size:12px;
}
.blueLine2 {
	width:1200px;
	height:56px;
	line-height:36px;
	background:url(../images/footer_bg.jpg) repeat-x;
	color:#fff;
	font-size:14px;
	margin:0 auto;
	text-align:center;
}
.blueLine2 a {
	color:#fff;
}
.blueLine {
	width:1200px;
	height:56px;
	line-height:36px;
	background:url(../images/footer_bg2.jpg) repeat-x;
	color:#fff;
	font-size:14px;
	margin:0 auto;
	text-align:center;
}
.blueLine a {
	color:#fff;
}
.zxcv {
	padding: 0 10px;
	height: 205px;
}
.zxcv img {
	width:150px;
	height:120px;
	float:left;
	margin-right:10px;
}
.zxcv p {
	line-height:25px;
}











