.other_1{
    width: 100%;
}

.other_title{
    width: 100%;
    color: #f5f5f5;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #afbcf6;
}

.other_2{
    margin: 0px;
    width: 100%;
    height: 60px;
}

.other_3{
    color:white;
    text-align: center;
    background-color: #930101;
    font-weight: bold;
}

.other_4{
    color: red;
    font-size:16px;
    font-weight:bold;
    margin-top:-15px;
    margin-bottom:5px;
    text-align: center;
}

.menu{
    background-color: #fa5151;
    width: 100%;
    height: 40px;
    overflow-x: scroll;
}

.classi{
    width: 172%;
    box-sizing: border-box;
    margin-left: 5px;
}

.menu_a{
    float: left;
    width: 80px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.menu_a a{
    color: white;
}

.Top_btn{
    padding-left: 20px;
    height: 40px;
    background-color: #fa5151;
    line-height: 20px;
}

.Top_btn_a{
    line-height: 40px;
    font-size: 1.2rem;
    color: #ffffff;
}

.btn_del{
    background-color: #e5e5e5;
    text-align: center;
    width: 36px;
    height: 20px;
    float: right;
    color: red;
    /*margin-top: 2px;*/
    border: 1px solid #92cedb;
}

.del_all{
    color: #00a9da;
    font-weight: bold;
    margin-right: 20px;
}

.pageone_a{
    margin: 0;
    width: 100%;
}

.img_a{
    height: 36rem;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 2rem;
}

.tips_a{
    position: absolute;
    z-index: 2;
    left: 24rem;
    top: 1rem;
    color: #000000
}

.tips_b{
    padding: 14px;
    position: absolute;
    margin-top: 50px;
    width: 100%;
    height: 800px;
    background-color: #ea5858;
    z-index: -1;
}

.tips_b>span{
    color: white;
    font-size: 20px;
    line-height: 50px;
}

.searbox{
    text-align: center;
    width: 100%;
    height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.searinput{
    width: 80%;
    border: 1px solid #CCCCCC;
    border-radius: 1rem;
    height: 34px;
    background-color: white;
    text-align: center;
}

.searbtn{
    background-color: #fa614d;
    border-radius: 1rem;
    width: 14%;
    height: 30px;
    color: white;
}

/*首页通知列表*/
#container_img {
    position: absolute;
    background-color: #f5f5f5;
    height: 40px;
    width: 10%;
    line-height: 40px;
    padding-left: 14px;
    float: left;
    margin-top:10px;
    z-index: 20;
    padding-top: 5px;
}

#container {
    position: relative;
    width:100%;
    height: 40px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-top:10px;
    float: left;
}
#list {
    position: absolute;
    left: 0;
    width: 3000px;
    height: 200px;
    color: #000;
    font-size: 30px;
    display:flex;
    margin-left: 10%;
    overflow: hidden;
}
#list li{
    margin-left: 100px;
    list-style: none;
    display: inline;
    font-size: 16px;
    color: #fa614d;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
}

#list li:first-child{
    margin-left: 50px;

}

/*通知列表页*/
.adlist_title{
    width: 100%;
    height: 40px;
    background-color: #fa614d;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.adlist_cont{
    width: 100%;
    height: 90px;
    background-color: #efeeee;
    margin-bottom: 30px;
}

.adlist_cont div{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    margin-top: 10px;
}

.adlist_cont div:last-child{
    color: #ee0000;
    text-align: right;
}

.adList_footTip{
    width: 100%;
    height: 30px;
    background-color: #fa614d;
    color: white;
    text-align: center;
    line-height: 30px;
}

.adcontent_title{
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    min-height: 40px;
    margin-top: 50px;
    text-align: center;
    padding-left:20px;
    padding-right:20px;
    border-bottom: 1px solid #ffb7b7;
    background-color: #cce5ff;
}

.adcontent_cont{
    width: 100%;
    font-size: 16px;
    padding: 20px
}

.adTitle_ico{
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-right: -40px;
    font-size: 30px;
}

/*个人中心国联通知列表*/
.glNotice{
    width: 100%;
    height: 138px;
    background-color: #ffffff;
    padding: 10px;
    /*border: 1px solid #fa614d;*/
}

.glNotice ul li{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.glNotice ul li span{
    margin-right: 10px;
}
