
*{
    margin: 0;
    padding: 0;
}
a{
    color: #595757;
    text-decoration: none;
}
ul{
    list-style: none;
}
html,body{
    color:#595757;
    width: 100%;
    height: 100%;
}


.header{
    background: #05347c;
    border-bottom: 2px solid #c5a558;
    z-index: 10;
    width: 100%;
    margin-top: -2px;
}

.headerBox{
    display: flex;
    align-items: center;
    justify-content: space-between;        
    width: 1024px;
    margin: 0 auto;
    height: 89px;
}

.logo{
    width: 254px;
}
nav span{
    font-size: 24px;
    color:#fff;
    margin-left: 44px;
}
.banner{
    width: 100%;
    height: 100%;
    background: url("../imgs/banner.png") no-repeat center;
    background-size: cover;
}

.introBox{
    margin-top: 58px;
    background: #fff;
}
.introBox .box{
     width:660px;
    margin: 0 auto;
}
.introBox .introContent{
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 36px;
}

.introBox .footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.introBox .footer span{
    font-size:16px;
    font-weight: bold;
    padding-right: 12px;
    display: inline-block;
    height: 50px;
    border-right: 1px solid #c4c8cd;
    line-height: 50px;
}

.introBox .footer .nbd{
    width: 142px;
    margin-left: 12px;
}

.activityBox{
    width: 1024px;
    margin: 0 auto;
    margin-top: 90px;
    border-left: 1px solid #dfe3ea;
    border-right:1px solid #dfe3ea;
}
.activityBox .titleBox{
    border-top:1px solid #dfe3ea;
    height: 74px;
    display: flex;
    align-items: center;
}

.guestBox .activityBox .titleBox{
    border-bottom:1px solid #dfe3ea;
}
.activityBox .activity_title{
    width: 36px;
    margin-right: 23px;
    padding-left: 16px;
}

.activityBox .titleBox{
    font-size: 38px;
}
.activityBox .titleContent.b{
    color:#064db7;
}
.activityBox .titleContent.y{
    color:#c5a558;
}
.tabBox{
    border-top:2px solid #dfe3ea;
    display: flex;
    align-items: center
}
.tab{
    font-size: 24px;
    color:#064db7;
    flex: 1;
    height: 66px;
    text-align: center;
    line-height: 66px;
    border-bottom: 1px solid #dfe3ea;
    cursor:pointer ;
}
.tabBox .tab:nth-child(2){
    border-left: 1px solid #dfe3ea;
    border-right: 1px solid #dfe3ea;
}
.tab .ts{
    font-size:16px;
    color: #595757;
}
.tab.active{
    color:#c5a558;
    border-bottom: 2px solid #c5a558;
}

.tabContentBox{
    margin-top: 34px;
    height: 536px;
    overflow: auto;

}
.tabContent{
    display: none;
}
.tabContent.active{
    display: block;
}

.tabContentBox .item{
    display: flex;
    align-items: stretch;
    width: 100%;
}

.tabContentBox .item .content{
    flex:1;
    padding: 0 20px;
    border-right: 1px solid #dfe3ea;
    border-left: 1px solid #dfe3ea;
    padding-bottom: 30px;
    box-sizing: border-box;
    line-height: 1.4em;
}

.tabContentBox .item .content .title{
    font-weight: bold;
    font-size:16px;
    margin-bottom: 20px;
}

.tabContentBox .item .content .intro{
    font-size:13px;
    margin-bottom: 23px;
}
.tabContentBox .item .content .person{
    font-size: 13px;
}

.tabContentBox .item .time{
    width: 212px;
    box-sizing: border-box;
    padding-left: 36px;
    color: #838181;
    font-weight: bold;
    font-size: 20px;
}

