*{margin:0; padding: 0; font-family: "微软雅黑";}
ul{list-style:none;}
a:hover,a:active,a:focus{text-decoration:none;}
body{background-color: transparent !important;  }
html{
    width: 100%;
    height: 100%;
    background: url("../../public/image/index/bg_01.png")  center;
}

.list{
    width: 100%;
    height: 100%;
    position: relative;
}
.list_title{
    width: 218px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    background: url("../../public/image/index/bg_03.png")  no-repeat  center;
    margin: 74px auto 0;
}
.list_close{
    display: block;
    position:fixed;
    left:50%;
    top: 100px;
    width: 38px;
    height: 38px;
    /*margin-top: -300px;*/
    margin-left: 600px;
}
.list_close img{
    width: 100%;
    height: 100%;
}
.title{
    overflow: hidden;
}
.list_1{
    float: left;
    /*width: 31px;*/
    /*height: 73px;*/
    margin-top: 18px;
}
/*.list_1 img{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
.list_2{
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #303131;
    margin-left: 4px;
    margin-top: 42px;
}
.list_2 span{
   font-size: 16px;
    margin-left: 21px;
}
.list_3{
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #303131;
  margin-top: 56px;
  margin-left: 21px;
}
.list_4{
  float: right;  
  font-size: 16px;
  font-weight: bold;
  color: #303131;
  padding-top: 56px;
  cursor: pointer;
}
.pic_box{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-left: -20px;
    margin-top: 20px;
}
.pic_1{
    float: left;
    width: 270px;
    height: 413px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 24px;
    cursor: pointer;
}
.pic_img{
    width: 230px;
    height: 240px;
    margin: 30px auto;
}
.pic_img img{
    width: 100%;
    height: 100%;
}
.pic_content{
    width: 100%;
    height: 66px;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.pic_time{
    font-size: 16px;
    font-weight: bold;
    color: #828282;
    margin-top:12px;
    text-align: center;
}
/*弹出层*/
.newsadd{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.tanchu_box{
    position: absolute;
    left: 50%;
    top:50%;
    width: 700px;
    height: 840px;
    background: url("../../public/image/index/bg_01.png")  no-repeat  center;
    margin-top: -420px;
    margin-left: -350px;
}
.close_x{
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.tanchu_01{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #191818;
    text-align: center;
    margin-top: 43px;
}
.tanchu_pic{
    width: 370px;
    height: 324px;
    /*width: 40%;*/
    /*height: 34%;*/
    margin:6px auto 18px;
}
.tanchu_pic img{
    width: 100%;
    height: 100%;
}
.tanchu_02{
    width: 70%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #191818;
    margin: 10px auto;
}
.tanchu_03{
    width: 70%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;
    margin: 5px auto;
    overflow: hidden;
}
.tanchu3_left{
    float: left;
	width: 17%;
	height: auto;
	
}
.tanchu3_right{
    float: left;
	width: 83%;
	height: auto;
}
.tanchu_04{
    width: 70%;
    height: 218px;
    line-height: 27px;
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;
    text-indent: 2em;
}
.tanchu_05{
    width: 64px;
    height: 44px;
    margin: 20px auto;
    cursor: pointer;
}


/* 弹窗轮播*/
.play{
    width: 370px;
    height: 324px;
    overflow:hidden;
    position:relative;
}
.play .text {
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    height:60px;
}
.play .text div {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:black;
    filter:alpha(opacity:40);
    opacity:0.4;
    z-index:99;
}
.play .text span {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    line-height:60px;
    color:white;
    z-index:999;
    text-align:center;
    font-size:20px;
}
.play ul{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.play ul li{
    width: 370px;
    height: 324px;
    float:left;
}
.play ul img{
    float:left;
    width: 370px;
    height: 324px;
}
#next{
    display:block;
    position:absolute;
    top:27%;
    right:8%;
    width:21px;
    height:38px;
    text-align:center;
    color:#fff;
    z-index:999;
    line-height:50px;
    text-decoration:none;
}
#prev{
    display:block;
    position:absolute;
    top: 27%;
    left: 8%;
    width:21px;
    height:38px;
    text-align:center;
    color:#fff;
    z-index:999;
    line-height:50px;
    text-decoration:none;
}
@media screen and (max-height: 768px) {
    .tanchu_04{
        height: 110px;
        overflow-y: auto;
    }
    .tanchu_box{
        height: 580px;
        margin-top: -294px;
    }
    .tanchu_pic {
        width: 222px;
        height: 193px;
    }
    .play{
        width: 222px;
        height: 193px;
    }
    .play ul li{
        width: 222px;
        height: 193px;
    }
    .play ul img{
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-height: 900px) {
    .close_x{
        margin: 35px 10px 0 0;
    }
}
