a:hover { text-decoration:none; }
/* .container{
    background-color: white;
}
body{
    background-color: #ffe3ae;
} */
body{
    background-color: white;
}
img { border:none; margin: 0;padding: 0;}
ol,ul,li { list-style:none; margin:0px;padding:0px}
.no-col{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.ban_img{
    width: 100%;
    height: 100%;
}
.banner{
    height: 4em;
background-color: red;
margin-top: 1em;
margin-bottom: 1em;
}
.banner ul{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.banner ul li{
    width: 14em;
    height: 4em;
    line-height: 4em;
    text-align: center;
}
.banner ul li a{
    color: white;
    font-size: large;
}
.banner ul li:hover a{
color: rgb(0, 158, 168);
}

/* 集团学习动态 */
.img-box{
    float: right;
    width: 100%;
    height: 100%;
    /* border: olive solid 1px; */
    position: relative;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    height: 100%;
}
.img-box .img-descr{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13%;
    background-color: rgba(0, 0, 0, .5);
    color: white;
   padding: 1rem 0 1rem .5em;
}
.img-box .img-descr span{
    font-size: 1.6rem;
}
.content-1-2-ul{
  overflow: hidden;
}
.dot{
    width: .6em;
    height: .6em;
    background-color: #969393;
    border-radius: 100%;
    display: inline-block;
    margin-left: .5em;
    margin-right: 1em;
    
}
.content-1-2-ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-1-2-ul li a{
    color: black;
    font-size: large;
}
.content-1-2-ul li .subject{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content-1-2-ul li .description{
font-size: small;
color: #999999;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
.content-1-2-ul li:not(:last-child){
    margin-bottom: 1em;
}
.content-1-2-ul li a:hover{
    color:  #f78441;
    text-decoration: underline;
}

.ban-2{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* 文字第二部分 */
.content-topic{
    width: 100%;
    height: 15%;
    display: inline-flex;
    position: relative;
    padding: 1em 0;
}
.content-topic> span{
    width: .3em;
    height: 1.5em;
    display: inline-block;
    background-color: #cecaca;
    
}
.content-topic>p{
    color: #940505;
    font-weight: bolder;
    font-family: '微软雅黑';
    font-size: large;
    height: 1.8em;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}
.bushu{
    margin-left: 1.3rem;
    padding: .05em 0em;
}
.dangshi{
    border: #ada4a4 solid 1px;
    padding: .05em .5em;
    margin-left: .4rem;
}
.content-2-1{
    padding-left: 5%;
}
.content-2-2{
    padding-left: 5%;
}
.content-2-1-ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    line-height: 2em;
    margin: .5em 0;
}
.content-2-1-ul a{
    color: black;
    font-size: large;
    font-weight: lighter;
}
.content-2-1-ul a:hover{
    color: #f78441;
    text-decoration-line: underline;
}
.to-right{
    margin-left: 5%;
}
.activity-img{
    margin-left: 4%;
}
.content-3{
    margin-top: 15px;
}
.activity-img li{
    width: 23%;
    min-height: 14.5em;
    height: 14.5em;
    overflow: hidden;
    position: relative;
}
.activity-img li:not(:first-child){
    margin-left: 2%;
}
.activity-img li img{
    width: 100%;
    height: 100%;
}
.activity-desc{
    width: 100%;
    height: 12%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.activity-desc span{
    width: 80%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(0%, -50%);

}
.activity-img li:hover {
    cursor: pointer;
}
.activity-img li:hover .activity-desc{
    display: block;
}

/* 轮播 */
.content-banner{
    width: 100%;
    min-height: 27em;
    height: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.inner{
    width: 100%;
    height: 100%;
    overflow: hidden;
   
}
@keyframes aaa {
	0% {
    display: none;
 }
100% {
    display: block;
}
}.inner:hover {
	animation-play-state:paused;
	cursor:pointer;
}
.inner-wrapper {
    display: none;
    float:left;
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    animation:aaa 16s infinite 2s running;
}
.inner-wrapper:first-child{
    display: block;
}
.no-position{
    position:static !important;
}
.img-dot-box{
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 8%;
    display: flex;
    justify-content: flex-end;
    padding-right: .5em;
}
.img-dot{
    width: .8em;
    height: .8em;
    background-color: white;
    border-radius: 100%;
    margin: 0 .5em;
    float: left;
}
.img-dot:first-child{
    background-color: tomato; 
}
.no-content{
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

.copy{
    width: 100%;
    height: 4em;
    line-height: 4em;
    text-align: center;
}
.copy a{
    color: black;
}
.copy a:hover{
    color: cadetblue;
    text-decoration-line: underline;
}
