* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    min-width: 1250px;
}

.main {
    height: 100%;
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    font-size: 15px;
    color: #6f6f6f;
}

.head {
    width: 100%;
    /*height: 150px;*/
    height: 160px;
    position: relative;
    background-color: #70141c;
    z-index: 2;

}

.head-top {
    height: 90px;
    height: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
    background-color: white;
}

.head .logo {
    height: 100%;
    width: 287px;
    margin-right: 55px;
    background: url(../images/index/head_logo.png) no-repeat center;
    background-size: contain;
}

.head .img {
    height: 100%;
    width: 517px;
    margin-right: 60px;
    background: url(../images/index/head_img.png) no-repeat bottom;
    background-size: 100% auto;

}

.head .phone {
    height: 100%;
    width: 100px;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    background: url(../images/index/head_phone.png) no-repeat center;
    /* background-size: 53% auto; */
}

.head .search {
    height: 100%;
    height: 110px;
    width: 226px;
    position: relative;
    /* background-color: #e60012; */
}

.head .search-txt {
    height: 20px;
    width: 115px;
    position: absolute;
    top: 40px;
    top: 45px;
    left: 20px;
    background-color: rgba(160, 0, 13, 1);
    opacity: 0.5;
}

.head .search-txt input {
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 5px;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
}

.head .search-btn {
    height: 31px;
    width: 30px;
    position: absolute;
    top: 35px;
    top: 40px;
    left: 145px;
    /*background: url(../images/index/head_search.png) no-repeat bottom;*/
    background-size: contain;
    cursor: pointer;
}

.head .search-txt input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ff939c;
}

.head .search-txt input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ff939c;
}

.head .search-txt input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ff939c;
}

.head .search-txt input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ff939c;
}

.head .menus {
    height: 60px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    /* margin-top: 5px; */
    font-size: 18px;
    text-align: center;
}

.head .menu {
    height: 100%;
    min-width: 100px;
    position: relative;

}

.head .menu-title {
    height: 56px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    color: white;
    line-height: 60px;
    cursor: pointer;

}

.head .menu:hover .menu-title {
    color: white;
    border-bottom: 3px solid #e60012;
}

.head .menu.active .menu-title {
    color: white;
    border-bottom: 3px solid #e60012;
}

.head .menu-hide {
    height: 0;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    /* border-top: 3px solid #e60012; */
    box-sizing: border-box;
    overflow: hidden;
}


.menu-hide-list {
    margin-top: 5px;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.menu-hide-li {
    height: 30px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.menu-hide-li:hover {
    background-color: rgba(114, 32, 38, 0.79);
    color: white;
}

@keyframes mychange {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}

.head .menu:hover .menu-hide {
    animation-name: mychange;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    /* animation-iteration-count: infinite; */
    /* animation-direction: alternate; */
}

.fl{float:left;}
.fr{float:right;}
/*------导航 nav-----[开始]*/
/*一级导航---[开始]*/
.wrap{
    width: 1200px;
    margin:0 auto;
}
.clearfix:after{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}
.clearfix{
　　　　　　zoom:1; //为了兼容IE6、7     
}
#nav{
    text-align: center;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    background-color: #70141c;
}
#nav a{
    color:#fff;
    text-decoration:none;
}
#nav .first-menu>li{
    float: left;
    letter-spacing: 1px;
    z-index: 999;
}
#nav .first-menu>li>a{
    /*float:left;*/
    display:block;
    /*padding:0 23px;*/
    padding:0 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background:#70141c;
}
#nav .first-menu>li>a:hover {
    background-color:#5a0c13;
    /*border-bottom: 2px solid #ff9a02;*/
}
#nav .first-menu>li>a.current{
    background-color:#5a0c13;
}
/*一级导航---[结束]*/

