/*主内容区域*/
.moving {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}


/*协会动态*/
.union-moving {
    width: 800px;
    border-radius: 15px;
}

.u-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.u-title span {
    font-size: 15px;
    color: #aaa;
    margin-left: 20px;
}
.entry {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 7px;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.entry .u-name {
    width: 90%;
    color: #484848;
}
.u-name .list-img-div{
    width: 80px;
    height: 45px;
    overflow: hidden;
    margin-right: 10px;
}
.u-name .list-news-title{
    width: 480px;
}
.u-name>a{
    display: flex;
}
.u-name img {
    width: 100%;
    margin-right: 15px;
}
.u-time {
    width: 10%;
    float: right;
    color: #999999;
    font-size: 13px;
    margin-top: -26px;
}

.index-gyxh .entry {
    border-bottom: 1px dashed #ccc;
    padding: 15px;
    margin-top: 0;
}
.index-gyxh .u-time{
    margin-top: 0;
}
/*最新资讯*/
.u-news {
    margin-left: 60px;
}
.u-news .moving-head {
    width: 340px;
    height: 40px;
    display: flex;
    border-bottom: 3px solid #EEEEEE;
    position: relative;
}
.moving-head > .tit {
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    position: relative;
    top: 4px;
    height: 36px;
    margin-right: 35px;
}
.moving-head > .tit:hover{
    color: #004499;
}
.moving-head > .tit.active{
    color: black;
    border-bottom-color: #66BDF5;
}

.news-entry {
    width: 340px;
    font-size: 14px;
}

.news-entry img {
    margin-right: 10px;
}
.news-entry a {
    margin-top: 20px;
    margin-bottom: 25px;
    display: block;
    padding-left: 17px;
    background: url(/view/images/home/arrow.png) no-repeat 0 8px;
}

.u-news >img {
    margin-top: 20px;
    width: 340px;
    height: 100px;
}



/*分页*/
#test1 {
    text-align: center;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}

