@charset "utf-8";
/* CSS Document */
body,header,footer,main,section,nav,menu,object,iframe,div,span,em,i,pre,code,q,p,small,strong,img,h1,h2,h3,h4,h5,h6,a,blockquote,ol,ul,li,form,label,input,textarea,button,table,tr,th,td,dl,dt,dd,hr{margin:0;padding:0;border:0;font:inherit;font-size:100%;line-height:inherit;vertical-align:baseline;background:0 0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}ol,ul{list-style:none}hr{border-bottom:1px solid #000}img{max-width:100%;height:auto;vertical-align:middle;border-style:none}a,a:hover{color:#000;text-decoration:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
body{
    background: #fff;
}

img{
	width:100%;
	height:auto;
	text-align:center;
    vertical-align: middle;
	middle;border-style:none}


.pic{
margin-bottom:.5rem;
  }
.pic i {
    width: 38px;
    height: 38px;
    background: url(http://p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1384392412372999/play_nor_xuqiu_15655_20160927.png) no-repeat center center;
    position: absolute;
    left: 43%;
    top: 40%;
}
.pic span {

    width: 93.7%;
    position: absolute;
    bottom: 0rem;
    text-indent: .2rem;
    height:.8rem;
    line-height: .8rem;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: .4rem;
	margin0:0 10px 0 0;
}

.pic.clearfix {
    padding-bottom11: 11px;
    border-bottom00: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}


.pic:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	     -o-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.title{
    clear: both;
    height: 1rem;
    line-height:  1rem;
   font-family: 微软雅黑;
    background-color: #c28233;
	margin-bottom:.5rem;
	}
.title span{
	font-size:  .5rem;
    
    margin-left: 0px;
    float: left;
    color: rgb(255, 255, 255);
    padding-left:  1rem;

    font-weight: normal;
	}
.title span:before {
    content: '';
    width: .2rem;
    height: .2rem;
    border-radius: .1rem;
    background: #fff;
    position: absolute;
    top: .4rem;
    left: .8rem;

}
.title a{
	font-size:  .35rem;
    float: right;
    color: rgb(255, 255, 255);
    padding-right:  .5rem;
	}
	
	.header-top{
    height:1rem;
	width:100%;
	background-color:#f4f6f8;
	}
	.header-top .text{
	    line-height:1rem;
		text-align:center;
		font-size:.5rem;
	}
	.header-top ul li{
	height:.7rem;
	line-height:1rem;
	float:left;
	width:1.6rem;
    }
   .header-top ul li a{
	color:#000;
	font-size:.4rem
	}
	
	.header-banner{
    height00:400px;
	width:100%;
	}
	
@media (min-width: 1px) and (max-width:991px) {
	.pc_hide{ display:none;}
	.pic span {
	margin:0 10px 0 0;
}
	
}
@media (min-width: 992px) {

.mobile_hide{ display:none;}

}
	.header-menu{
    height:1rem;
	width:100%;
	background-color: #be1010 !important;
	margin-bottom:.5rem;
	}
.footer{
	padding:.6rem 0;
	background-color: #c28233;
    text-align:center;
    font-size:.5rem;
	color:#fff;
}	
	
	<!-- 具有响应式特性的嵌入内容 -->

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

 ul.list{margin-bottom:.5rem;}

.list li {
	
    border-bottom00: 1px solid #e5e5e5;
	width:100%; 
	height:.8rem;
	line-height:.8rem;
	overflow:hidden;
}
.list li a{
    font-size: .4rem;
    color: #404040;
    position: relative;
    padding-left:.65rem;
}
.list li a:before {
    content: '';
    width: .15rem;
    height: .15rem;
    border-radius0: .25rem;
    background: #f54785;
    position: absolute;
    top: .25rem;
    left: .25rem;
	transform: rotate(45deg);
}

.list-zy li{ border-bottom:1px dashed #ebebeb;}
.list-zy li h4{
	font-family: 微软雅黑;
    font-size: .4rem;
    line-height: .9rem;
	height:.9rem;
	overflow:hidden;
	font-weight: bold;}
.list-zy li p{font-family: 微软雅黑;
	font-size: .35rem;
    line-height: .6rem;
    color: #7e7a7f;
	margin-bottom:.2rem;
	}
.list-zy li:last-child{border-bottom: none}


