@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px;}
html{overflow-x: hidden; overflow-y: auto;}
body{ font-size:14px; line-height:1.5; color:#444; height:100%; background:#f4f3f2;}
div,p,span{ font-size:14px;}
ol,ul { list-style:none; }
a { color:#333;text-decoration:none; }
img { border:0;  vertical-align:middle;}
table { border-collapse:collapse; border-spacing:0; }
.clear { clear:both; font-size:0; height:0; line-height:0; overflow:hidden;}
input{ border:none;outline:none;}
input[type="button"]{ cursor:pointer;}
.red{ color:#96000c;}
.mid{ width:1000px; margin:0 auto;}
.fr{ float:right;}
.fl { float:left;}
h3{ font-size:18px; color:#523f38; font-weight:bolder; }
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
::-webkit-scrollbar{ width:8px; height:8px; background-color:none; }  /*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{ -webkit-box-shadow:none; border-radius:4px; background-color:none;}    /*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{ border-radius:4px; -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2); background-color:#cdc4c1;}

@font-face {
    src: url("../font/HYRuiYiSongW.ttf");
    font-family: 'HYRuiYiSongW';
}
@font-face {
    src: url("../font/SourceHanSerifCN-Medium.otf");
    font-family: 'SourceHanSerifCN';
}
.ul1:after,
.indexcalendar:after,
.ul2:after{
    content:'';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    font-size:0;
}

/** index **/
.subleft{ position:fixed; width:250px;top: 0;bottom: 0; z-index:9999;background: url(../images/subleftbg.png)  repeat-y ;background-size: auto 100%}
#menu { position:relative; z-index:2;margin-top: 246px }
#menu li {	font-size: 20px;font-weight: normal;font-stretch: normal;letter-spacing: 1px;vertical-align:top;margin: 10px 0;position: relative;}
#menu li:last-child{ margin-bottom:0;}
#menu a { display: block; width: 200px;height:67px; text-align:center;  color: #81665d; box-sizing: border-box;font-family: 'SourceHanSerifCN';}
#menu a img{
    vertical-align:top;
}

#menu li:hover, #menu li.active{
    background-image:url(../images/naviconbg.png);
    background-repeat: no-repeat;
    color:#fff;
    background-size: 100% 100%;
}
#menu li:hover,
#menu li.active,
.slideGroup .parHd ul li.on,
.ul1 li:hover,
.ul1 li:hover a h3,
.ul1 li:hover a p,
.ul1 li:hover a span,
.ul2 li:hover,
.ul2 li:hover a h3,
.ul2 li:hover a p,
.ul2 li:hover a img,
.ul1 li:hover a img{
    transition: all 0.4s;
}

.section4 { background:url(../images/body_img2.png) no-repeat center center; background-size:100% 100%;}
.section6 { background:url(../images/body_img3.png) no-repeat center center; background-size:100% 100% ;}
.section2 { background:url(../images/body_img5.png) no-repeat center center; background-size:100% 100%;}
.section3 { background:url(../images/body_img5.png) no-repeat center center; background-size:100% 100%;}
.section5 { background:url(../images/body_img4.png) no-repeat center center; background-size:100% 100%;}

.cont1{ height:100%; width:1300px; margin:0px auto 0px;}
.logo{
    display:block;
    width:auto;
    margin-top:38px;
}
.top_right{
    width:120px;
    margin: 20px 0px 0px 40px;
}
.lab_con,
a.login_a{
    width:100%;
    height:36px;
    line-height:36px;
    border: solid 1px rgba(255,255,255,0.3);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.lab_con a{
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
}
.lable_con_input{
    display:block;
    width:100%;
    height:36px;
    line-height:36px;
    color:#8dd2c8;
    box-sizing: border-box;
    padding: 0px 30px 0px 10px;
    background: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
.lable_con_btn{display:block; width:18px; height:18px; background:url(../images/icon-search1.png) no-repeat;}

/*slect*/
.sslct_con{ float:left; width:89px; height:50px; margin-right:40px;  background:url(../images/secrch_arrow.png) right center no-repeat; }
.sslct{ display:inline-block; vertical-align:top; *display:inline; position:relative; cursor:pointer; margin:0 auto; z-index:9;}
.sslct .butten{ height:50px; line-height:50px; display:inline-block; padding-right:15px;}
.sslct .butten_r{ display:inline-block; width:85px; height:50px; text-align:center; overflow:hidden; font-size:16px; color:#694e45; letter-spacing:2px;}
.list_sslct{width:82px; padding:0; height:0; line-height:28px; position:absolute; left:6px; top:50px; overflow:hidden; }
.list_sslct li{margin-top:10px;}
.list_sslct li a{ display: block; text-align:center; width:70px; height:30px; line-height:30px; color:#694e45; border-radius:15px; border:1px solid #694e45; background:#f3f2f2;}
.list_sslct li a:hover{ color:#fff; background:#694e45;}

a.login_a{
    margin-top: 10px;
    display:inline-block;
    text-align:center;
    letter-spacing:2px;
    text-align:center;
    color:#fff;
}
a.login_a:hover{ color:#fff;}
a.indexMore{
    width: 160px;
    height: 42px;
    background-image: linear-gradient(90deg, #00ded6 0%, #0088af 100%),
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    line-height:42px;
    text-align:center;
    font-size: 18px;
    color: #fff;
    z-index:999;
    float: right;
    font-weight: bold;
    margin-top: 30px;

}
/*页内tab*/
.slideGroup{ width:1400px; text-align:left;height: 100%;}
.slideGroup .parHd{ width:264px; float: left;height: 100%;margin:0 auto 0; min-height:60px; position:relative;   }
.slideGroup .parHd ul{ overflow:hidden; height: 100%; box-sizing: border-box;}
.slideGroup .parHd ul li{
    float:left;
    cursor:pointer;
    width:64px;
    text-align:center;
    display:inline;
    font-size:18px;
    font-weight:bolder;
    background: #fff;
    border-right: solid 1px #ececec;
    margin-top: 150px;

}
.slideGroup .parHd5,.parHd6{
    width: 327px !important;
}
.slideGroup .parHd ul li.li1{
    border-left: solid 1px #ececec;
}
.slideGroup .parHd ul li a .navtwo1{

    width: 40px;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 40px;
    letter-spacing: 4px;
    font-size: 18px;
    color: #333;
    font-family: 'HYRuiYiSongW';
}
.slideGroup .parHd ul li.on a .navtwo1{background-image: linear-gradient(0deg, #00d0d2 0%, #006db9 100%);color: #fff;}
.slideGroup .parHd ul li p{
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    width: 40px;
    padding: 20px 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 40px;

    margin: 0 auto;

}
.onedaybox{
    height: 100px;
}

.slideGroup .parHd ul li.on{
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}
.slideGroup6 .parHd ul li,
.slideGroup5 .parHd ul li,
.slideGroup4 .parHd ul li{
    height: 345px;
    padding-top: 50px;
}
.slideGroup3 .parHd ul li{
    padding-top: 50px;
}
.slideGroup .parBd{
    zoom:1;
    position:relative;
    float: left;
    margin: 150px 0px 0px 30px;
}
.slideGroup .parBd .slideBox{
    position: relative;
    width: 1000px;
}
.slideGroup4 .parBd4 .slideBox{
    position: absolute;
    left: 0;
    top: 0;
}
/*第一屏链接*/
.section1Link{
    position: absolute;
    background-image: linear-gradient(90deg, #006db9 0%, #00d0d2 100%);
    border-radius: 15px;
    right: 220px;
    top: 65px;
    padding: 5px 20px;
    color: #fff;
    z-index: 9;
}
/*文化资讯*/
.newsLeft {
    width: 314px;
    height: 550px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.newsLeft span.img_con {
    display: block;
    width: 100%;
    height: 270px;
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
}

.newsLeft span.img_con img {
    display: block;
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.newsLeft h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    width: 100%;
    display:block;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
}
.newsLeft p {
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 32px;
}
.newsLeft .time{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333;
    opacity: 0.8;
}

.newsLeft:hover a h3, .newsLeft:hover p,.newsLeft:hover .time {
    color: #fff;
}
.newsLeft:hover {
    background-image: linear-gradient(0deg, #00d0d2 0%, #006db9 100%);
    box-shadow: 0 0 12px #333;
}

.newsLeft:hover span.time {
    color: #cfa3a6;
}

.newsRight {
    width: 656px;
    cursor: pointer;
    box-sizing: border-box;
}
.newsRight ul li {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    height: 260px;
    padding: 25px 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.newsRight ul li .img {
    width: 260px;
    height: 210px;
    float: left;
}
.newsRight ul li .img img{
    width: 100%;
    height: 100%;
}
.newsRight ul li .txtbox{
    width: 330px;
    float: right;
}


.newsRight ul li:last-child {
    margin-bottom: 0;
}

.newsRight ul li:hover {
    background-image: linear-gradient(0deg, #00d0d2 0%, #006db9 100%);
    color: #fff;
    box-shadow: 0 0 8px #333;
}

.newsRight ul li:hover a, .newsRight ul li:hover h3, .newsRight ul li:hover span {color: #fff;}
.newsRight ul li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #5b3f2e;
}

.newsRight ul li .text{
    height: 44px;
    color: #5b3f2e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsRight ul li a:hover h3, .newsRight ul li:hover span.time_btm_infor {
    color: #fff;
}

.newsRight ul li:hover  .text {
    color: #fff;
}

/*文化活动*/
.ul1 li{
    width: 312px;
    height: 530px;
    box-sizing: border-box;

    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    float: left;
}
.ul1 li+li{
    margin-left: 30px;
}
.ul1 li a,
.ul2 li a{
    display: block;
    box-sizing: border-box;
    padding: 15px;
}
.ul1 li a img{
    width: 100%;
    height: 210px;
}
.ul1 li a .licon{
    padding: 15px;
}
.ul1 li a .licon h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ul1 li a .licon p{
    color:#999;
}
.ul1 li a .licon span{
    display: inline-block;
    color:#006db9;
    margin-top: 20px;
}
.ul1 li:hover{
    background-image: linear-gradient(0deg, #00d0d2 0%, #006db9 100%);
}
.ul1 li:hover a h3{
    color:#fff;
}
.ul1 li:hover a p{
    color: rgba(255, 255, 255, 0.8);
}
.ul1 li:hover a span{
    color:#f7ff77;
}
.ul1#train li a .licon span{
    color: #0092b4;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #0092b4;
    display: block;
    margin: 30px auto 0;
    line-height: 30px;
    text-align: center;
}
.ul1#train li:hover a .licon span{
    color: #fff;
    border: solid 1px #fff;
}

/*通用模块*/
/*newlive*/
.ul2box ul{
    margin: 60px -20px 0;
}
.ul2box ul li{
    width: 33.3333333%;
    height: auto;
    float: left;
    padding: 20px 5px;
    box-sizing: border-box;
}
.ul2box ul li a{
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
    cursor: pointer;
}
.ul2box ul li a img{
    width: 100%;
    height: 260px;
}
.ul2box ul li a h4,
.ul2box ul li a p{
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 10px;
}
.ul2box ul li a h4{
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul2box ul li a h4.pd{
    padding-bottom: 20px;
}
.ul2box ul li a p{
    padding-bottom: 10px;
    font-size: 14px;
}
/*场馆预订*/
.ul3{
    margin: 0 -8px;
    padding: 0 0 40px;
}
.ul3 li{
    width: 33.333333%;
    float: left;
    padding: 0 8px 16px;
    box-sizing: border-box;
}
.ul3 li a{
    display: block;
    height: 250px;
    overflow: hidden;
}
.ul3 li a .imghvr-slide-up,
.ul3 li a .imgbox,
.ul3 li a figcaption,
.ul3 li a .imgbox img,
.ul3 li a .morediv,
.ul3 li a .morediv img{
    width: 100%;
    height: 100%;
}
.ul3 li a .imgbox{
    position: relative;
}
.ul1 li  a .imgbox img{
    display: block;
    width: 100%;
}
.ul3 li a .imgbox h3{
    height: 36px;
    line-height: 36px;
    background-image: linear-gradient(90deg, rgba(0, 208, 210, 0.7) 0%, rgba(0, 109, 185, 0.7) 100%);
    padding: 0 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: normal;
}

.ul3 li a figcaption{
    background-image: linear-gradient(90deg,
    rgba(0, 208, 210, 0.7) 0%,
    rgba(0, 109, 185, 0.7) 100%);
    padding: 40px 25%;
}
.ul3 li a figure:hover .imgbox h3{
    display: none;
}

.ul3 li a figcaption h3{
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.ul3 li a figcaption p{
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ul3 li a figcaption span{
    width: 175px;
    background: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin-top: 36px;
    color: #333;
}
.ul3 li:nth-child(4){
    width: 66.666667%;
}
.ul3 li a .morediv{
    position: relative;
}
.ul3 li a .morediv h3{
    position: absolute;
    font-size: 20px;
    top: 126px;
    left: 50%;
    margin-left: -59px;
    z-index: 2;
    color: #fff;
}
.ul3 li a .morediv h3 i{
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../images/icon-arrow-right1.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
}
/* indexService */
.indexService {
    width: 1200px;
}

.indexService ul {
    margin: 0 -15px;
}

.indexService li {
    float: left;
    width: 20%;
    height: 550px;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}

.indexService li a {
    display: block;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.indexService li img {
    display: block;
    width: 100%;
    height: 240px;
    box-sizing: border-box;
}

.indexService li:last-child img {
    border: none;
}


.indexService li span {
    display: block;
    height: 18px;
    line-height: 16px;
    font-size: 16px;
    color: #75352c;
    margin-top: 30px;
    text-indent: 38px;
    background: url(../images/serviceArrow.png) left center no-repeat;
}

.indexService li a:hover span {
    color: #96000c;
}
.indexService li a .slidep{
    width: 100%;
    height: 240px;
    position: relative;
}
.indexService li a .slidep img{
    width: 56%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -28%;
    top: 35px;

}
.indexService li a .slidep img:nth-child(1),
.indexService li:hover a .slidep img:nth-child(2){
    display: block;
}
.indexService li a .slidep img:nth-child(2),
.indexService li:hover a .slidep img:nth-child(1){
    display: none;
}

.indexService li a:hover {
    background: -webkit-linear-gradient(top,#006db9,#00cdb7);
    background: -moz-linear-gradient(top,#006db9,#00cdb7);
    background: linear-gradient(top,#006db9,#00cdb7);
    background: -ms-linear-gradient(top,#006db9,#00cdb7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006db9, endColorstr=#00cdb7);
}
/*logo*/

.subleft .logo2{
    display: none;
}
/* 首页幻灯 */
/*banner*/
.banner{
    height: 100%;
    width: 1709px;
    overflow: hidden;
    float: right;
}
.banner img{
    height: 100%;
    width: 100%;
}
.swiper-pagination-bullet{
    width: 62px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    border-radius:unset;
}
.swiper-pagination-bullet-active{
    width: 122px;
    height: 10px;
    opacity: 1;
}

#login_go1{ width:120px; height:30px;margin-top: 20px;}
#login_go1 h3{ font-weight:normal;  font-size:12px; text-align: center;}
#login_go1 h3 img{ width:30px; height:30px; border-radius:15px; display:inline-block; border:1px solid rgba(255,255,255,.5);}
#login_go1 h3 span{ display:inline-block;margin-left: 15px; color:#fff;}
#login_go1 h3:hover{ color:#96000c;}
#login_go1 .navsub{ width:120px; margin-left:00px; display:none;  font-size:12px; text-align:center;background-color: rgb(2, 131, 111); box-shadow:0 0 4px rgba(0,0,0,.3);}
#login_go1 .navsub a{ display:block; color:#fff; color:rgba(255,255,255,.7); padding:5px 0;}
#login_go1 .navsub a:hover{background:#80c1b7; color:#fff;}

/* 活动 */
.appList li{
    width: 1000px;
    height: 250px;
    background: #fff;
}
.appList li .img{
    width: 480px;
    height: 100%;
    float: left;
}
.appList li .img img{
    width: 100%;
    height: 100%;
}
.appList li .appDes{
    float: right;
    width: 456px;
    padding-right: 30px;
}
.appList li .appDes .name{
    font-size: 22px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 60px;
}

.appList li .appDes .des{
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    width: 100%;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;

}
.appList li .appDes  .time{
    padding-top: 12px;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    border-top: 1px solid #e5e5e5;
}
.appList li .appDes  .address{
    line-height: 24px;
    font-size: 16px;
    color: #666666;
}
.appList li .appDes .btns{
    width: 260px;
    margin-top: 20px;

}
.appList li .appDes .btns .btn01{
    width: 120px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #0092b4;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor: pointer;
}
.appList li .appDes .btns .btn02{
    width: 120px;
    height: 30px;
    background-image: linear-gradient(90deg, #00ded6 0%, #0088af 100%), linear-gradient(#0d2a56, #0d2a56);
    background-blend-mode: normal, normal;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    float: left;
    cursor: pointer;
}
.appList li+li{
    margin-top: 30px;
}
/*畅游祁东*/
.tour li{
    width: 307px;
    height: 580px;
    float: left;
    background: #fff;
    cursor: pointer;
}
.tour li .img{
    width: 100%;
    height: 350px;
}
.tour li .img img{
    width: 100%;
    height: 100%;
}
.tour li+li{
    margin-left: 30px;
}
.tour li+li{
    margin-left: 30px;
}
.tour li .content{
    padding: 36px;
}
.tour li .content .name{
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    font-size: 28px;
    color: #333333;
    position: relative;
    float: right;
    padding-left:20px;

}
.tour li .content .name:after{
    content: '';
    width: 4px;
    height: 24px;
    background-color: #333333;
    border-radius: 2px;
    position: absolute;
    top: 0 ;
    left: 0;
}
.tour li .content .des{
    font-size: 16px;
    color: #333333;
    float: right;
    line-height: 30px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    height: 150px;
    padding-right:20px;
}
.tour li:hover{
    background-image: linear-gradient(0deg,
    #00d4d1 0%,
    #0092b4 51%);
}
.tour li:hover .content .des{
    color: #fff;
}
.tour li:hover  .content .name:after{
    background-color: #333333;
}
.tour li:hover .content .name{
    color: #fff;
}
.tour li:hover .content .name:after{
    background: #fff;
}
/*非遗*/
/*文物资源、非遗展示*/
.normallt .item{
    width: 227px;
    height: 530px;
    overflow: hidden;
    float: left;
    padding: 18px;
    background: #fff;
    box-shadow: 0 0px 5px rgba(0,0,0,0.15);
    box-sizing: border-box;
}
.normallt .item:hover{
    cursor: pointer;
    background-image: linear-gradient(0deg, #00ded6 0%, #0088af 100%),
    linear-gradient(#ffffff, #ffffff);

}
.normallt .item+.item{
    margin-left: 30px;
}

.normallt .item img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.normallt .item .oval{
    width: 61px;
    height: 8px;
    background: url("../images/oval.png");
    margin: 14px auto 35px auto;

}
.normallt .item  .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}
.normallt .item  .des{
    color: #999;
    height: 154px;
    line-height:22px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.normallt .item:hover .title{
    color: #fff;
}
.normallt .item:hover .des{
    color: #fff;
}
/*日历*/
.indexcalendar {
    height: 458px;
    overflow: hidden;
    background: #fff;
    width: 1000px;
    margin:  0 auto;
    box-shadow: 0px 0 6px #999;
}

#demo {
    border-color: #98ccd8 !important;
    padding: 10px ;
}

.calendarCon { width: 998px; height: 458px; border: 1px solid #ac9b93; background: url(../images/calendarBg.png) #f3f1f1 right center no-repeat;}

.calendarLeft { display: block; width: 228px; height: 459px; background: url(../images/calendarLeft.png) left bottom no-repeat;background-size: 100% 100%;}

.calendarMid { width: 370px; height: 458px; background: #f7f7f7;}

.calendarRight {width: 402px;box-sizing: content-box}

.calendarRight_tit { height: 44px; padding: 20px; border-bottom: 1px solid #8dd2c8 !important;box-sizing: content-box}

.calendarRight_tit h3 {     background: url(../images/calendarIcon.png) left 1px no-repeat;text-indent: 30px;letter-spacing: 2px;color: #98ccd8;font-size: 18px;}

.calendarRight_tit span { display: block; font-weight: lighter; color: #98ccd8;}

.sc-today .day {
    background: #137f9e;
}

.sc-active-day, .sc-selected {
    background: #98ccd8;
}

.sc-active-day .day, .sc-selected .day,
.sc-active-day .lunar-day, .sc-selected .lunar-day {
    color: #FFF;
}

/*资讯*/
.picScroll-top2 {
    margin: 0 18px 0 15px;
    min-height: 250px;
}

.picScroll-top2 {
    margin: 4px 20px 0 15px;
    position: relative;
}

.picScroll-top2 .bd2 ul li {
    zoom: 1;
    padding-bottom: 30px;
    box-sizing: content-box;
}

.picScroll-top2 .bd2 ul li .pic {
    width: 85px;
    height: 85px;
    float: left;
    border-radius: 50%;
    border: 2px solid #ac9b93;
    box-sizing: border-box;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}

.picScroll-top2 .bd2 ul li .pic i {
    width: 100%;
    height: 32px;
    line-height: 34px;
    display: block;
    background: rgba(201, 6, 14, .6);
    font-style: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.picScroll-top2 .bd2 ul li .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

.picScroll-top2 .bd2 ul li:hover .pic {
    box-shadow: 3px 0 10px #666;
}

.picScroll-top2 .bd2 ul li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    padding-top: 8px;
}

.picScroll-top2 .bd2 ul li:hover h3 {
    color: #c9060e;
}

.picScroll-top2 .bd2 ul li p {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    line-height: 1.4;
}

.picScroll-top2 .bd2 ul li:hover p {
}

.picScroll-top2 .bd2 {
    width: 345px;
    padding-top: 5px;
    overflow: hidden;
}

.picScroll-top2 .bd2 ul li {
    height: 85px;
    overflow: hidden;
    padding: 9px 0;
    box-sizing: content-box;
}

.picScroll-top2 .bd2 ul li a {
    color: #333;
    display: block;
}

.picScroll-top2 .bd2 ul li a p {
    color: #333;
}

.picScroll-top2 .hd2 {
    overflow: hidden;
    text-align: center;
    height: 35px;
    padding-top: 5px;
}

.picScroll-top2 .hd2 ul {
    text-align: center;
    overflow: hidden;
}

.picScroll-top2 .hd2 li {
    width: 20px;
    height: 6px;
    display: inline-block;
    padding: 0;
    font-size: 0;
    margin: 0 12px;
    vertical-align: top;
    cursor: pointer;
    background:#c7eaf3;
    border-radius: 5px;
}

.picScroll-top2 .hd2 li.on {
    background: #98ccd8;
    width: 40px;
}
.onedaybox {
    padding: 18px 18px 18px 13px;
    overflow: hidden;
    position: relative;
}

.onedaybox:before {
    display: block;
    content: "";
    width: 29px;
    height: 103px;
    background: url(../images/onedaytitle.png) left center no-repeat;
    position: absolute;
    left: 16px;
    top: 10px;
}

.onedaybox:after {
    display: block;
    content: "";
    width: 38px;
    height: 33px;
    background: url(../images/onedaybg.png) center no-repeat;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.oneday_con {
    margin-left: 27px;
    padding: 20px 10px 20px 12px;
    overflow: hidden;
    background: #f9f9f9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.oneday_con p {
    line-height: 22px;
    height: 44px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.announceContent a {
    color: #6cf;
}

.announceContent a:hover {
    text-decoration: underline;
}

.announceItem {
    display: block;
    text-align: center;
    padding-top: 40px;
}

.announceItem img {
    display: inline-block;
    height: 133px;
    width: 104px;
}

.announceItem p {
    line-height: 22px;
    color: #333;
    padding-top: 20px;
}
@media (max-width: 1440px){

    /*模块通用 */
    .cont1,
    .slideGroup{
        width: 1000px;
    }
    .cont1{
        margin: 0px 0px 0px 250px;
    }
    .slideGroup .parHd ul li,
    .slideGroup .parBd{
        margin-top: 100px;
    }
    .slideGroup .parBd{
        margin-left: 20px;
    }
    .slideGroup .parBd .slideBox{
        width: 750px;
    }
    .slideGroup .parHd ul li.on{
        padding-top: 150px;
    }
    /*更多*/
    a.indexMore{
        font-size: 14px;
        width: 120px;
        height: 31.5px;
        line-height: 31.5px;
    }
    /*更多end*/

    .ul1 li{
        height: 450px;
    }

    .voluteerbox{
        width: 188px;
        margin-left: 20px;
        height: auto;
    }
    .voluteerbox img{
        width: 100%;
    }
    .ul4.ulright{
        display: none;
    }
    .slideGroup.slideGroup6 .parBd{
        margin-left: 10px;
    }
    .ul2 li a img{
        height: 180px;
    }
    .ul2 li a .licon{
        overflow: hidden;
        height: 315px;
    }
    .ul2 {
        width: 706px;
        height: 495px;
        overflow:hidden;
    }
    .ul2 li{
        width: 225px;
        height: auto;
        margin: 0 5px;
    }
    /*通用模块*/
    .ul2box ul li a img{
        height: 210px;
    }
    /*tab*/
    .slideGroup .parHd{
        width: 200px;
    }
    .subleft .logo2 img{
        width: 100%;
    }

    /*云阅读*/
    .indexService li{
        width: 154px;
        height: 450px;
        padding: 0 6px;
    }
    .indexService li img{
        height: auto;
    }
    .indexService li a .slidep{
        height: 180px;
    }


    /*第一屏*/
    /*导航*/
    .subleft{
        width: 179px;
    }
    #menu{
        margin-top: 210px;
    }
    #menu li{
        margin:  0;
    }
    #menu a{
        height: 49.55px;
        line-height: 49.55px;
        width: 152px;
    }
    #menu a img{
        height: 100%;
    }
    .top_right{
        width: 105.105px;
        margin: 16px 0px 0px 22px;
    }

    /*第二屏*/
    /*模块内部导航*/
    .slideGroup .parHd ul li{
        width: 48px;
    }
    .slideGroup .parHd ul li a .navtwo1{
        width: 30px;
        padding: 12px 0;
        line-height: 30px;
        font-size: 14px;
    }
    /*新闻*/
    .newsRight{
        width: 492.5px;
    }
    .newsRight ul li {
        height: 198px;
        margin-bottom: 24px;
        padding:20px 15px;
    }

    .newsRight ul li .img{
        width: 195.195px;
        height: 157.658px;
    }
    .newsRight ul li h3{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .newsRight ul li .text{
        font-size: 12px;
        height: 39px;
    }
    .newsRight ul li .txtbox{
        width: 254px;
    }
    .newsLeft{
        width: 236px;
        height: 420px;
        padding: 15px;
    }

    .newsLeft span.img_con{
        height: 214px;
        margin-bottom: 10px;
    }
    .newsLeft .time .md{
        font-size: 20px;
    }
    .newsLeft .time .year {
        font-size: 12px;
    }
    .newsLeft h3{
        font-size: 14px;
        margin-bottom: 6px
    }
    .newsLeft p{
        overflow: hidden;
        text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
    }
    /*第三屏*/
    /*活动、票务*/
    .appList li{
        width: 750.751px;
        height: 187.688px;
    }
    .appList li .img{
        width: 360.36px;
    }
    .appList li .appDes .name{
        font-size: 16.517px;
        line-height: 44px;
    }
    .appList li .appDes .time{
        padding-top: 6px;
    }
    .appList li .appDes .time,.appList li .appDes .address{
        font-size: 12px;
        line-height: 20px;
    }

    .appList li .appDes .btns .btn02,.appList li .appDes .btns .btn01{
        width: 90.09px;
        height: 23.273px;
        line-height: 23.273px;
    }
    .appList li .appDes .btns{
        margin-top: 6px;
    }
    .appList li .appDes{
        width: 344px;
    }
    .appList li .appDes .des{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    /*畅游*/
    .tour li{
        width: 230.48px;
        height: 420.42px;
    }
    .tour li+li {
        margin-left: 18px;
    }
    .tour li .img{
        height: 274.775px;
    }
    .tour li .content {
        padding: 20px;
    }
    .tour li .content .name{
        font-size: 21.021px;
    }
    .tour li .content .des{
        font-size: 12px;
        height: 100px;
    }
    /*非遗*/
    .normallt .item{
        width: 170.42px;
        height: 397.898px;
        padding: 13.5px;
    }
    .normallt .item .title{
        font-size: 15px
    }
    .normallt .item img{
        width: 142px;
        height: 142px;
    }
    .normallt .item+.item {
        margin-left: 20px;
    }
    .normallt .item .des{
        font-size: 12px;
        line-height: 20px;
        height: 120px;
        -webkit-line-clamp: 6;
    }
    /*培训讲座*/
    .ul1{
        width: 750px;
        height: 395px;
        overflow:hidden;
    }
    .ul1 li{
        height: 395px;
        width: 235.736px
    }
    .ul1 li+li {
        margin-left: 20px;
    }
    .ul1 li a{
        padding: 10px;
    }
    .ul1 li a img{
        height: 180px;
    }
    .ul1 li a .licon h3 {
        font-size: 15px;
        line-height: 22px;
        max-height: 44px;
        margin-bottom: 14px
    }
    .ul1 li a .licon p{
        font-size: 12px;
    }
    .ul1#train li a .licon span{
        width: 102px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    /*场馆*/
    .ul3 li a {
        display: block;
        height: 200px;
        overflow: hidden;
    }
    .ul3 li a .morediv h3 {
        top: 89px;
    }
    /*日历*/
    .indexcalendar{
        width: 816px;
        height: 396px;
    }
    .calendarLeft{
        width: 180px;
        height: 396px;
    }
    .calendarMid{
        height: 396px;
        width: 320px;
    }
    #demo {
        width: 300px;
    }
    .calendarRight{
        width: 316px;
    }
    .sc-body {
        height: 344px;
    }
    .picScroll-top2 {margin: 0px 10px 0 10px;min-height: 190px;}
    .picScroll-top2 .bd2 ul li .pic{
        width: 70px;
        height: 70px;
    }
    .announceItem img {height: 109px;width: 88px;}
    .picScroll-top2 .bd2 ul li{
        padding: 2px 0;
    }
    .fullSlideImg .bd li{
        top: 0!important;
        min-height: auto!important;
    }
    .sc-days {
        padding-top: 0px;
    }
    .sc-item{
        height: 50px;
    }
    .sc-month .day {
        font-size: 12px;
    }
    .sc-item .lunar-day{
        line-height: 1;
    }
    .picScroll-top2 .bd2{
        width: 306px;
    }
    .picScroll-top2 .bd2 ul li h3{
        font-size: 14px;
    }
    .picScroll-top2 .bd2 ul li p{
        font-size: 12px;
        height: 33.6px;

    }
    .picScroll-top2 .hd2{
        height: 10px;
    }
}
