body{
    font-family: 微软雅黑 !important;
    background: url("../images/bg.jpg") no-repeat;
    background-size:100% auto;
    font-size: 16px;
    background-color: #fbf9f9;
    color: #333333;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
.text-red{
    color: #BF0606!important;
}
.text-gray{
    color: #959595!important;
}
.text-blue{
    color: #195183!important;
}
.bg-white{
    background-color: #fff!important;
}
.bg-red{
    background-color: #BD1A2D!important;
}
.bg-transparent{
    background-color:transparent!important;
}
.no-padding{
    padding: 0 !important;
}
.no-border{
    border: 0 !important;
}
.margin-bottom{
    margin-bottom: 20px;
}
.min-height{
    min-height: 350px;
}
.have-dashed{
    border-bottom: 1px dashed #cccccc;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover,a:active,a:focus{
    color: #000;
    text-decoration: none;
}
.header-bg{
    margin-top: 63px;
    margin-bottom: 73px;
}
.container{
    width: 1200px;
    padding: 0;
}

.header{
    padding: 10px 0 0 0;
    position: relative;
    z-index: 20000;
}
.header .header-hot{
    padding-top: 7px;
    padding-bottom: 4px;
    font-size: 18px;
}
.header .header-hot a{
    color: #000;
}
.header .header-hot a:hover{
    text-decoration: underline;
}
.header .searchdiv .btn-primary{
    background-color: #BD1A2D;
    border: 1px solid #BD1A2D;
}
.header .searchdiv .form-control{
    border: 1px solid #BD1A2D;
    outline: none;
}
.header .searchdiv .form-control:focus {
    border-color: #BD1A2D;
    outline: none;
}

.nav-bg{
    width: 100%;
    height: 70px;
    color: #ffffff;
}
.header-nav{
    text-align: center;
    position: relative;
    height: 62px;
    background-color: #BD1A2D;
}
.header-nav ul a{
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.header-nav ul a:hover,.header-nav ul a:active,.header-nav ul a:focus{
    color: #ffffff;
    text-decoration: none;
}
.header-nav>.container>ul>li{
    width: 190px;
    /*width: 170px;*/
    height: 62px;
    line-height: 62px;
    display: inline-block;
    position: relative;
    float: left;
}
.header-nav>.container>ul>li:hover{
    background-color: #9B0B1C;
}
.header-nav>.container>ul>li:after{
    content: '';
    position: absolute;
    z-index: 100;
    top: 15px;
    right: -1px;
    width: 1px;
    height: 32px;
    background-color: #ffffff;
    opacity: 0.5;
    filter:Alpha(opacity=50);
}
/* .header-nav>.container>ul>li:last-child{
    overflow: hidden;
} */
.header-nav>.container>ul>li:last-child:after{
    display:none;
}

.header-nav>.container>ul>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header-nav>.container>ul .sub-nav{
    display: none;
    background:rgba(155,11,28,0.7);
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 101;
    padding: 5px 20px;
    /*opacity: 0.6;*/
    /*filter:Alpha(opacity=60);*/
}
.header-nav ul .sub-nav li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ffffff;
}
.header-nav ul .sub-nav li:last-child{
    border-bottom: 0;
}
.header-nav ul .sub-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
.header-nav>.container>ul>li:hover .sub-nav{
    display: block;
}

.box{
    margin: 20px 0 40px 0;
}
.box-head{
    width: 100%;
    height: 45px;
    line-height: 44px;
    border-bottom: 1px solid #CCCCCC;
}
.box-head-title{
    width: 214px;
    height: 44px;
    display: inline-block;
    color: #ffffff;
    background-color: #BD1A2D;
    border-radius:20px 20px 0px 0px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.box-head-more{
    color: #444444;
    font-size: 18px;
}
.box .box-body{
    padding: 0;
    overflow: hidden;
}
.box .box-body.box-body-padding{
    padding: 15px;
    box-shadow:0px 0px 5px rgba(189,26,45,0.1);
}
.box-body-shadow{
    box-shadow:0px 0px 5px rgba(189,26,45,0.1);
}
.top-swiper-box{
    position: relative;
    width: 690px;
    height: 448px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.top-news-box{
    width: 490px;
    height: 448px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 10px 35px;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.box-swiper-pagination{
    position: absolute;
    top: 360px;
    right: 0;
    z-index: 2000;
    text-align: center;
}
.box-swiper-pagination .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 0.5;
    filter:Alpha(opacity=50);
    margin-right: 5px;
}
.box-swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    filter:Alpha(opacity=100);
}

.top-tab{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.top-tab .top-tab-list{
    display: inline-block;
    position: relative;
    width: 105px;
    float: left;
    border-bottom: 1px solid #CCCCCC;
}
.top-tab .top-tab-list.cur{
    color: #BD1A2D;
    border-bottom: 1px solid #BD1A2D;
}
.top-tab .top-tab-list:after{
    content: '';
    position: absolute;
    z-index: 100;
    width: 1px;
    height: 20px;
    right: -1px;
    top: 15px;
    background-color: #CCCCCC;
}
.top-tab .top-tab-list:last-child{
    overflow: hidden;
}
.top-tab-body .top-title{
    font-size: 20px;
    font-weight:400;
    margin: 30px 0;
    text-align: center;
}
.top-tab-body .top-desc{
    color: #666666;
    margin-bottom: 10px;
    line-height: 26px;
}
.top-tab-body .top-more{
    color: #1A5283;
}

.leader-swiper-container{
    position: relative;
}
.leader-swiper-container .media{
    padding: 30px 0;
}
.leader-swiper-container .media .media-heading{
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
}
.leader-swiper-container .media .media-body{
    padding: 0 10px;
    padding-top: 12px;
}
.leader-swiper-container .media .media-body p{
    font-size: 18px;
    font-weight: 400;
    color: #444444;
}
.leader-swiper-container:first-child{
    border-bottom: 1px dashed #CCCCCC;
}
.events-swiper-container{
    width: 100%;
    height: 120px;
    position: relative;
    margin-top: 15px;
}

.list-box{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 100px;
}
.list-box:hover .list-box-title{
    color: #BD1A2D;
}
.list-box .list-box-title{
    position: relative;
    width: 100%;
    display: block;
    color: #444444;
    height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 15px;
}
.list-box .list-box-title:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #959595;
    top: 18px;
    left: 0;
    border-radius: 50%;
    z-index: 2;
}
.list-box .list-box-time{
    position: absolute;
    z-index: 10;
    width: 100px;
    /*height: 40px;*/
    float: right;
    color: #959595;
    right: 0;
    top: 0;
    text-align: right;
}
.culture-swiper-container{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

.friend-list{
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    position: relative;
    font-size: 16px;
    color: #949494;
    padding-left: 15px;
}
.friend-list:hover{
    color: #BD1A2D;
}
.friend-list:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 0;
    background-color: #949494;
}

.footer{
    background-color: #BD1A2D;
    /*padding-top: 50px;*/
    /*padding-bottom: 60px;*/
    color: #FFFFFF;
    padding: 30px;
    /*font-size: 22px;*/
}

.footer-bg{
    background: url("../images/bg-footer.jpg") no-repeat;
    background-size:100% 100%;
}

.boxbj-left{
    width: 222px;
    height: auto;
    float: left;
    /*background: #ffffff;*/
    padding-bottom: 10px;
    background: #FFFAFB;
}
.boxbj-right{
    width: 954px;
    height: auto;
    float: right;
    background: #ffffff;
    padding: 30px;
    min-height: 350px;
}

.boxbj-right .boxbj-right-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #BF0606;
}
.boxbj-right .boxbj-right-title div{
    font-weight: bold;
    color: #BF0606;
    font-size: 28px;
    padding: 0px 20px;
    border-left: 6px solid #BF0606;
}

.boxbj-right .boxbj-right-body{
    padding: 30px 0px;
    overflow: hidden;
}

/*.boxbj-right .boxbj-right-body p{*/
/*    text-indent: 45px;*/
/*}*/
.boxbj-left-nav{
    width: 222px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    padding: 0 10px;
    color: #ffffff;
}
.boxbj-left-nav a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    border-bottom: 1px dashed #BFBFBF;
}
.boxbj-left-nav a:after{
    content: '';
    border-width:6px 6px 6px 6px;
    border-style:solid;
    border-color:transparent transparent transparent #BFBFBF ;

    /* 定位 */
    position:absolute;
    right:-3px;
    top: 21px;
    z-index: 100;
}

