#information{
    width: 100%;
    height:100%;
    background: #ffffff;
}
/* banner */
.banner{
    width: 100%;
    background: #1C1C1C;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;  

}
.banner .banner-info{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto; 
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;  
}
.banner .banner-info>li{
    width: 100%;
    position: relative;
    top: 0px;
    left:0px;
    font-size: 0;
    cursor: pointer;
}
.banner .banner-info>li>img{
    width: 100%;

}
.banner .banner-info>li .banner-text{
    display: block;
    width: 495px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left:-395px;

}
.banner .banner-info>li .banner-text>h3{
    display: block;
    width: 100%;
    font-size: 40px;
    color: #fff;
    margin: 7px 0 15px;
    text-shadow: 1px 1px 2px rgba(4,0,0,.5);
    font-weight: 700;
}
.banner .banner-info>li .banner-text>p{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    /* color: #666666; */
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;


}

#information .content{
    width: 100%;
    /* height: 983px; */
    background: #ffffff;
    margin:0 auto;
}
#information .content .content-ul{
    width: 1200px;
    height: 80px;
    margin:0 auto;
    background: #ffffff;
    display: flex;
    flex-direction:row;
    justify-content:space-around;
    align-items:center;   
} 
#information .content .xian{
    width: 100%;
    height: 1px;
    background: #E1E1E1;
} 
#information .content .content-ul>li{
    width:20%;
    text-align: center;
    border-right:1px solid #ccc;
    padding:5px 5px;

} 
#information .content .content-ul>li:last-child{
    border-right:0px solid #ccc;
} 
#information .content .content-ul>li>a{
    display: inline-block;
    width: 87px;
    height: 28px;
    border-bottom: 2px solid rgba(3, 121, 255, 0);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor:pointer;
}
#information .content .content-ul>li>a.active{
    border-bottom: 2px solid #037AFF;
    color:#037AFF;
    
}
#information .content .content-ul>li:hover a{
    border-bottom: 2px solid #037AFF;
    
}
#information .content .content-ul>li.look{
    border-bottom: 2px solid rgba(3, 121, 255, 0);
    
}
#information .content .info{
    width:1100px;
    margin:10px auto 40px;
    display: flex;
    flex-direction:row;
    justify-content:center;
    /* align-items:center;      */
}
#information .content .info .info-left{
    width:800px;
    /* min-height: 1472px; */
    background: #ffffff;
    margin:0 auto;
    display: flex;
    flex-direction:column;
    /* justify-content:center; */
    /* align-items:top;      */
}
#information .content .info .info-left>ul{
    width:95%;    
}
#information .content .info .info-left>ul>a>li{
    width:100%; 
    height: 160px; 
    cursor: pointer;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
    top: 0px;
    left: 0px;
}
#information .content .info .info-left>ul>a>li>img{
    width: 192px;
    height: 127px;
    background: #f2f2f2;
    position: absolute;
    top: 17px;
    left: 0px;
}
#information .content .info .info-left>ul>a>li>span{
    width: 464px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #333333;
    position: absolute;
    top: 15px;
    left: 225px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#information .content .info .info-left>ul>a>li .time{
    display: none;
    width: 464px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    position: absolute;
    top: 45px;
    left: 225px;
}
#information .content .info .info-left>ul>a>li .time>i{
    margin-right: 10px;
}
#information .content .info .info-left>ul>a>li>p{
    width: 464px;
    height: 95px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    position: absolute;
    top: 48px;
    left: 225px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#information .content .info .info-right{
    width:362px;
    margin:0 auto;
    display: flex;
    flex-direction:column;
    /* justify-content:center; */
    align-items:center;     
}
#information .content .info .info-right>.top-img{
    width: 360px;
    /* height: 771px; */
    background: #FFFFFF;
    border: 1px solid #D8D8D8; 
    margin-bottom: 20px; 
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;    
}
#information .content .info .info-right>.top-img>h6{
    width: 316px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin:20px 0px;
}
#information .content .info .info-right>.top-img>a>img{
    display: block;
    width: 316px;
    height: 174px;
    margin-bottom:20px;

}
#information .content .info .info-right>.top-img .info-a{
    display: block;
    width: 316px;
    height: 88px;
    margin-bottom:20px;
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center; 

}
#information .content .info .info-right>.top-img .info-a>img{
    width: 127px;
    height: 80px;
    background: #000000;
    margin-right: 13px;
    margin-bottom: 0px;

}
#information .content .info .info-right>.top-img .info-a>p{
    width:177px;
}
#information .content .info .info-right>.top-img .info-a>p>span{
    display: block;
    width: 177px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 

}
#information .content .info .info-right>.top-img .info-a>p>i{
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 

}