/*二级菜单---[开始]*/
#webmenu li ul {
    display:none;
}
#webmenu li ul li {
    float:none;
}
*html #webmenu li ul li {
    display:inline;
}
#webmenu li ul a{
    font-size: 14px;
    display: block;
    float:none;
    /*height: 38px;
    line-height: 38px;*/
    line-height: 20px;
    padding:10px 2px;
    border-top:1px solid rgba(255,255,255, 0.3);
    text-transform:capitalize;
}
#webmenu li ul a:hover{
    background-color:#70141c;
}
#webmenu .height-auto {
    line-height:15px;
    padding:5px 10px;
}
.second-menu, .third-menu, .fourth-menu {
    position:absolute;
}
.second-menu li, .third-menu li, .fourth-menu li{
    /*background-color:rgba(112,20,28, 0.76)!important;
    filter:Alpha(opacity=76);
    background-color:#70141c;*/
    background-color:rgba(0,0,0, 0.55)!important;
    filter:Alpha(opacity=55);
    background-color:#000;
}
.first-menu li {
    float:left;
    position:relative;
}

.second-menu {
    font-size:14px;
    top:50px;
    right:0;
    width:120px;
    border-top: 1px solid #E3E3E3;
}
*html .second-menu {
    right:-1px;
}
.second-menu a {
    font-size:12px;
}
.second-menu a.arrow {
    background: url(../images/index/arrow.png) no-repeat right top;
}
/*.second-menu a.arrow:hover {
    background: url(../image/arrow.gif) no-repeat right -32px;
}*/
/*.second-menu a.arrow-02 {
    background: url(../image/arrow.gif) no-repeat right -64px;
}*/
/*.second-menu a.arrow-02:hover {
    background: url(../image/arrow.gif) no-repeat right -110px;
}*/
.third-menu, .fourth-menu {
    min-width:120px;
    /*width:132px;*/
    top:0;
    /*left:108px;*/
    left:120px;
    border-left: 1px solid #E3E3E3;
}
/*.third-menu a {
    background:#004986;
    font-weight:normal;
    border-top:1px solid #595959;
    border-left:1px solid #595959;
    border-bottom:1px solid #333;
    border-right:1px solid #333;
}*/
/*#subMgm .third-menu {
    left:112px;
}
#subMgm .fourth-menu {
    left:112px;
}*/
/*#subMusic, #subNews,#subMgm {
    width:112px;
}*/
.long .second-menu{width: 138px;}
.long .third-menu{
    left:138px;
}
/*二级菜单---[结束]*/
/*------导航 nav-----[结束]*/


#swiper1 {
    width: 100%;
    /* height: 31.5rem; */
    position: relative;
    margin: auto;
    z-index: 1;
}

.swiper-container {
    width: 100%;
    height: 31.5rem;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-size: cover;
}

.blocks {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 60px;
    margin-bottom: 10px;
}

.block{
    height: 420px;
    width: 380px;
    margin-top: 35px;
    font-size: 16px;
    color: black;
}
.block a{
    color: black;
    color: #333;
}
.block a:hover{
    color: #e2413d;
}
.block-title-line{
    height: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    border-bottom: 1px solid #959595;
}

.block-title{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #323232;
}
.block-icon-cirle{
    height: 10px;
    width: 10px;
    margin-left: 3px;
    margin-right: 8px;
    background-color: #e3430d;
    border-radius: 50%;

}

.block-more{
    height: 100%;
    width: 100px;
    display: block;
    background: url(../images/index/block_more.png) no-repeat center right;
    background-size: 82px 15px;
    cursor: pointer;
}


