

.topic .right {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
}
/*.topic .right a.prev, .topic .right a.next {*/

/*    !*z-index: 999;*!*/

/*    !*position: absolute;*!*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.topic .right a.prev {
    /*left: 0px;*/
}
/*.topic .right a.prev img, .topic .right a.next img {*/
/*    width: 46px;*/
/*    height: 46px;*/
/*}*/
.topic .right a.next {
    /*right: 0px;*/
}
/*.topic .right .innerWrapper {*/

/*    flex: 1;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    !*width: 1220px;*!*/
/*}*/
/*.topic .right .innerWrapper .inner {*/

/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    !*overflow: hidden;*!*/
/*    position: relative;*/

/*}*/
/*.topic .right .innerWrapper .inner > div {*/
/*    margin: 0px 15px;*/
/*    position: relative;*/
/*    transition: left 2s;*/
/*}*/
/*.topic .right  .innerWrapper .inner > div img {*/
/*    width: 214px;*/
/*}*/
/*.topic .right .inner > div:nth-child(1) {*/
/*    margin-left: 0px;*/
/*}*/
/*.topic .right .inner > div:nth-child(4) {*/
/*    margin-right: 0px;*/
/*}*/

.swiper-button-next::after {
    display: none;
}
.swiper-button-prev::after {
    display: none;
}

.topic .right .swiper-button-next {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    right: 0%;
    top: 50%;
    margin-right: 10px;
    background-image: url("../../image/web/next.png");
}
.topic .right .swiper-button-prev {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    left: 0%;
    top: 50%;
    margin-left: 10px;
    background-image: url("../../image/web/prev.png");
}

#branch-swiper-button-next {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    right: 0%;
    top: 48%;
    margin-right: 10px;
    background-image: url("/image/web/next.png");
}
#branch-swiper-button-prev {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    left: 0%;
    top: 48%;
    margin-left: 10px;
    background-image: url("/image/web/prev.png");
}


.item img {
    margin-left: auto;
    margin-right: auto;
}

.sectionTitle {

    text-align: center;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    width: 100%;
    border-top: 2px solid;
    border-image: -webkit-linear-gradient(left, #CCE4DB 10%, #CCE4DB 30%, #CCE4DB 60%, #CCE4DB 90%) 20 20 20 20;
    border-image: -moz-linear-gradient(left, #CCE4DB 10%, #CCE4DB 30%, #CCE4DB 60%, #CCE4DB 90%) 20 20 20 20;
    border-image: linear-gradient(left, #CCE4DB 10%, #CCE4DB 30%, #CCE4DB 60%, #CCE4DB 90%) 20 20 20 20;
    margin-top: 20px;
}

.tips {
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.5em;
    padding: 0 .55em;
    color: #41b488;
    background-color: #f5f6f7;
    padding-left: 80px;
    padding-right: 80px;
}
.event-thumbnail a img{
    width: 100%;
    height:160px;
}
.event-thumbnail div.platform {
    height: 150px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.event-thumbnail div.platform .pic {
    margin-bottom: 6px;
}
.event-thumbnail div.platform .pic img {
    height: 64px;
    width: 64px;
}
.event-thumbnail div.platform .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;

}
.branchrow {
    /*margin-bottom: 80px;*/
}
.branch {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;

}
.branch p {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 900;
}
.topic {
    margin-top: 20px;
    height: 102px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}
.topic .title {
    display: flex;
    align-items: center;
    width: 100px;
}


#carousel-banner .carousel-inner > .item > a > img{
    height: 360px;
}
.part1{
    display: flex;
    border-bottom: 1px solid #71c894;
    padding-bottom: 8px;
}
.newsSubMenu {
    display: flex;
    height: 40px;
    align-items: center;
    /*border-bottom: 1px solid #E0E0E0;*/
    /*padding-bottom: 10px;*/

}
.newsSubMenu li {
    padding-left: 5px;
    /*padding-right: 10px;*/
    margin-right: 8px;
    cursor:pointer;
    display: flex;
    align-items: center;
    flex-direction: row;
}
/*.newsSubMenu li::before {*/
/*     content: "";*/
/*     width: 1px;*/
/*     height: 10px;*/
/*     background: #000;*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*}*/

.newsSubMenu li:last-child{
    border-right: none;
}
.newsSubMenu li .hdiv {
    font-size: 20px;
    font-weight: 700;
    /*padding: 5px;*/
}
.newsSubMenu li div.hdiv a {
    color: #A8C4BA;
}
.newsSubMenu li div.hdiv.cur {
    /*border-bottom: 2px solid #71c894;*/
    color: #008B56;
}
.newsSubMenu li div.hdiv.cur a  {
    color: #008B56!important;
}

.newsSubMenu li:first-child::before {
    display: none;
}
.nbody .gh {
    display: none;
}
.nbody .gs {
    display: block;
}
.nbody div.group > ul {
    margin-top: 6px;
    margin-left: 6px;
}
.nbody div.group > ul li {

    padding-left: 6px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    height: 40px;
    display: flex;
}
.nbody div.group > ul li div.list_name {
    overflow: hidden;
    flex: 1;
}
.nbody div.group > ul li div.list_name a {
    flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nbody div.group > ul li div.list_time {
    width: 84px;
    margin-left: 8px;
}
.carousel-indicators{
    text-align: right;
    right: 0px;
    margin-right: 20px;
    left: unset;
    width: unset;
    padding-bottom: 8px;
    padding-top: 8px;
}
.carousel-caption{
    padding-top: unset;
    padding-bottom: unset;
    text-align: left;
    left: 0px;
    right: unset;
    width: 100%;
    padding-right: 150px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    background: rgba(0, 0, 0, .55);
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 16px;
}

#siderbar {
    z-index: 999999;
    position: fixed;
    bottom: 200px;
    right: 50%;
    width: 66px;
    height: 248px;
}

@media screen and (max-width: 1368px) {
    #siderbar {
        display: none;
    }
}
@media screen and (min-width: 1368px) {
    #siderbar {
        margin: 0 -674px 0 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    }
}

#siderbar .list {
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}
#siderbar li a img {
    width: 46px;
    height: 46px;
    margin-bottom: 5px;
}
#siderbar .list > li {
    vertical-align: top;
    position: relative;
    width: 64px;
    height: 91px;
    position: relative;
    text-align: center;
}
#siderbar .list > li > a {
    position: relative;
    cursor: pointer;
    display: block;
    padding-top: 10px;
    text-align: center;
    color: #a7b0b8;
}
#siderbar .list > li > a > small {
    display: block;
    color: #444;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

#siderbar .list > li > dl {
    display: none;
    position: absolute;
    right: 68px;
    top: 10px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 0 5px #555;
    transition: .3s;
}
#siderbar .list > li > dl dd {
    float: left;
    padding: -4px;
    text-align: center;
    min-width: 100px;
}
.nheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    /*padding-bottom: 10px;*/
}
.nheader .morea {
    background-image: url("/image/web/index/rightArrow.png");
    background-repeat: no-repeat;
    background-position: center center;

    text-align: right;
    line-height: 46px;
    padding-right: 20px;
}
#colMore{
    font-size: 16px;
    color: #AFAFAF;
    display: flex;
    align-items: center;
}
.carouselRow {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.carousel-indicators .active {
    background-color: #008B56!important;
}