.tabContentBox .item .location{
    width: 275px;
    box-sizing: border-box;
    padding-left: 17px;

}
.locationName{
    font-size:16px;
    font-weight: bold;
    padding:0 22px;
    position: relative;
    word-break: break-all;
    display: inline-block;
}
.locationName:before{
    content: "";
    display: inline-block;
    width:16px;
    height: 20px;
    background: url("../imgs/location.png") no-repeat;
    position: absolute;
    left: 0;
    top:0px;
}
.tabContent1 .item:last-child,
.tabContent2 .part1 .item:last-child,
.tabContent2 .part2 .item:last-child,
.tabContent2 .part3 .item:last-child,
.tabContent2 .part4 .item:last-child,
.tabContent2 .part5 .item:last-child,
.tabContent3 .part1 .item:last-child,
.tabContent3 .part2 .item:last-child,
.tabContent3 .part3 .item:last-child
{
    border-bottom: 1px solid #dfe3ea;
}
.tabContent2 .part3 .item:last-child,
.tabContent2 .part4 .item:last-child
{
    border-top: 1px solid #dfe3ea;
}

.tabContentBox .part-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 32px;
}
.part-title-name{
    padding:0 38px;
}
.tabContentBox .part-title:before{
    content:"";
    display: inline-block;
    width: 325px;
    height: 2px;
    background:#929292 ;
    position: absolute;
    top:14px;
    left: 24px;
}
.tabContentBox .part-title:after{
    content:"";
    display: inline-block;
    width: 325px;
    height: 2px;
    background:#929292 ;
    position: absolute;
    top:14px;
    right: 24px;
}
.tabContentBox .lx .item:first-child{
    margin-top: -10px;
}
.tabContentBox .lx .item:first-child .content{
    padding-top: 30px;
}

.luntans{
    display: flex;
    align-items: center;
    margin-top: 36px;
}
.luntans .lt{
    flex: 1;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size:20px;
}
.luntans .lt.lt1{
    background: #064db7;
}
.luntans .lt.lt2{
    background: #c5a558;
}
.luntans .lt.lt3{
    background: #e14313;
}
.luntans .lt.lt4{
    background: #5564e5;
}

.tabContent2 .part3,
.tabContent2 .part4,
.tabContent3 .part2
{
    margin-top: 28px;
}

.tabContent2 .part3 .item .time,
.tabContent2 .part3 .item .content,
.tabContent2 .part3 .item .location,
.tabContent2 .part4 .item .time,
.tabContent2 .part4 .item .content,
.tabContent2 .part4 .item .location,
.tabContent3 .part2 .item .time,
.tabContent3 .part2 .item .content,
.tabContent3 .part2 .item .location
{
    padding-top: 10px;
}

.tabContent2 .part3 .item:nth-child(1) .time,
.tabContent2 .part4 .item:nth-child(1) .time,
.tabContent3 .part2 .item:nth-child(1) .time
{
    background: #064db7;
    color: #fff;
}
.tabContent2 .part3 .item:nth-child(1) .locationName,
.tabContent2 .part4 .item:nth-child(1) .locationName,
.tabContent3 .part2 .item:nth-child(1) .locationName
{
    color: #064db7;
}
.tabContent2 .part3 .item:nth-child(1) .locationName:before,
.tabContent2 .part4 .item:nth-child(1) .locationName:before,
.tabContent3 .part2 .item:nth-child(1) .locationName:before
{
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../imgs/lt1_location.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}

.tabContent2 .part3 .item:nth-child(2) .time,
.tabContent2 .part4 .item:nth-child(2) .time,
.tabContent3 .part2 .item:nth-child(2) .time
{
    background: #c5a558;
    color: #fff;
}
.tabContent2 .part3 .item:nth-child(2) .locationName,
.tabContent2 .part4 .item:nth-child(2) .locationName,
.tabContent3 .part2 .item:nth-child(2) .locationName
{
    color: #c5a558;
}
.tabContent2 .part3 .item:nth-child(2) .locationName:before,
.tabContent2 .part4 .item:nth-child(2) .locationName:before,
.tabContent3 .part2 .item:nth-child(2) .locationName:before
{
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../imgs/location.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}

