* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
}
a,ul, li, ol{
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
/* html{
    font-size: 26.67vw;
} */
.max-box{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: rgb(236, 231, 231);
    /* height: 100px; */
    /* background-color: violet; */
}



/* 头部 */
.clear{
    height: 2.2rem;
}
.header{
    width: 100%;
    /* height: 1.4rem; */
    padding: 0.14rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    border-bottom: 0.01rem solid #ccc;

}
.header .header-top{
    width: 100%;
    height: 1rem;
}
.header-top .logo{
    float: left;
    width: 21%;
    height: 0.65rem;
    margin-top: 0.08rem;
    margin-left: 0.2rem;
}
.header-top .logo img{
    width: 100%;
    height: 100%;
}
.header-app{
    float: left;
    width: 22%;
    margin-left: 40%;
    height: 0.45rem;
    margin-top: 0.12rem;
    border: 1px solid #036fb8;
    text-align: center;
    line-height: 0.45rem;
}
.header-app a{
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    color: #036fb8;
}
.classify{
    float: right;
    /* background: red; */
    background-size: 100% 100%;
    display: block;
    width: 0.6rem;
    /* margin-top: 0.2rem; */
    height: 0.7rem;
    margin-right: 0.2rem;
}
.classify img{
    width: 100%;
    height: 100%;
}
/* 导航 */
.header-nav ul{ 
    display: flex;
} 
.header-nav ul li{
    width: 14.2%;
    
    text-align: center;
    /* height: 0.65rem; */
    font-size: 0.32rem;
}
.header-nav ul a{
    display: block;
    color: #393939;
    width: 100%;
    margin: 0.2rem 0;
    height: 0.45rem;
    border-right: 1px solid #ccc;
}
.header-nav ul a.active{
    color: blue;
}
/* banner */
.banner{
    background: #fff;
    overflow: hidden;
    width: 94%;
    margin: 0.3rem auto;
}
.banner-img{
    position: relative;
}
.banner-img img,.content .news li img{
    width: 100%;
    height: 100%;
}
.banner-img p{
    position: absolute;
    bottom: .05rem;
    width: 99%;
    height: 0.65rem;
    z-index: 9;
    line-height: 0.65rem;
    padding: 0 0.2rem;
    color: #fff;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    
}
.banner-img .slides-bg{
    position: absolute;
    bottom: 0.05rem;
    width: 100%;
    height: 0.65rem;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    z-index: 2;
}
.headline{
    padding: 0.1rem 0.2rem 0 0.2rem;
}
.headline p{
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #393939;
}
.headline p span{
    display: inline-block;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.15rem;
    /* font-size: 20px; */
    color: #fff;
    background: #036fb8;
    margin-right: 0.1rem;
}
.headline  a{
    color: #393939;
}
.headline-label a,span{
    color: #909090;
}
.headline-data a{
    color: #909090;
    font-size: 0.18rem;
    line-height: 0.6rem;
}

/* 内容 */
.photo, .special {
    width: 94%;
    height: auto;
    margin: auto;
}
.photo-cont {
    width: 100%;
    background: #fff;
    margin: 0.3rem auto;
    padding-bottom: 0.2rem;
}
.detail-content{
    text-indent:26px;
    line-height: 20px;
}
.photo-cont .photo-title {
    width: 100%;
    padding-bottom: 0.1rem;
}
.photo-title h2 {
    font-size: 0.32rem;
    color: #393939;
    padding: 0.15rem;
}
.photo-title p time, .photo-title p a,.photo-title .author {
    color: #909090;
    font-size: 0.2rem;
}
.photo-cont .photo-title p {
    text-indent: 1em;
    color: #333;
    line-height: 0.6rem !important;
    padding: 0;
    font-size: 0.18rem;
    text-align: left;
}
.article_content{
    width:94%;
    margin:auto;
}
.video-js{
    width:100%;
    height:100%;
}
.photo-title p a ,.photo-title .author{
    margin-left: 0.15rem;
}
.photo-cont p {
    /*text-indent: 2em;*/
    color: #333;
    font-size: 0.3rem !important;
    padding: 0.1rem 0.15rem;
    line-height: 1.6 !important;
    text-align: left;
}
.article_content img{
    width: 100%;
    height: auto;
}
/*分页*/
.photo-cont .pagination{
	text-align:center;
}
.photo-cont  .pagination li{
    display:inline-block;
    margin:0 0.25rem;
    margin-top:0.3rem;
}
.photo-cont  li.active{
	color:blue;
}
.photo-cont .pagination li span:hover{
    cursor:pointer;
    color:blue;
}

.photo-cont .zer {
    width: 98%;
    height: 0.5rem;
}
.photo-cont .zer p {
    text-align: right;
    line-height: 0.5rem;
    color: #666;
    font-size: 0.2rem !important;
}
.photo-cont .zer p span {
    color: #666;
}


.photo-fx .forwarding, .photo-fx .give {
    display: block;
    color: #fff;
    font-size: 0.25rem;
    width: 49%;
    height: 0.55rem;
    line-height: 0.55rem;
    letter-spacing: 2px;
    /*background: #036eb8;*/
    text-align: center;
    margin-left:calc((100% - 49%) / 2);
}
.photo-fx .forwarding p,
.photo-fx .forwarding #share{
    display:inline-block;
    vertical-align:middle;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.photo-cont .photo-fx {
    width: 93%;
    margin: 30px 20px 20px 20px;
    height: 60px;
}

/* 底部 */
.footer{
    /* width: 100%; */
    margin: 0 auto;
    padding: 0.3rem 0.2rem;
    border-top: 1px solid #ccc;
    background: #fff;
}
.footer p {
    width: 100%;
    text-align: center;
    color: #5d696f;
    line-height: 0.45rem;
    transform: scale(0.8);
}