.bannerheadinel{
    background: url("../img/headlinebanner.jpg") no-repeat;
    height: 6rem;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
}
.bannerheadinel .info-box{
    width: 12rem;
    margin: 0 auto;
    padding-left: 2.7rem;
    line-height: 6rem;
}
.bannerheadinel .info-box p{
    font-size: 0.48rem;
    color: #fff;
    line-height: normal;
    display: inline-block;
}
.bannerheadinel .info-box p b{
	position:relative;
	left:-1.1rem;
    color: #FF1257;
}

.headline-box{
    width: 100%;
	min-height:600px;
    background: #f4f4f4;
    padding-top: 0.9rem;
    padding-bottom:  0.7rem;;
}
.userHome-box{
    background:#fff;
    padding-top: 0rem;
}
.headlineDetail-box{
    padding-top: 0.8rem;
}
.headline-box .navBat{
    width: 100%;
    background-color: #f5f5f5;
    height: 0.5rem;
}
.headline-box .navBat .position{
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 15rem;
}
.headline-box .navBat .position h1{
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.5rem;
    padding-left: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.headline-box .navBat .position h1 span{
    padding-right: 0.15rem;
    font-weight: 400;
}
.headline-box .navBat .position h1 a{
    color: #666666;
    padding:0 0.15rem;
    font-size: 0.14rem;
    position: relative;
    font-weight: 400;
}
.headline-box .navBat .position h1 a::before{
    display: block;
    content: '';
    width: 2px ;
    background-color: #666666;
    height: 0.1rem;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -0.05rem;
}
.headline-box .navBat .position h1 a:hover{
    color: #FF1257;
}
.headline-box .headlineContent{
    min-height: 3.5rem;
    position: relative;
    margin-bottom: 0.2rem;
    width: 15rem;
}
.headline-box .headlineContent::after{
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
}
.headline-box .headlineContent .navBox{
    overflow: hidden;
    border: 1px solid #a0a0a0;
    border-right: none;
    position: absolute;
    left: 0rem;
    top: 0.2rem
}
.headline-box .headlineContent .navBox li{
    padding: 0.1rem;
    font-size: 0.18rem;
    color: #666666;
    float: left;
    border-right: 1px solid #a0a0a0;
    cursor: pointer;
}
.headline-box .headlineContent .navBox li.active {
    background-color: #f9145c;
    color: #FFFFFF;
    border-right: 1px solid #f9145c;
}
.headline-box .headlineContent .headline-tip{
    background-color: #ff1257;
    padding: 0.35rem 0.2rem;
    overflow: hidden;
    position: absolute;
    right: 0.2rem;
    top: -1rem;
    width: 2.85rem;
    color: #FFFFFF;
    z-index: 12;
}
.headline-box .headlineContent .headline-tip h1{
    font-size: 0.48rem;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}
.headline-box .headlineContent .headline-tip h1 p.smaller{
    font-size: 0.18rem;
}
.headline-box .headlineContent .headline-tip  p.info {
    font-size: 0.14rem;
    line-height: 0.28rem;
}
.headline-box .headlineContent .left{
    padding-top: 0.8rem;
    width: 9rem;
    float: left;
    margin: 0 0.4rem;
}
.headline-box .headlineContent .left .itemList{
	display:none
}
.headline-box .headlineContent .left .itemList.active{
	display:block;
}
.headline-box .headlineContent .detailLeft{
    padding-top: 0px !important;
    margin-top: 0px !important;
    background: #fff;
    padding: 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.headline-box .headlineContent .left .detailTitle{
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    padding: 0.2rem 0;
}
.headline-box .headlineContent .left .detailTitle h1{
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.15rem;
    font-weight: 400;
    text-align: center;
}
.headline-box .headlineContent .left .detailTitle  p{
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.headline-box .headlineContent .left .detailTitle  p span{
    padding-right: 0.25rem;
}
.headline-box .headlineContent .left .detailContent{
    font-size: 0.14rem;
    color: #333333;
    padding: 0.15rem 0rem;
}
.headline-box .headlineContent .left .detailContent img{
	max-width:100%;
	text-align:center;
}
.headline-box .headlineContent .left .upAndDown{
    font-size: 12px;
    position: relative;
}
.headline-box .headlineContent .left .upAndDown span{
    font-size: 0.16rem;
    color: #FF1257;
}
.headline-box .headlineContent .left .upAndDown p{
    margin-bottom: 0.2rem;
}
.headline-box .headlineContent .left .upAndDown a{
    font-size: 12px;
    display: inline-block;
    color: #666;
    margin-left: 0.15rem;
}
.headline-box .headlineContent .left .upAndDown a.backlist{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0rem;
    width:100px;
    text-align: center;
    padding: 0.15rem 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.headline-box .headlineContent .left .upAndDown a:hover {
    color: #FF1257;
}
.headline-box .headlineContent .itemList .item {
    padding: 0.4rem 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-bottom: 2px solid #dedede;
}
.headline-box .headlineContent .itemList .item img{
    width: 2.4rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    top:0.4rem;
    margin-right: 0.4rem;
}
.headline-box .headlineContent .itemList .item .itemInfo {
    width: 100%;
    padding-left: 2.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.headline-box .headlineContent .itemList .item .itemInfo h1.title{
    position: relative;
    padding-left: .3rem;
    margin-bottom: 0.18rem;

}
.headline-box .headlineContent .itemList .item .itemInfo h1.title::before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 0.2rem;
    height: 0.25rem;
    background:url("../img/icon/hotandsh.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.headline-box .headlineContent .itemList .item .itemInfo h1.title a{
    font-size: 0.18rem;
    color: #333333;
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.headline-box .headlineContent .itemList .item .itemInfo  p.date{
    font-size: 0.14rem;
    color: #999999;
    margin-bottom: 0.15rem;
}
.headline-box .headlineContent .itemList .item .itemInfo  p.briefInfo {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.28rem;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.8rem;
}
.headline-box .headlineContent .itemList .item .itemInfo  .more{
    color: #FF1257;
    font-size: 0.14rem;
    display: block;
}
.headline-box .headlineContent .right {
    float: left;
    width: 3.6rem;
    /*padding-top: 2.3rem;*/
    background-color: #e7e5e6;
    overflow: hidden;
    /*padding-bottom: 1rem;*/
    /*min-height: 3.4rem;*/
    display: block;
}
.headline-box .headlineContent .right.headlineRight{
    padding-top: 2.3rem;
}
.headline-box .headlineContent .detailRight{
    /*padding-top: 0.2rem;*/
    width: 5.2rem;
}
.headline-box .headlineContent .right .search{
    background-color: transparent;
    overflow: hidden;
    width: 3rem;
    margin: 0 auto;
}
.headline-box .headlineContent .right .search input{
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-bottom-left-radius: 4px;

    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius:0px;
    border:1px solid #a0a0a0;
    float: left;
    height:40px;
    line-height: 40px;
    padding: 6px 0.1rem;
    width: 2rem;
    background-color: transparent;
    outline: #9e9094;
    font-size: 0.14rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.headline-box .headlineContent .right .search .button-box{
    display: table-cell;
    vertical-align: middle;
}
.headline-box .headlineContent .right .search .button{
    vertical-align: middle;
    float: left;
    height:40px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius:4px;
    line-height: 40px;
    padding: 15px 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #a0a0a0;
    border-left:none;
    width: 0.8rem;
    outline: #9e9094;
    color: #FFFFFF;
    background: #FF1257 url("../img/icon/hotandsh.png") no-repeat -0.4rem center;
    cursor: pointer;
}
.headline-box .headlineContent .right .tagList{
    margin-top: .65rem;
    overflow: hidden;
}
.headline-box .headlineContent .right  h1.title{
    color: #000;
    font-size: 0.16rem;
    position: relative;
    line-height: 0.24rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.25rem;
}
.headline-box .headlineContent .right  h1.title .more{
    color: #FF1257;
    font-size:.14rem;
    display: inline-block;
    position: absolute;
    right: .1rem;
}
/*.headline-box .headlineContent .right  h1.title::before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 4px;*/
    /*height: 0.14rem;*/
    /*background-color: #FF1257;*/
    /*margin-right: 0.1rem;*/
/*}*/
.headline-box .headlineContent .right .tagList .tags,.headline-box .headlineContent .right .tagList .articleitem {
    padding-left: 0.4rem;
    padding-right: 0.1rem;
}
.headline-box .headlineContent .right .tagList .tags a{
    display: block;
    float: left;
    color: #000;
    background-color: #ead1d8;
    padding: 0.1rem;
    margin-left: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.headline-box .headlineContent .right .articleList{
    background: #fff;
    padding:0.3rem 0.35rem;
}
.headline-box .headlineContent .right .articleList .articleitem ul{
    font-size: 12px;
}
.headline-box .headlineContent .right .articleList .articleitem li{
    font-size: 0.14rem;
    margin-top: 0.2rem;
    line-height: 0.21rem;
    padding-right: 0.1rem;
    display: inline-block;
}
.headline-box .headlineContent .right .articleList  .articleitem li a{
    font-size: 0.14rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 3.6rem;
	float:right;
}
.headline-box .headlineContent .right .articleList  .articleitem li a:hover{
    color: #FF1257;
}
.headline-box .headlineContent .right .articleList  .articleitem li span {
    font-size: 0.14rem;
    color: #999999;
    float: right;
}

/*改版增加*/
.headlineContent .infoTitle{
    width: 7.3rem;
    margin: 0rem auto;
    border-bottom: 1px solid #8384a8;
}
.headlineContent .infoTitleRed {
    border-color: #e38899;
}
.headlineContent .infoTitle h1 {
    font-size: 0.36rem;
    color: #f4f4f4;
    text-align: center;
}
.headlineContent .infoTitle p{
    font-size: 0.16rem;
    text-align: center;
    color: #f4f4f4;
    margin: 0.2rem auto;
}
.headlineContent .infoTitleRed p{
    color: #666;
}
.headlineContent .infoTitle h2{
    font-size: 12px;
    text-align: center;
    height: 0.1rem;
    position: relative;
    top: 0.05rem;
}
.headlineContent .infoTitle h2 i {
    width: 0.1rem;
    height: 0.1rem;
    -webkit-border-radius: 50%;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:block;
    position: relative;
    z-index:1;
}
.headlineContent .infoTitleRed h1{
    color: #c81233;
}
.headlineContent .infoTitleRed h2 i {
    background: #c81233;
}

.headlineContent .infoTitle h2 i::after{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    width: 0;
    top:0.05rem;
    height: 1px;
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 0;
}
.headlineContent .infoTitle h2 i::before {
    content: '';
    top:0.05rem;
    display: block;
    position: absolute;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 0;
}
.headlineContent .infoTitleRed h2 i::before,.headlineContent .infoTitleRed h2 i::after{
    background: #c81233;
    z-index: 0;
    height: 2px;
}
.headlineContent .infoTitle:hover h2 i::after,.headlineContent .infoTitle:hover  h2 i::before{
    width:3.7rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/*栏目*/
.com-catelist-wrap {
    position: relative;
    padding-top: 50px;
    text-align: center;
    font-size: 12px;
}
.com-catelist {
    display: inline-block;
    border: 1px solid #DCDDDF;
    text-align: center;
    font-size: 0;
    background: #FFFFFF;
    border-radius: 23px;
    box-shadow: 0 0 20px #ddd;
}
.userHome-com-catelist{
    background: transparent;
    border-radius: 0px;
    box-shadow:none;
    border: none;
}
.com-catelist li {
    display: inline-block;
    cursor: pointer;
}
.com-catelist li a {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 0 40px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #1d1819;
    border-radius: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
.com-catelist li:hover a {
    color: #d0212b;
}
.com-catelist li.on a {
    color: #fff;
    background: #d0212b;
    -webkit-box-shadow:  0 0 20px #f7404a inset;
    -moz-box-shadow:  0 0 20px #f7404a inset;
    box-shadow:  0 0 20px #f7404a inset;
    outline: none;
}
.userHome-com-catelist li.active a{
    color: #333;
    border-bottom: 2px solid #6799eb;
}
.userHome-com-catelist li a{
    padding: 0px;
    margin: 0 15px;
    color: #999;
    font-weight: 200;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: none;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none ;
}
.userHome-com-catelist li:hover a {
    color: #333;
}
.index-title .des3 {
    line-height: 30px;
    color: #454545;
}
.index-title .des3 p ~ p {
    margin-top: 10px;
}
/*内容*/
.articleBox{
    width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 0.9rem;
}
.articleBox::after{
    content: '';
    clear: both;
    display: block;
}
.artcleBoxItem,.bigImgItem{
    width: 50%;
    position: relative;
    height: 3.33rem;
    float: left;
}
.bigImgItem{
    overflow: hidden;
}
.artcleBoxItem::after{
    content: '';
    clear:both;
    display: block;
}
.artcleBoxItem .infoArticle,.artcleBoxItem .infoArticleImg{
    width: 50%;
    float: right;
    font-size: 12px;
    text-align: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.artcleBoxItem:nth-child(2) .infoArticle, .artcleBoxItem:nth-child(2) .infoArticleImg{
    float: left;
}
.artcleBoxItem .infoArticle{
    padding: 0.15rem;
    border:1px solid #dcdcdc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.artcleBoxItem .infoArticle:hover{
    -webkit-box-shadow: 0rem 0rem 10px #ccc;
    -moz-box-shadow: 0rem 0rem 10px #ccc;
    box-shadow: 0rem 0rem 10px #ccc;
}
.artcleBoxItem .infoArticleImg img{
    width: 100%;
    height: 100%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.artcleBoxItem .infoArticleImg:hover img{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.artcleBoxItem .infoArticle h1{
    font-size: 0.16rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.7rem;
}
.artcleBoxItem .infoArticle span{
    font-size:  0.12rem;
}
.artcleBoxItem .infoArticle p{
    font-size:  0.14rem;
    line-height: 0.28rem;
    margin-top: 0.2rem;
    height: 1.3rem;
}
.artcleBoxItem .infoArticle a{
    font-size: 0.12rem;
    display: inline-block;
    background: #fff;
    border: 1px solid #999999;
    color: #000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 8px 20px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    margin-top: 0.2rem;
}
.artcleBoxItem .infoArticle a:hover{
    background: #d0212b;
    color: #fff;
    border: 1px solid #d0212b;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.bigImgItem .artcleBoxItem-img{
    height: 3.33rem;
    width: 100%;
    overflow: hidden;
    display: block;
}
.bigImgItem .artcleBoxItem-img img{
    height: 100%;
    width: 100%;
}
.bigImgItem .infoImg{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bigImgItem:hover .infoImg{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bigImgItem .infoImg h1{
    font-size: 0.16rem;
    color: #fff;
    padding: 0.2rem 0.1rem;
}
/*更多资讯*/
.moreArticle{
    width: 100%;
    margin-top: 0.6rem;
}
.mk-news-list {
    /*margin-bottom: -20px;*/
    width: 15.9rem;
}
.mk-news-list li {
    float: left;
    width: 5rem;
    margin-right: .30rem;
    margin-bottom: .20rem;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.usermk-news-list li{
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow:0 0 20px #ddd;
    -moz-box-shadow:0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    cursor:pointer;
}
.mk-news-list li:hover {
    -webkit-box-shadow:0 0 20px #ddd;
    -moz-box-shadow:0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}
.mk-news-list li .pic {
    width: 100%;
    overflow: hidden;
    height: 2.40rem;
}
.usermk-news-list li .pic{
    height: 2.7rem;
}
.mk-news-list li .pic img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
}
.usermk-news-list li .pic img{

}
.mk-news-list li:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.mk-news-list li .cont {
    padding: .20rem;
}
.mk-news-list li .cont .tit {
    font-size: .18rem;
    color: #1d1819;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mk-news-list li:hover .cont .tit {
    color: #d0212b;
}
.mk-news-list li .cont .des {
    color: #717171;
    height: .42rem;
    margin-top: .10rem;
    margin-bottom: .18rem;
    font-size: 0.18rem;
}
/*会员中心主页头像*/
.userHome-box .userAvatar{
    width: 3.5rem;
    margin: -0.75rem auto 0rem;
}
.userHome-box .userAvatar .imgAvatar{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.userHome-box .userAvatar .imgAvatar img{
    width: 100%;
    height: 100%;
}
.userHome-box .userAvatar .userinfo p{
    margin-top: 10px;
}
.userHome-box .userAvatar .userinfo .userName{
     font-size: 16px;
    color: #333;
 }
.userHome-box .userAvatar .userinfo .levelUser {
    font-size: 12px;
    color: #999999;
}
.userHome-box .userAvatar .operate,.userHome-box .userAvatar .userinfo{
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
.userHome-box .userAvatar .operate a{
    display: inline-block;
    padding:5px 15px;
    color:#999;
    border: 1px solid #999;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 15px;
    font-size: 12px;
    cursor: pointer;
}
.userHome-box .userAvatar .operate a:hover {
    color: #fff;
    background-color:#e6054f;
    border: 1px solid #e6054f;
}
@media screen and (max-width: 1080px) {
	.bannerheadinel{
		height:4rem;
        min-height: auto;
	}
    .bannerheadinel .info-box{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		line-height:4rem;
    }
    .headline-box .headlineContent {
        width: 100%;
    }
    .headlineDetail-box{
        padding-top: 0;
    }
    .headline-box .navBat .position, .headline-box .navBat .position h1,.headline-box .navBat{
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .headline-box .navBat .position h1 span,.headline-box .navBat .position h1 a{
        font-size: 0.36rem;
    }
    .headline-box .headlineContent .left .detailTitle h1{
        font-size: 0.42rem;
    }
    .headline-box .headlineContent .left .detailTitle p span{
        font-size: 0.3rem;
    }
    .headline-box .headlineContent .left .detailTitle p span b{
        font-weight: 400;
        margin-right: 0.1rem;
    }
    .headline-box .headlineContent .left .detailContent{
        font-size: 0.3rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .headline-box .headlineContent .left .detailContent img{
        max-width: 100%;
        text-align: center;
    }
    .headline-box .headlineContent .left .upAndDown{
        padding: 0.3rem;
    }
    .headline-box .headlineContent .left .upAndDown a.backlist{
        width: 1.8rem;
        right: 0.3rem;
        bottom: 0.5rem;
    }
    .headline-box .headlineContent .left .upAndDown p{
        -ms-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        position: relative;
    }
    .headline-box .headlineContent .left .upAndDown span {
        font-size: 0.3rem;
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 1rem;
    }
    .headline-box .headlineContent .left .upAndDown a{
        font-size: 0.3rem;
        -ms-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 0.2rem;
        width:8rem;
        vertical-align:middle;
    }
    /*.headline-box .headlineContent .left .upAndDown a::after{*/
        /*content: '...';*/
        /*display: inline-block;*/
        /*margin: 0 0.1rem;*/
        /*width: 0.2rem;*/
    /*}*/
    .headline-box .headlineContent .right {
        display: none;
    }

    .headline-box .headlineContent .left {
        width: 100%;
        margin-top: 1.8rem;
        padding: 0 ;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0px;
    }

    .headline-box .headlineContent .navBox {
        width: 100%;
        border: none;
        top: 0;
    }

    .headline-box .headlineContent .navBox li {
        width: 3.6rem;
        height: 0.9rem;
        line-height: 0.9rem;
        padding: 0px;
        background-color: #c9c3c5;
        border-right: none;
        text-align: center;
        font-size: 0.2rem;
        color: #000;
    }

    .headline-box .headlineContent .navBox li:first-child {
        border-bottom: 1px solid #a0a0a0;
    }

    .headline-box .headlineContent .navBox li:nth-child(2) {
        border-bottom: 1px solid #a0a0a0;
        margin-right: 3.6rem;
    }

    .headline-box .headlineContent .navBox li.active {
        border-right: none;
        background-color: #fe1256;
    }

    .headline-box .headlineContent .headline-tip {
        width: 3rem;
        height: 4.35rem;
        right: 0;
        top:-3.45rem;
        padding: 0 0.3rem;
        border-bottom: 1px solid #fe1258;
    }

    .headline-box .headlineContent .headline-tip h1 {
        font-size: 0.54rem;
        margin-bottom: 0.37rem;
        text-align: center;
    }
    .headline-box .headlineContent .headline-tip h1 p{
        font-size: 0.36rem;
        text-align: left;
    }
    .headline-box .navBat .position h1 a::before {
        height: 0.2rem;
        margin-top: -0.1rem;
    }
    .headline-box .headlineContent .headline-tip  p.info{
        font-size: 0.3rem;
        line-height: 0.4rem;
    }
    .headline-box .headlineContent .itemList .item{
        padding-left:0.6rem ;
        padding-right: 0.6rem;
        border-width: 1px;
    }
    .headline-box .headlineContent .itemList .item img{
        height: 2.7rem;
        width: 3.6rem;
        left: 0.6rem;
    }
    .headline-box .headlineContent .itemList .item .itemInfo{
        padding-left:4rem ;
    }
    .headline-box .headlineContent .itemList .item .itemInfo  .more{
        display: none;
    }

    .headline-box .headlineContent .itemList .item .itemInfo h1.title{
        padding-left: 0.45rem;
        line-height: 0.54rem;
        margin-bottom: 0.375rem;
    }
    .headline-box .headlineContent .itemList .item .itemInfo p.date{
        font-size: 0.3rem;
        margin-bottom: 0.225rem;
    }
    .headline-box .headlineContent .itemList .item .itemInfo p.briefInfo {
        font-size: 0.3rem;
        line-height: 0.5rem;
        height: 1.5rem;
    }
    .headline-box .headlineContent .itemList .item .itemInfo p.briefInfo::after {
        /*content:"...";*/
        /*font-weight:bold;*/
        /*position:absolute;*/
        /*bottom:0;*/
        /*right:0;*/
        /*padding:0 20px 1px 45px;*/
        /*background:url(http://newimg88.b0.upaiyun.com/newimg88/2014/09/ellipsis_bg.png) repeat-y;*/
    }
    .headline-box .headlineContent .itemList .item .itemInfo h1.title a{
        font-size: 0.36rem;
    }
    .headline-box .headlineContent .itemList .item .itemInfo h1.title::before{
        width: 0.45rem;
        height: 0.5rem;
        display: inline-block;
    }
    /*改版新增*/
    /*栏目*/
    .com-catelist-wrap{
        text-align: left;
    }
    .com-catelist{
        text-align: left;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .com-catelist li{
        width: 25%;
        border-right: 1px solid #8e8e93;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #a0a0a0;;
    }
    .com-catelist li a{
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center;
        width: 100%;
    }
    /*.com-catelist li:last-child{*/
        /*width: 100%;*/
        /*border-top: 1px solid #8e8e93;*/
    /*}*/
    .artcleBoxItem,.bigImgItem{
        width: 100%;
        height: 4.99rem;
    }
    .bigImgItem .artcleBoxItem-img{
        height: 4.99rem;
    }
    .artcleBoxItem .infoArticle h1{
        font-size: 0.24rem;
        line-height: 0.48rem;
        height:1.05rem;
    }
    .artcleBoxItem .infoArticle span{
        font-size: 0.18rem;
    }
    .artcleBoxItem .infoArticle p{
        font-size: 0.22rem;
        line-height: 0.44rem;
        margin-top: 0.4rem;
        height: 1.95rem;
        overflow: hidden;
    }
    .artcleBoxItem .infoArticle a{
        margin-top: 0;
    }
    .artcleBoxItem:last-child .infoArticle, .artcleBoxItem:last-child  .infoArticleImg{
        float: left;
    }
    .mk-news-list{
        padding: 0;
        width: 100%;
    }
    .mk-news-list li{
        width: 5rem;
        margin: 0.2rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mk-news-list li .cont{
        min-height: 1.6rem;
    }
    /*会员中心主页*/
    .userHome-box .userAvatar{
        margin: 0 ;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0.4rem 0.2rem 0rem;
        overflow: hidden;
    }
    .userHome-box .userAvatar .imgAvatar{
        float: left;
        height: 2.5rem;
        width: 2.5rem;
    }
    .userHome-box .userAvatar .operate, .userHome-box .userAvatar .userinfo{
        float: left;
        margin: 0.4rem 0 0 0.4rem;
    }
    .userHome-box .userAvatar .operate{
        float: right;
    }
   .userHome-box  .usercom-catelist-wrap{
       padding-top: 0;
    }
    .userHome-box .userAvatar .operate a{
        display: block;
        margin-bottom: 0.2rem;
    }
    .userHome-com-catelist li{
        width: 25%;
        background: transparent;
        border-right: none;
        padding: 0 0.2rem;
    }
    .userHome-com-catelist li a{
        margin: 0;

    }
    .userHome-com-catelist li.active a{
        color: #d0212b;
        border-bottom-color:#d0212b ;
    }
}