.boxbj-left-nav.active a{
    color: #BD1A2D;
}
.boxbj-left-nav.active a:after{
    content: '';
    border-width:6px 6px 6px 6px;
    border-style:solid;
    border-color:transparent transparent transparent #BD1A2D ;

    /* 定位 */
    position:absolute;
    right:-3px;
    top: 21px;
    z-index: 100;
}

.boxbj-left-nav a:hover{
    color: #BD1A2D;
}
.boxbj-left-nav.cur{
    background: #BD1A2D;
}
.boxbj-left-nav.cur a{
    color: #ffffff;
    font-size: 24px;
    border-bottom: 0;
}
.breadcrumb {
    background-color: transparent;
    /*font-size: 18px;*/
}
.breadcrumb>.active {
    color: #BD1A2D;
}

.intro-box{
    margin-bottom: 20px;
}
.intro-box .intro-box-header{
    background-color: #BD1A2D;
    border-radius:8px 8px 0px 0px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #FFFFFF;
    padding: 0 20px;
}
.intro-box .intro-box-body{
    padding: 30px 20px;
    overflow: hidden;
}
.intro-box .intro-box-body img{
    max-width: 100%;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #BD1A2D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #BD1A2D;
    border-color: #BD1A2D;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #BD1A2D;
    border-color: #BD1A2D;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #BD1A2D;
    background-color: #eee;
    border-color: #ddd;
}