#information .content .info .info-right>.bottom-img{
    width: 360px;
    height: 677px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8; 
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center; 
}
#information .content .info .info-right>.bottom-img>h6{
    width: 316px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin:20px 0px;
}
#information .content .info .info-right>.bottom-img>a>img{
    display: block;
    width: 316px;
    height: 174px;
    margin-bottom:20px;

}
.tag-box{
    width: 362px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    margin-bottom: 20px; 
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;    
}
.tag-box>h6{
    width: 316px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin:20px 0px;
}
.tag-box .tag-info{
    width: 316px;
    padding-bottom: 25px;
}
.tag-box .tag-info>a{
    display: inline-block;
    padding: 5px 17px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    text-align: center;
    margin: 5px 10px 5px 0px;
    background: #EFEFEF;
    border-radius: 4px;

}
.tag-box .tag-info>a:nth-child(1){
    background: #15D2EC;
    color:#ffffff !important;
}
.tag-box .tag-info>a:nth-child(2){
    background: #FFD500;
    color:#ffffff !important;
}
.tag-box .tag-info>a:nth-child(3){
    background: #46CC42;
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(4){
    background: #50A7FF;
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(5){
    background: rgb(196, 216, 19);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(6){
    background: rgb(24, 153, 204);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(7){
    background: rgb(218, 37, 157);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(8){
    background: rgb(37, 147, 161);
    color:#ffffff !important;
}
.tag-box .tag-info>a:nth-child(9){
    background: rgb(233, 212, 111);
    color:#ffffff !important;
}
.tag-box .tag-info>a:nth-child(10){
    background: rgb(80, 194, 77);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(11){
    background: rgb(64, 117, 170);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(12){
    background: rgb(170, 182, 68);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(13){
    background: rgb(24, 153, 204);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(14){
    background: rgb(250, 7, 169);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(15){
    background: rgb(27, 125, 223);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(16){
    background: rgb(231, 228, 7);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(17){
    background: rgb(29, 223, 11);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(18){
    background: rgb(218, 37, 157);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(19){
    background: rgb(36, 236, 193);
    color:#ffffff !important;

}
.tag-box .tag-info>a:nth-child(20){
    background: rgb(9, 143, 136);
    color:#ffffff !important;

}
.page-box{
    width: 100%;
    height: 50px;
    margin: 20px auto;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;   
}
.page-box>span{
    display: inline-block;
    vertical-align: middle;
    /* width: 58px;
    height: 30px; */
}
.page-box>span>a{
    display: inline-block;
    width: 58px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.page-box>span:hover a{
    background: #0454F6;
    border-color: #0073A9;
    color: #FFFFFF!important;
}

.page-box>a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    margin: 0 5px;
    cursor: pointer;
    line-height: 30px;
    font-size: 13px;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    text-align: center;
    border-radius: 2px;
}
.page-box>a:hover{
    background: #0454F6;
    border-color: #0073A9;
    color: #FFFFFF !important;
}
.page-box .a-ellipsis{
    background: #FFFFFF;
    border-color: #E2E2E2 !important;
    color: #999999 !important;
    /* pointer-events: none; */
    cursor: no-drop;
}
.page-box .a-ellipsis:hover{
    background: #FFFFFF;
    border-color: #E2E2E2!important;
    color: #999999 !important;
    cursor: no-drop;
    /* pointer-events: none; */
}

.page-box>a.current{
    background: #0454F6;
    border-color: #0073A9;
    /* pointer-events: none; */
    cursor: no-drop;
    color: #FFFFFF !important;
}
.title-box{
    width: 100%;
    height: 50px;
    background: #ffffff;
}
.title-box .title-info{
    width: 1100px;
    height: 50px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
}