﻿/*侧边栏快捷键*/
@keyframes shareFadeInFromRight{
    0%{
        opacity:0;
        -ms-transform:translateX(150px);
        transform:translateX(150px)
    }
    100%{
        opacity:1;
        -ms-transform:
        translateX(0);
        transform:translateX(0)
    }
}
.sharedetail{
    position: fixed;
    right: 0px;
    bottom: 170px;
    /*width: 270px;*/
    height: 170px;
    z-index: 100;
    animation: shareFadeInFromRight 1.5s cubic-bezier(.55,.085,0,.99) forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

.sharedetail li {
    height: 56px;
    /*width: 60px;*/
    padding: 0 10px 0 79px;
    /*margin-bottom: 8px;*/
    overflow:hidden;
    /*margin-right: -82px;*/
    transition: all .3s;
    position: absolute;
    
}

.sharedetail li.toSlw{
    background: #E5E5E5  url(../Images/sider3_1.png) no-repeat 10px center;
    top: 0;
    right: -135px;
    width: 210px;
    -webkit-background-size: contain;
    background-size: contain;
}

.sharedetail li.hover{
    right: 0;
    transition: all .3s;
}
.sharedetail li a {
    display: block;
    line-height: 54px;
    color: #000;
}

.sharedetail ul{
    height: 58px;
}
.sider-share [class*=" icon-"]:before {
    font-family: inherit !important
}
.sider-share.social-share {
    position: relative;
    -webkit-text-stroke-width:0;
}
.sider-share.social-share .social-share-icon {
    display: block;
    border: 0;
    border-radius: 0;
}
.sider-share.social-share .icon-weibo {
    height: 56px;
    width: 120px;
    margin:0;
    position: absolute;
    top:0;
    right: -45px;
    background: #E5E5E5 url(../Images/sider3_3.png) no-repeat 20px center;
    transition: all .3s;

}
.sider-share.social-share .icon-weibo:before,
.sider-share.social-share .icon-wechat:before{
    opacity: 0;
}
.sider-share.social-share .icon-weibo:after {
    content: '微博';
    color: #000;
    line-height: 54px;
    font-size: 1rem;
    margin-left: 47px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sider-share.social-share .icon-weibo:hover {
    background: #E5E5E5 url(../Images/sider3_3.png) no-repeat 20px center;
    right: 0;
    transition: all .3s;
}

.sider-share.social-share .icon-wechat {
    height: 56px;
    width: 120px;
    margin:0;
    position: absolute;
    top:58px;
    right: -45px;
    background: #E5E5E5 url(../Images/sider3_4.png) no-repeat 20px center;
    transition: all .3s;

}
.sider-share.social-share .icon-wechat:after {
    content: '微信';
    color: #000;
    line-height: 54px;
    font-size: 1rem;
    margin-left: 47px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sider-share.social-share .icon-wechat:hover {
    background: #E5E5E5 url(../Images/sider3_4.png) no-repeat 20px center;
    right: 0;
    transition: all .3s;
}
/*=======*/
textarea {
    overflow: auto;
    resize: none;
}

.f--img {
    padding-top: 20px;
}

/*列表（无图）*/
.common-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #d2d2d2;
}
.common-list a{
    /*display: flex;
    justify-content: space-between;*/
    overflow: hidden;
    display: block;
    color:inherit;
}
.common-list a p {
    float: left;
}
.common-list a span {
    float: right;
}

/*搜索框*/
.ind-searchbar {
	margin-top: 20px;
	/*display: flex;*/
	/*justify-content: center;*/
}
.ind-searchbar .border {
    border: 1px solid #d2cfcf;
    position: relative;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
}
.ind-searchbar .inputType input {
    width: 265px;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    color: #878787;
    font-size: 14px;
    box-sizing: border-box;
}
.ind-searchbtn {
    float: left;
    width: 130px;
    margin-left: 15px;
    background-color: #bb0000;
    line-height: 38px;
    color: #fff;
    text-align: center;    
    cursor: pointer;   
    transition: all .3s ease;
    font-size: 15px;    
}

/*面包屑 定位在图片上*/
.fixed-top {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 10;
}
.on-img li a, .on-img li i {
    color: #fff;
}

.commonlist li {
    padding: 25px 10px;
    margin-bottom: 9px;
    border: 0;
    background: #fff;
}
.commonlist .img-wrap {
    width: 200px;
    height: 150px;
    margin-right: 10px;
    overflow: hidden;
}
.commonlist img {
    transition: all .7s linear;
}
.li-right {
    flex: 1;
    padding: 10px 10px 10px 0;
    /* background-color: rgba(0,0,0,.4); */
}
.commonlist li p, .commonlist li span {
    line-height: 1;
    padding-bottom: 15px;
}
.commonlist a:hover img {
    transform: scale(1.2);
}


.hd1-2 {
    /*position: relative;
    padding-top: 30px;
    padding-bottom: 70px;*/
}
.hd1-2 .wrapp .item {
    width: calc(25% - 30px);
    margin-left: 40px;

}
.hd1-2 .wrapp .item:first-child {
    margin-left: 0;
}
.hd1-2 .item h2 {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.hd1-2 .item .t1 {
    font-size: 24px;
    color: #909090;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    line-height: 1.2;
}
.hd1-2 .item .t2 {
    padding: 15px 0;
    color: #474747;
    font-size: 16px;
    line-height: 1.2;
}
.hd1-2 .item .img {
    margin-top: 25px;
    width: 100%;
    height: 186px;
    overflow: hidden;
}
.hd1-2 .item .img img {
    width: 100%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -webkit-transition: all 2s ease-out;
}
.wrapp {
    overflow:hidden;
}

.hd1-2 .item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.jyhd-ul {
    overflow: hidden;
}
.jyhd-ul.gutter--md {
    margin: 0 -10px;
}
.jyhd-ul li{
    float: left;
    flex-basis: calc(25% - 22px);
    width: calc(25% - 22px);
    height: 590px;
  /*margin: 0 15px;*/
  margin: 0 10px;
  background: #ececec;
}
.jyhd-ul .col-content {
  padding: 0 15px 15px;
}
.jyhd-ul .f--title {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1024px){
  .jyhd-ul .f--desc {
      margin-top: 14px;
  }
}


.ind-searchbar .types {
    /*display: flex;*/
    float: left;
}
.ind-searchbar  .types>li {
    float: left;
    margin-right: 10px;
    font-size:15px;
}
.ind-searchbar .inputType {
    /*font-size: 0;*/
}
.ind-searchbar .selectType {
    position: relative;
    width: 198px;
}
.ind-searchbar .selectType ul {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background: #f8f8f8;
    box-shadow: 1px 1px 12px #bfbebe;
    z-index: 100;
    padding-top: 5px;
    transition: all .5s ease;
    display: none;
    max-height: 185px;
    overflow: auto;
}
.ind-searchbar .selectType li {
    border-bottom: 1px solid #eaeaea;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.ind-searchbar .selectType li:hover, .ind-searchbar .selectType li.active {
    background: rgb(239, 236, 231);
}
.ind-searchbar .selectType .choseVal {
    display: block;
    padding: 0 45px 0 20px;
    cursor: pointer;
    color: #878787;
}
.ind-searchbar .types .first-select {
    margin-right: 0;
}
.ind-searchbar .first-select .selectType {
    width: 126px;
}
.ind-searchbar .first-select .selectType .choseVal {
    background-color: #bb0000;
    color:#fff;
}
.ind-searchbar .first-select .selectType .toggleIcon {
    background:url(../Images/xiala_w.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.ind-searchbar .selectType.active ul{display:block;}
.ind-searchbar  .selectType .toggleIcon {
    position: absolute;
    right:8px;
    top: 0;
    width: 22px;
    height: 38px;
    background: url(../Images/xiala.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .3s ease;
}


  /*文创产品列表*/
.wccp  .carousel-cell a {
  display: block;
}
.wccp .col-image {
  width: 100%;
  height: 275px;
}
 .wccp .col-image  img{
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  transform: scale(1,1);
  transition: opacity .6s cubic-bezier(.55,.085,0,.99),transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 }
.wccp h3 {
  color: inherit;
}
.wccp  .carousel-cell:hover h3{
  color: #bb0000;
}

.p-bundle .body-styles p {
    text-indent: 2em;
}
.ellipsis-seven-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

[v-clock]{
    display: none
}

.pre-next-post {
    border-top: 1px solid #ccc;
    padding-top: 20px;

}
.pre-next-post span,.pre-next-post a{
    display: inline-block;
    line-height: 36px;
}
.pre-next-post span {
    /*margin-right: 6px;*/
}

.pre-next-post  i{
    display: inline-block;
    width: 20px;
    height: 36px;
    
    vertical-align: middle;
}
.pre-next-post .pre-icon {
    background:url('../Images/xiala.png') no-repeat center 10px;
    -webkit-background-size: contain;
    background-size: contain;
    transform: rotate(180deg);
}
.pre-next-post .next-icon {
    background:url('../Images/xiala.png') no-repeat center 6px;
    -webkit-background-size: contain;
    background-size: contain;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #bb0000;
    background-color: #bb0000;
}

.foucs {
    position: relative;
    overflow: hidden;
}
.zl-one .img {
    width: calc(50% - 12px);
    height: 100%;
    margin-right: 12px;
    float: left;
    overflow: hidden;
}
.zl-one .frame1 {
    overflow: hidden;
    width: 50%;
    height: 100%;
    float: left;
}
.zl-one.page--zl .text .list {
    padding-top: 0;
}
.zl-one.page--zl .text .item {
    padding: 8.8px 10px;
    border-top: 1px solid #d2d2d2;
    position: relative;
}

.zl-one .zl--list .item p {
    padding-left: 20px;
    line-height: 40px;
    font-size: 15px;
    overflow: hidden;
}
.zl-one .text .item:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 20px;
    background: url(../Images/btzsf.png) center center;
}
.zl-one.page--zl .text .item:before {
    top: 18px;
    left: 14px;
}
.fw_list {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #f16f65;
    margin-bottom: 10px;
}
.fw_list a {
    float: left;
    line-height: 20px;
    /* margin-top: 50px; */
    padding: 0 7px;
    border-right: 2px solid #ccc;
    text-decoration: none;
}
.fw_list a:first-child {
    padding-left: 0;

}
.fw_list a b {
    font-weight: normal;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 18px;
    color: #3d3e38;
    transition: all .6s;
}
.fw_list a.active b {
    /* background: #EB3022; */
    color: #bb0000;
}

#mainDetailIframe {
    border:0;
    width: 100%;
    /*height: 100px;*/
    vertical-align:bottom;
}


iframe[name="footerIframe"]{
    border:0;
    width: 100%;
    height: 134px;
    vertical-align:bottom;
    display: block;
}

.ul-list {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}
.ul-list  li {
    display: inline-block;
    width: 50%;
    padding-bottom: 8px;
    margin-bottom: -8px;
}
.ul-list  li:nth-child(2n+1) {

    padding-right: 2%;
    border-right: 1px solid #ccc;
}
.ul-list  li:nth-child(2n) {

    padding-left: 2%;
}

.ul-list  li a{
    display: flex;
    line-height: 32px;
    justify-content: space-between;
    font-weight: normal;
}
i.normal {
    font-style: normal;
    flex-shrink: 0;
    flex-basis: 90px;
    text-align: right;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sh_list .sh_name {
    box-sizing: border-box;
    width: 251px;
    height: 47px;
    background-color: #fdc5be;
    text-align: center;
    line-height: 47px;
    /*font-family: MicrosoftYaHei;*/
    font-size: 15px;
    letter-spacing: 2px;
    color: #dc0909;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*观众留言*/
.gz-msg {
    background-color: #fff;
    width: 100%;
    
}
.gz-msg ul {
    padding: 0 15px;
}
.gz-msg ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    
}
.gz-msg ul li:last-child{
    border-bottom: 0;
}
.name-time-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    overflow: hidden;
}
.name-time-box .msgname {
    float: left;
}
.name-time-box .msgtime {
    float: right;
    color:#999;
}
.msg-form {
    width: 100%;
    padding-top: 15px;
}
.msg-form .title a {
    display: block;
    color: #1a1819;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 2.5rem;
    letter-spacing: 1px;
    font-family: alternate-gothic-no-2-d,Arial,Lucida Grande,sans-serif!important;
    text-align: left;
    text-decoration: none;
    border-bottom: 3px solid #c21212;
}
.msg-form .tip {
    display: block;
    padding: 10px 0 10px 10px;
    text-indent: 2em;
}
.msg-form form {
    padding: 10px;
}
.msg-form form .item {
    margin-bottom: 15px;
}
.msg-form form .item label {
    font-weight: bold;
}
.msg-form form .item input{
    height: 40px;
    border:1px solid #d2d2d2;
    border-radius: 2px;
}
.msg-form form .item input:focus,.msg-form form .item textarea:focus,.msg-form form .yzmbox input{
    box-shadow:none;
    background-color: #fff;
}
.msg-form form .item textarea{
    border:1px solid #d2d2d2;
    border-radius: 2px;
}
.msg-form form .item .xianzhi {
    position: absolute;
    right: 12px;
    bottom:12px;
    z-index: 98;
}
.yzm-btn-box {
    display: flex;
    justify-content: space-between;
}
.yzmbox {
    display: flex;
}
.msg-form form .yzmbox input{
    width: 80px;
    height: 40px;
    margin-right: 8px;
    border:1px solid #d2d2d2;
    border-radius: 2px;
}

.msg-form form .radio-item-box {
    display: flex;
    padding: 10px;
    background-color: #fff;
}
.msg-form form .radio-item {
    display: flex;
    margin-right: 15px;
   
}
.msg-form form .radio-item label{
    margin-bottom: 0;
    font-weight: normal;    
}
.msg-form form .item input[type=radio]{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    border-radius: 50%;
    border-color:#999;
}

.msg-form form .radio-item input[type=radio]:focus{
    box-shadow:none;
    background: none;
}
.msg-form form .radio-item input[type=radio]:checked{
    border-color: #bb0000;
    position: relative;
}
.msg-form form .radio-item input[type=radio]:checked:after{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    background-color: #bb0000;
    border-radius: 50%;

}

@media only screen and (min-width: 1024px){
    /*暂时注释*/
    .gz-msg {
        /*width: 60%;        */
    }
    .msg-form {
        width: 40%;
        padding: 0 15px 0 30px;
    }
}

.indent_left_content {
    text-indent: 2em !important;
    text-align: left !important; 
}

.dc_list {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;

}

.dc_list .dc_item {
    float: left;
    overflow: hidden;
    width: 49%;
    /*height: 146px;*/
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.dc_list .imgCon {
    width: 146px;
    height: 100%;
    background-color: #fff;
    -ms-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.dc_list .imgCon img {
    width: 100%;
}

.dc_list .dc_right_con {
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 14px 28px 9px 17px;
    
}

.dc_list .dc_title {
    /*font-family: MicrosoftYaHei;*/
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
    padding-bottom: 12px;
}

.dc_list .dc_content {
    -ms-flex: 1;
    flex: 1;
}

.dc_list .dc_content div{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #666666;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowarp;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
}

.dc_list .dc_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;

}

.detail_btn {
    width: 73px;
    height: 23px;
    border: solid 1px #999999;
    text-align: center;
    line-height: 23px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 3px;
    color: #e60012;
    cursor: pointer;
}

.detail_btn:hover {
    background-color: #e60012;
    color: #fff;
    border: solid 1px #e60012;
}
/*书画*/
 .sh_list {
/*display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;*/
width: 1300px;
margin: 0 auto;
box-sizing: border-box;
margin-top: 50px;
overflow: hidden;
}

.sh_list .sh_item {
    float: left;
width: 265px;
height: 336px;
box-sizing: border-box;
padding: 7px;
background-color: #eee;
margin: 0 30px 30px 30px;
cursor: pointer;
}

.sh_list .sh_img {
box-sizing: border-box;
width: 251px;
height: 275px;
}

.sh_list .sh_img img {
width: 100%;
height: 100%;
}

.sh_list .sh_name {
box-sizing: border-box;
width: 251px;
height: 47px;
background-color: #fdc5be;
text-align: center;
line-height: 47px;
font-family: MicrosoftYaHei;
font-size: 15px;
letter-spacing: 2px;
color: #dc0909;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.clearfix:before,
.clearfix:after {       
    content: "";    
    display: block;   
    clear: both;     
    visibility: hidden;  
    line-height: 0;    
    height: 0;     
    font-size:0;
}
.clearfix { *zoom:1;}  

.img-ratio--hero-secondary .top--bg{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    background-position: center 48px;
    background-repeat: no-repeat ;
    background-size: 100%;    
    background-attachment: fixed;
}