.tabContent2 .part3 .item:nth-child(3) .time,
.tabContent2 .part4 .item:nth-child(3) .time
{
    background: #e14313;
    color: #fff;
}
.tabContent2 .part3 .item:nth-child(3) .locationName,
.tabContent2 .part4 .item:nth-child(3) .locationName
{
    color: #e14313;
}
.tabContent2 .part3 .item:nth-child(3) .locationName:before,
.tabContent2 .part4 .item:nth-child(3) .locationName:before
{
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../imgs/lt3_location.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}

.tabContent2 .part3 .item:nth-child(4) .time,
.tabContent2 .part4 .item:nth-child(4) .time
{
    background: #5564e5;
    color: #fff;
}
.tabContent2 .part3 .item:nth-child(4) .locationName,
.tabContent2 .part4 .item:nth-child(4) .locationName
{
    color: #5564e5;
}
.tabContent2 .part3 .item:nth-child(4) .locationName:before,
.tabContent2 .part4 .item:nth-child(4) .locationName:before
{
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../imgs/lt4_location.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}
.location.hidden .locationName:before{
    display: none;
}

.unslider{
    width: 1024px;
    margin: 0 auto !important;
}

.lb_Content{
    height: 570px;
}
.unslider{
    position: relative;
    overflow: inherit !important;
}
.unslider-nav li{
    background: #d3d7dd !important;
    width:12px !important;
    height: 12px !important;
    border-radius: 50% !important;
}
.unslider-nav li.unslider-active{
    background: #a5a9b0 !important;
}
.unslider-arrow.prev{
    position: absolute;
    left:400px !important;
    font-size: 0;
    width:17px;
    height: 24px;
    background: url("../imgs/prev.png") no-repeat center !important;
}
.unslider-arrow.next{
    position: absolute;
    right:400px !important;
    font-size: 0;
    width:17px;
    height: 24px;
    background: url("../imgs/next.png") no-repeat center !important;
}
.newsBox{
    width: 1024px;
    margin: 0 auto;
}
.newsBox .lr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto !important;
    border-top:1px solid #dfe3ea;
    border-bottom:1px solid #dfe3ea;
}

.newsBox .activityBox .titleBox{
    border-top:none;
}

.more{
    padding-right: 36px;
    position: relative;
    cursor: pointer;
}

.more:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url("../imgs/next.png") no-repeat;
    position: absolute;
    right: 16px;
    top:1px;
}

.newsList{
    margin-top: 22px;
    display: flex;
}

.default-slider2{
    width: 600px;
    height: 392px;
}

.newsList .unslider{
    width: 600px !important;
    margin: 0 !important;
}
.newsList .unslider .unslider-arrow{
    display: none !important;
}
.newsList .list{
    margin-left: 50px;
}
.bannerItem{
    display: block;
    width: 600px;
    height: 390px;
    position: relative;
}
.bannerItem img{
    width: 600px;
    max-width: 600px;
    min-width: 600px;
    height:390px ;
}
.bannerItem .footerTitle{
    position: absolute;
    height: 48px;
    line-height: 48px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 0 10px;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList .unslider-nav{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.newsBox .list{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;

}
.content2Item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11.5px 0;
    border-bottom: 1px dotted #535353;
    margin-left: 20px;
    color:#535353;
}
.content2Item a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 350px;
}
.content2Item a{
    display: block
}

.guestImg{
    width: 185px;
    height: 194px;
}
.guestName{
    font-weight: bold;
    font-size:16px;
}

.gurstIntroBox{
    padding: 15px 12px 30px;
}
.guestPosition{
    font-size: 14px;
    line-height: 1.4em;
}

.guestBox .row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1024px;
}
.guest{
    width: 185px;
}

.footerBar{
    width: 100%;
    height: 200px;
    background: #0d2b63;
    margin-top: 300px;
}
.content2Item a{
    cursor: pointer;
}
.floor{
    cursor: pointer;
}