* {
    box-sizing: border-box;
    padding: 0;
        margin: 0;
}

/* page-top */

.top-zhanwei{
    max-width: 720px;
    margin-top:100px;

    /* height: 1000px;
    background-color: #034e14; */
}
 .pages-top {

     position: fixed;
     display: flex;
     margin: 0 auto;
     width: 720px;
     height: 224px;
     top: 0;
 }

.pages-top .top-fudong {
    padding: 0 5px;
    position: absolute;
    top: 3px;
    right: 56px;
    background: #cf1818;
    color: aqua;
    border-radius: 5px;
}

 .top-item {
     margin-top: -93px;
     width: 100%;
 }

 .top-text {
     padding: 0 5px;
     width: 32px;
     font-size: 20px;
     line-height: 20px;
     background: #cf1818;
     color: aqua;
     border-radius: 5px;
 }
/* page-bottom */

.pages-bottom-container {
    width: 98%;
    padding: 5px 10px;
    margin: 5px auto;
    border: 2px dashed #ba1690;
    box-shadow: 1px 1px 1px 2px #982929, -1px -1px 1px 2px #982929;
    background: #eee;
    border-top-left-radius: 5px;
}

.pages-urlsc {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    border-bottom: 2px dashed #ba1690;
    text-align: center;


}

.pages-bottom {
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px 2px #fff;
    background: #fff;

}

.box {
    margin: 5px 0;
    border-radius: 5px;
    font-size: 20px;
    overflow: hidden;
    background-image: linear-gradient(to right, #4292EF, #5aa1f5, #60a6f7, #4e98ec, #569ff5, #5aa2f5, #4292EF);
}
.news-title {
    float: left;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.txtMarquee-left {
    padding: 0 1px;
    width: auto;
    position: relative;
    overflow: hidden;
}
/* .button-weixin{
    display: flex;
    justify-content: space-between;
} */
.bottom-weixin{
    display: flex;
    justify-content: space-evenly;
}
.bottom-weixin-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding:5px;
    border: 1px dashed #eee;
}

.bottom-weixin img {
    max-width: 200px;
}

.bottom-weixin-text {
    padding: 8px;
    font-size: 20px;
    color: #034e14;
    text-shadow: 1px 0 rgba(255, 255, 255, .5), -1px 0 rgba(255, 255, 255, .5);
}
.bottom-weixin-text-p:nth-child(2n){
    margin: 5px 0;
    color: #a11b86;
}

