@charset "utf-8";/* CSS Document */
/* reset */  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */  
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/  
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */  
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */  
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/  
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/  
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */  
body {background:#fff}   /* 重置body 页面背景为白色 */  
body,th,td,input,select,textarea,button {font-size:12px ;font-family:"微软雅黑", "黑体","宋体";color:#666} /* 重置页面文字属性 */  
a {color:#666;text-decoration:none}  /* 重置链接a标签 */  
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */  
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */  
caption {display:none;}    /* 重置表格标题为隐藏 */  
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */  
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */  
   
/* 页面设置 */  
   
  /* 取消a标签点击后的虚线框 */  
a {outline: none;}    
a:active {star:expression(this.onFocus=this.blur());}  
a {
    text-decoration: none;
    outline: none;
    color: #000000;
    font-family: "微软雅黑";
}
   
 /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */  
/*   
::selection {color: #fff;background-color: #4C6E78;}      
::-moz-selection {color: #fff;background-color: #4C6E78;}   
*/  
  
/*清除浮动*/  
.clear{clear: both;}  
  
/*清除浮动--推荐使用*/  
.clearfix:before,.clearfix:after{content: '';display: table;}  
.clearfix:after{clear: both;}  
/*
 *公共样式
*/
body {
  font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "\\5b8b体", sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
      /* 取消a标签点击后的虚线框 */  
    a {outline: none;}    
    a:active {star:expression(this.onFocus=this.blur());}  
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
dl,
dt,
dd,
a,
span,
input,
textarea,
header,
footer,
article,
section,
aside {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none!important;
}
textarea {
  resize: none!important;
}

.h25 {
    clear: both;
    width: 100%;
    height: 25px;
}
.h30{
	clear: both;
	width: 100%;
	height: 30px;
}

.selfMall {
    width: 100%;
    position: relative;
}
.selfMall img {
    display: block;
    width: 100%;
}

.topBanner{
	overflow: hidden; margin: 0px auto; text-align: center;
}
.banner{
    width: 1920px;
    height: 500px;
    border: 0px solid #EEE;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.banner img {
    display: none;
    border: 0px solid #FFF;
}

.nr {
    overflow: hidden;
    width: 100%;
    max-width: 1680px;
    height: 536px;
    background: #ffffff;
    margin: 0px auto;
}
.w1000 {
    overflow: hidden;
    width: 1000px;
    margin: 0px auto;
    padding: 30px 0px 0px;
}
.touTiao {
    overflow: hidden;
    float: left;
    width: 1000px;
    margin: 0px auto;
    padding: 5px 25px 15px;
    border: 1px solid #acc9ee;
}
.touTiao h3 {
    overflow: hidden;
    font-size: 30px;
    color: #333;
    text-align: center;
    height: 55px;
    line-height: 55px;
}
.touTiao p {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 24px;
}

/*轮播图*/
	.focusBox {
    height: 330px;
    overflow: hidden;
    position: relative;
    width: 460px;
}
.focusBox .prev {
    background-image: url("../images/index.png");
    background-position: -112px 0;
    left: 0;
}

.focusBox .next {
    background-image: url("../images/index.png");
    background-position: -158px 0;
    right: 0;
}
.focusBox .prev, .focusBox .next {
    height: 99px;
    opacity: 0.2;
    position: absolute;
    top: 91px;
    transition: all 0.5s ease 0s;
    width: 45px;
    z-index: 3;
}
.focusBox .hd {
    bottom: 5px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    z-index: 3;
}
.focusBox .hd li {
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline;
    float: left;
    height: 6px;
    margin-right: 7px;
    width: 6px;
}
.focusBox .hd .on {
    background: #fff none repeat scroll 0 0;
}
.focusBox .pic li{
	position: relative;
}
.focusBox .pic .shad{
	bottom: 0;
    font-size: 16px;
    height: 40px;
    left: 35px;
    line-height: 40px;
    position: absolute;
    z-index: 9;
}
.focusBox .pic .shad a{
	color: #fff;
}
.focusBox .pic .shadow {
    background: rgba(0, 0, 0, 0) url("../images/page2-shadow.png") repeat scroll 0 0;
    bottom: 0;
    height: 52px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.nrRa{
	width: 460px;
	float: left;
	margin-right:20px ;
}
.nrla{
	width: 500px;
	float: right;
}
.nrla .wzA{
	width: 500px;
	border-bottom: 1px solid #acc9ee;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	height: 35px;
	margin-bottom:10px ;
}
.nrla .wzB{
	font-size: 14px;	
	color: #666;
	line-height: 25px;
}

.content {
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    background: #fff;
}
.c_left {
    float: left;
    width: 680px;
}
.c_right {
    float: right;
    width: 300px;
    overflow: hidden;
}
.cl_part {
    padding-bottom: 30px;
}

.c_left h2 {
    width: 100%;
    height: 50px;
    background: url(http://www.xinhuanet.com/world/2015/images/20150318_gjzt3_v1.png) no-repeat;
    padding-left: 20px;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
}
.c_left h2 span {
    float: right;
    font-size: 14px;
    padding-right: 18px;
    color: #999;
    line-height: 38px;
}
.cl_part li {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    position: relative;
}
.cl_part h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
.cl_part .summary {
    height: 85px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.cl_part .info {
    height: 14px;
    line-height: 14px;
    padding: 0;
    text-align: right;
}
.cl_part .bdsharebuttonbox {
    position: absolute;
    top: 20px;
    right: 0px;
    display: none;
}
.cl_part .source {
    font-size: 12px;
    color: #999;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.cl_part .time {
    font-size: 12px;
    color: #999;
    padding-left: 5px;
    padding-right: 10px;
}
.cl_part .info {
    height: 14px;
    line-height: 14px;
    padding: 0;
    text-align: right;
}
.c_right h2 {
    width: 100%;
    height: 40px;
    background: url(http://www.xinhuanet.com/world/2015/images/20150318_gjzt3_v1.png) no-repeat;
    padding-left: 20px;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px;
}
.c_right .cr_part li {
    width: 300px;
    overflow: hidden;
}
.picTitle {
    position: relative;
    width: 270px;
    height: 170px;
    margin: 0 auto 15px;
}
.picTitle .bg {
    background: #000000;
    bottom: 0;
    height: 30px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}
.picTitle .name {
    bottom: 0;
    color: #FFFFFF;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}
.picTitle .name a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
.c_right h2 {
    width: 100%;
    height: 68px;
    background: url(http://www.xinhuanet.com/world/2015/images/20150318_gjzt3_v1.png) no-repeat;
    padding-left: 20px;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px;
}

.xd-bottom-list {
    display: block;
    margin-top: 20px;
    background: #3e3a39;
    border-bottom: 1px solid #0C0000;
}
.xd-bottom-l {
    width: 1020px;
    margin: 0 auto;
}
.xd-bottom-l .xd-logo-a-logo {
    display: inline-block;
    float: left;
    width: 316px;
}

.xd-bottom-l .xd-logo-a-logo img {
    height: 40px;
    margin-top: 10px;
}

.xd-bottom-list img {
    margin-right: 10px;
    padding: 22px 0;
}
.xd-bottom-list img, .xd-bottom-list ul {
    float: left;
}

.xd-bottom-list ul {
    padding: 10px 18px;
    background: #3e3a39;
    border-right: 2px solid #fff;
}

.xd-bottom-list ul li {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.xd-c {
    clear: both;
    display: block;
}
.xd-c {
    clear: both;
    display: block;
}

.xd-bottom-list ul li a {
    color: #fff;
}


