﻿.hall{
    background: #fff;
}
.hall .address{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px 0;
    margin-bottom: 20px;
}
.hall .address a{
    margin-left: 10px;
    color: #999999;
    font-size: 14px;
}
/* 二级导航 */
.hall .navigation{
    background: white;
}
.hall .navigation{
    border-bottom: 1px solid #dddddd;
    width: 70%;
    margin: 0 auto;
}
.hall .navigation ul{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.hall .navigation ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 46px;
}
.hall .navigation ul li a{
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 15px;
    line-height: 46px;
    display: block;
    text-decoration: none;
}
.hall .navigation ul li .imgicon{
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
}
.hall .navigation ul li:hover a{
    color: #fff;
    background: #e9c42b;
}
.hall .navigation ul li:hover .imgicon{
    opacity: 1;
}
.hall .navigation ul > .active a{
    color: #fff;
    background: #e9c42b;
}
.hall .navigation ul > .active img{
    opacity: 1;
}
@media (max-width:550px){
    .hall .navigation ul li{
        width: 100px;
        height: 46px;
    }
    .hall .navigation ul li a{
        font-size: 13px;
    }
}
/* 内容 */
.hall .content{
    width: 65%;
    margin: 0 auto;
    padding: 60px 0 100px;
}
.hall .content .one{
    position: relative;
    display: flex;
    justify-content: right;
    margin-bottom: 50px;
}
.hall .content .one .img{
    width: 55%;
    position: absolute;
    overflow: hidden;
    top: 10%;
    left: 0%;
}
.hall .content .one .img:hover img{
    transform: scale(1.2);
}
.hall .content .one .img img{
    width: 100%;
    transition: all .3s linear;
}
.hall .content .one .theme{
    width: 80%;
    background: #f0f5f9;
    margin: 0 0 0 20%;
}
.hall .content .one .theme{
    display: flex;
    justify-content: right;
}
.hall .content .one .theme .list{
    width: 45%;
    padding: 100px 0;
    margin: 0 0 0 55%;
}
.hall .content .one .theme .list .title{
    margin-bottom: 30px;
}
.hall .content .one .theme .list .title a{
    font-size: 24px;
    color: #000000;
}
.hall .content .one .theme .list ul li{
    line-height: 26px;
    color: #000000;
    font-size: 14px;
    list-style: disc;
    margin-bottom: 20px;
}
.hall .content .one .theme .list ul li p{
    line-height: 26px;
    color: #000000;
    font-size: 14px;
}
.hall .content .two{
    position: relative;
    display: flex;
    justify-content: left;
    margin-bottom: 50px;
}
.hall .content .two .img{
    width: 55%;
    position: absolute;
    top: 10%;
    right: 0%;
    overflow: hidden;
}
.hall .content .two .img:hover img{
    transform: scale(1.2);
}
.hall .content .two .img img{
    width: 100%;
    transition: all .3s linear;
}
.hall .content .two .theme{
    width: 80%;
    background: #f0f5f9;
}
.hall .content .two .theme{
    display: flex;
    justify-content: left;
}
.hall .content .two .theme .list{
    width: 50%;
    padding: 100px 0;
    padding-left: 120px;
}
.hall .content .two .theme .list .title{
    margin-bottom: 30px;
}
.hall .content .two .theme .list .title a{
    font-size: 24px;
    color: #000000;
}
.hall .content .two .theme .list ul li{
    line-height: 26px;
    color: #000000;
    font-size: 14px;
    list-style: disc;
    margin-bottom: 20px;
}
@media (max-width:1700px){
    .hall .content .one .theme .list{
        padding: 80px 0;
    }
    .hall .content .two .theme .list{
        padding: 80px 0 80px 120px;
    }
}
@media (max-width:1600px){
    .hall .content .one .theme .list{
        padding: 60px 0;
    }
    .hall .content .two .theme .list{
        padding: 60px 0 60px 120px;
    }
}