.block1-img{
    height: 240px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.block1-news-title{
    display: block;
    padding: 0 3px 0 15px;
    background: url(../images/index/block1_news_title_cube.png) no-repeat 5px 8px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.block1-news-content{
    display: block;
    line-height: 25px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.block2-li{
    /*height: 45px;*/
    height: 73px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #959595;
    box-sizing: border-box;
    /*line-height: 45px;*/
    line-height: 26px;
    padding: 10px 0;
}

.block2-li-title{
   width: 280px;
   /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;*/
    width: 268px;
    border-left: 1px dashed #e7d9da;
    padding-left: 14px;
    display: flex;
    align-items: center;
}
.block2-li-date {
    /*color: #7d7d7d;*/
     color: #ae545b; 
    /* color: #70141c; */
    /* line-height: 50px; */
     margin-top: 14px; 
}

.block3-li{
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    background-color: #eeeeee;
}

.block3-li-cube {
    height: 60px;
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-image: url(../images/index/date_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    color: white;
    text-align: center;
}

.block3-li-cube .date1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: -5px;
}

.block3-li-cube .date2 {
    font-size: 20px;
}
.block3-li-content{
    width: 285px;
    margin-left: 15px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block6-list{
    height: 360px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.block6-hide{
    width: 100%;
    position: absolute;
    top:0;   
}
.block6-li{
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px dashed #959595;
}
.block6-li-img{
    height: 100px;
    width: 100px;
    margin-left: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.block6-li-right{
    width: 250px;
}
.block6-li-name{
    font-size: 18px;
    margin-bottom: 5px;
}
.block6-li-content{
    font-size: 14px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*------ 底部链接 links------[开始]*/
.main .links{
	padding:16px 0;
	background-color: #fff;
}
.main .links ul li{
    float: left;
    margin: 0 0 0 25px;
    margin: 2px 35px 2px 0;
}
.main .links ul li:first-child{
    margin-left: 0;
}
.main .links ul li a{
    display: inline-block;
    /*height: 54px;
    line-height: 54px;*/
    font-size: 16px;
    color: #333;
    font-weight: bold;
    /*padding: 0 48px 0 23px;*/
    padding: 10px 30px 10px 18px;
    letter-spacing: 1px;
    background: url(../images/icon_line.png) no-repeat center left;
}
/*.main .links ul li a:hover{
    color: #c07b1a;
    color: #002e73;
}*/

.main .links ul li a:hover{
    background-color: #eff5ff;
    /*background-color: #fff6e8;*/
    border-radius: 4px;
}
/*------ 底部链接 links------[结束]*/


.foot {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e3e4e6;
    position: relative;
}

.foot .address {
    color: #6a6a6a;
    font-size: 12px;
    margin-left: 35px;
}


.foot .logo {
    height: 82px;
    width: 295px;
    background: url(../images/index/head_logo.png) no-repeat center;
    background-size: contain;
}

.foot .contact {
    height: 25px;
    width: 315px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: url(../images/index/foot_contact.png) no-repeat top left;
    background-size: 215px auto;
}

.foot .btns {
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 245px;
    position: relative;
}

.foot .btn-weibo {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    background: url(../images/index/btn_weibo.png) no-repeat top left;
    background-size: contain;
}

.foot .btn-weixin {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    background: url(../images/index/btn_weixin.png) no-repeat top left;
    background-size: contain;
}

.foot .btn-qq {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    background: url(../images/index/btn_qq.png) no-repeat top left;
    background-size: contain;
}

.foot .btn-code {
    height: 112px;
    width: 112px;
    background: url(../images/index/btn_code.png) no-repeat top left;
    background-size: contain;
}

.foot2 {
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 33px;
    background-color: #963131;
}




/* list页面 */
.content {
    background-color: #dcdcdc;
}

.mid-content {
    height: 100%;
    width: 1250px;
    /*display: flex;*/
    margin: auto;
    padding: 1px 0 0;

}

.left {
    width: 230px;
    min-height: 960px;
    background-color: #a67e85;
    color: white;
}

.left-title {
    height: 70px;
    background-color: #85535c;
    font-size: 20px;
    text-align: right;
    padding-right: 15px;
    line-height: 70px;
    font-weight: 100;
}

.left-list {
    margin-top: 5px;
}

.left-li {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    font-size: 16px;
    color: white;
    cursor: pointer;

}

.left-li:hover {
    color: white;
}

.left-li.active {
    color: #ff96a9;
    background-color: #85535c;
}

.left-li-title {
    padding-left: 58px;
    padding-right: 40px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.icon-down {
    height: 60px;
    width: 12px;
    position: absolute;
    top: 0;
    right: 25px;
    background: url(../images/list/down.png) no-repeat center;
    background-size: contain;
}

.left-hide {
    display: none;
    background-color: #71434c;
    font-weight: 100;
}


.left-hide-li {
    height: 40px;
    display: block;
    padding-left: 50px;
    line-height: 40px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: white;
}

.left-hide-li>span {
    margin-right: 5px;
}

.left-hide-li:hover {
    color: unset;
}

.left-hide-li.active {
    color: #ff96a9;
}

.left-li.open .left-hide {
    display: block;
}

.left-li.open .icon-down {
    background: url(../images/list/up.png) no-repeat center;
    background-size: contain;
}

.left-li.open .left-li-title {
    background-color: #85535c;
}

.right {
    width: 1020px;

}

.right-title {
    width: 980px;
    display: flex;
    margin: 20px 0 0px 15px;
    padding-left: 3px;
    box-sizing: border-box;
    font-size: 14px;
    color: #4c5e70;
    line-height: 40px;
    border-bottom: 1px solid white;
}

.right-title .part {
    margin: 0 3px;
}

.right-content {
    min-height: 950px;
    width: 980px;
    position: relative;
    margin: 7px 0 0 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background-color: white;

}

.right-list {
    width: 90%;
    margin: auto;
    padding: 15px 0;
    font-size: 14px;
}

.right-li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    line-height: 40px;
    cursor: pointer;
}

.right-li-title {
    width: 88%;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.page {
    margin-top: 10px;
    text-align: center;
}

.layui-laypage-my a,
.layui-laypage-my span {
    height: 28px;
    width: 28px;
    padding: 0;
    margin: 0 10px;
    background-color: transparent;
    border: 0;

}

.layui-laypage-my>a:last-child,
.layui-laypage-my>a:last-child em {
    width: auto;
}

.layui-laypage-my>a:first-child,
.layui-laypage-my>a:first-child em {
    width: auto;
}

.layui-laypage-my .layui-laypage-curr .layui-laypage-em {
    border-radius: 50%;
}

.layui-laypage-my .layui-laypage-curr .layui-laypage-em {
    background-color: #9b4847;
}

.layui-laypage-my a:hover {
    color: #9b4847;
}


/* detail页 */
.right-content-title {
    height: 75px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* font-size: 18px; */
    font-size: 21px;
    text-align: center;
}

.right-html {
    width: 900px;
    margin: auto;
    padding-bottom: 100px;
    font-size: 14px;
    /*text-indent: 2em;*/
    text-align: justify;
}

.right-html img {
    margin: auto;
}

.back {
    height: 30px;
    width: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    background: url(../images/list/back.png) no-repeat center;
    background-size: contain;
}


/* search页 */
.search-block {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.search-tab {
    height: 45px;
    width: 220px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}

.search-tab.active {
    background-color: #687d92;
    color: white;
}

.search-txt {
    height: 45px;
    width: 220px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
}

.search-name {
    height: 100%;
    width: 170px;
    padding: 0 0px 0 15px;
    border: 0;
    box-sizing: border-box;
}

.search-btn {
    height: 100%;
    width: 45px;
    /*background: url(../images/search/search.png) no-repeat center;*/
    background-size: 22px auto;
    cursor: pointer;
}

.search-result {
    display: none;
    margin-top: 10px;
    text-indent: 0;
}

#search-result1 {
    display: block;
}

.alphabet-line {
    display: flex;
    margin-bottom: 50px;
}

.alphabet {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    font-size: 14px;

    cursor: pointer;
}

.alphabet.active {
    background-color: #687d92;
    color: white;
}

.username-groups {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 50px; */
    padding-left: 50px;
    box-sizing: border-box;
}

.username {
    width: 69px;
    line-height: 50px;
}

.groups-name {
    margin-top: 30px;
    text-align: center;
    color: #6f6f6f;
    font-size: 18px;
    line-height: 50px;
}

/* detail2 */
.detail2-bg1 {
    height: 400px;
    width: 820px;
    position: relative;
    margin: auto;
    top: 50px;
    background: url(../images/detail2/pic1.png) no-repeat left;
    background-size: contain;
}

.detail2-bg1 .detail2-list {
    height: 250px;
    width: 370px;
    position: absolute;
    right: 99px;
    bottom: 0;
    font-size: 20px;
    text-align: right;
    line-height: 45px;
    overflow: auto;
}

.detail2-title {
    display: block;
    text-decoration: none;
    color: black;
}

.detail2-title:hover {
    color: black;
}

.detail2-bg2 {
    height: 350px;
    width: 820px;
    position: relative;
    margin: 40px auto;
    top: 50px;
    background: url(../images/detail2/pic2.png) no-repeat right;
    background-size: contain;
}

.detail2-bg2 .detail2-list {
    height: 250px;
    width: 370px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    text-align: left;
    line-height: 45px;
    overflow: auto;
}

.pxsm{
    float: right;
    font-size: 16px;
    color: #a67e85;
    margin-right: 20px;
}