.detail-content{
    overflow: hidden;
}
.detail-content img{
    max-width: 100%;
    margin-bottom: 10px;
}
.detail-title{
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    border-bottom: 1px dashed #BFBFBF;
    padding: 20px 0 30px 0;
    line-height: 34px;
}


.news-header{
    padding: 15px;
    overflow: hidden;
}
.news-header h1{
    font-size: 39px;
    font-weight: 500;
}
.news-header h3{
    font-weight: 400;
}
.news-swiper-container{
    position: relative;
    overflow: hidden;
}
.news-swiper-container .col-xs-8{
    padding: 0;
}
.news-swiper-container .col-xs-4{
    padding: 30px;
    padding-top: 105px;
}
.news-swiper-container .swiper-slide{
    background-color: #DADADA;
}
.news-swiper-container .swiper-slide h2{
    font-size: 28px;
}
.news-swiper-container .swiper-slide p{
    padding-top: 5px;
    font-size: 20px;
    color: #666666;
    font-weight:400;
}
.news-swiper-container .col-xs-8 img{
    width: 100%;
}
.news-swiper-container .news-swiper-pagination{
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 15px;
    width: 100%;
    height: 20px;
    text-align: right;
    padding: 0 30px;
}

.searchdiv{
    width: 100%;
    padding-right: 60px;
    height: 34px;
    line-height: 34px;
    position: relative;
}
.searchdiv input{
    width: 100%;
    height: 100%;
    outline: none;
    padding: 5px 10px;
    border: 1px solid #BD1A2D;
    border-radius: 5px 0 0 5px;
}
.search-btn{
    width: 60px;
    height: 100%;
    background-color: #BD1A2D;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    color: #ffffff;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.search-btn:hover,.search-btn:active,.search-btn:focus{
    color: #ffffff;
}

.container2{
    width: 1000px !important;
}