@media (max-width:1500px){
    .hall .content .one .theme .list .title {
        margin-bottom: 20px;
    }
    .hall .content .one .theme .list ul li{
        margin-bottom: 18px;
    }
    .hall .content .two .theme .list .title {
        margin-bottom: 20px;
    }
    .hall .content .two .theme .list ul li{
        margin-bottom: 18px;
    }

}
@media (max-width:1400px){
    .hall .content .one .theme .list{
        padding: 40px 0;
    }
    .hall .content .two .theme .list{
        padding: 40px 0 40px 120px;
    }
    .hall .content .one .img{
        width: 55%;
        position: absolute;
        top: 8%;
        right: 0%;
    }
    .hall .content .two .img{
        width: 55%;
        position: absolute;
        top: 8%;
        right: 0%;
    }
}
@media (max-width:1300px){
    .hall .content .one .img{
        width: 50%;
        position: absolute;
        top: 8%;
        right: 0%;
    }
    .hall .content .two .img{
        width: 50%;
        position: absolute;
        top: 8%;
        right: 0%;
    }
    .hall .content .one .theme .list .title {
        margin-bottom: 10px;
    }
    .hall .content .one .theme .list ul li{
        margin-bottom: 10px;
    }
    .hall .content .two .theme .list .title {
        margin-bottom: 10px;
    }
    .hall .content .two .theme .list ul li{
        margin-bottom: 10px;
    }
    
}
@media (max-width:1200px){
    .hall .content{
        width: 85%;
    }
    .hall .navigation{
        width: 85%;
    }
    .hall .address{
        width: 85%;
    }
    .hall .content .one .theme .list{
        padding: 60px 0;
    }
    .hall .content .two .theme .list{
        padding: 60px 0 60px 120px;
    }
}
@media (max-width:1100px){
    .hall .content .one .theme .list{
        padding: 50px 0;
    }
    .hall .content .two .theme .list{
        padding: 50px 0 50px 120px;
    }
}
@media (max-width:960px){
    .hall .content{
        width: 95%;
    }
    .hall .navigation{
        width: 95%;
    }
    .hall .address{
        width: 95%;
    }
}
@media (max-width:900px){
    .hall .content .one .theme .list{
        padding: 40px 0;
    }
    .hall .content .two .theme .list{
        padding: 40px 0 40px 120px;
    }
}
@media (max-width:800px){
    .hall .content .one .img{
        width: 55%;
    }
    .hall .content .two .img{
        width: 55%;
    }
    .hall .content .two .theme .list{
        padding: 40px 0 40px 100px;
    }
}
@media (max-width:760px){
    .hall .content .one .theme .list{
        padding: 30px 0;
    }
    .hall .content .two .theme .list{
        padding: 30px 0 30px 100px;
    }
}
@media (max-width:660px){
    .hall .content .one .theme .list .title a{
        font-size: 18px;
    }
    .hall .content .one .theme .list ul li{
        line-height: 20px;
	margin-bottom: 5px;
    }
    .hall .content .two .theme .list .title a{
        font-size: 18px;
    }
    .hall .content .two .theme .list ul li{
        line-height: 20px;
    }
    .hall .content .two .theme .list .title {
        margin-bottom: 5px;
    }
    .hall .content .one .img{
        position: absolute;
        top: 10%;
        right: 0%;
    }
    .hall .content .two .img{
        position: absolute;
        top: 10%;
        right: 0%;
    }
    .hall .content .two{
        margin-bottom: 20px;
    }
    .hall .content .one{
        margin-bottom: 20px;
    }
}
@media (max-width:600px){
    .hall .content .one .theme .list{
        padding: 20px 0;
    }
    .hall .content .two .theme .list{
        padding: 20px 0 20px 80px;
    }
}
@media (max-width:550px){
    .hall .content .one .theme .list{
        padding: 10px 0;
    }
    .hall .content .two .theme .list{
        padding: 10px 0 10px 50px;
    }
    .hall .content {
        padding: 30px 0 60px;
    }
}
@media (max-width:500px){
    .hall .content .one .theme .list{
        padding: 20px 0;
    }
    .hall .content .one .theme .list .title a{
        font-size: 14px;
    }
    .hall .content .one .theme .list ul li{
        font-size: 12px;
        line-height: 15px;
    	margin-bottom: 10px;
    }
    .hall .content .one .theme .list ul li p{
        font-size: 12px;
        line-height: 15px;
    }
    .hall .content .two .theme .list{
        padding: 20px 0 20px 50px;
    }
    .hall .content .two .theme .list .title a{
        font-size: 14px;
    }
    .hall .content .two .theme .list ul li{
        font-size: 12px;
        line-height: 15px;
    }
    .hall .content .two .theme .list ul li p{
        font-size: 12px;
        line-height: 15px;
    }
}
@media (max-width:450px){
    .hall .content .one .theme .list{
        padding: 10px 0;
    }
    .hall .content .two .theme .list{
        padding: 10px 0 10px 30px;
    }
}
@media (max-width: 400px){
    .hall .content .one .theme .list ul li {
        margin-bottom: 5px;
    }
    .hall .content .one .theme .list .title {
        margin-bottom: 10px;
    }
    .hall .content .two .theme .list ul li {
        margin-bottom: 5px;
    }
    .hall .content .two .theme .list .title {
        margin-bottom: 10px;
    }
}
@media (max-width: 350px){
    .hall .content .one .theme .list ul li {
        margin-bottom: 2px;
    }
    .hall .content .one .theme .list .title {
        margin-bottom: 5px;
    }
    .hall .content .two .theme .list ul li {
        margin-bottom: 2px;
    }
    .hall .content .two .theme .list .title {
        margin-bottom: 5px;
    }
    .hall .content .two .theme .list{
        padding: 10px 0 10px 15px;
    }
}

/* 底部页码 */
.hall .content .pagination{
    display: flex;
    justify-content: center;
}
.hall .content .pagination li a{
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    background: #fff;
    margin-left: 15px;
    color: #595854;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #e6ebef;
}
.hall .content .pagination li a:hover{
    background: #3c4951;
    color: white;
}
.hall .content .pagination > .active a{
    background: #3c4951;
    color: white;
}
@media (max-width:650px) {
    .hall .content .pagination li a{
        padding: 10px 10px;
        margin-left: 5px;
    }
}
@media (max-width:450px) {
    .hall .content .pagination li a{
        padding: 5px 5px;
        margin-left: 5px;
    }
    .hall .content .pagination li a{
        font-size: 12px;
    }
}