/*侧边栏快捷键*/
@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: 244px;
    z-index: 100;
    animation: shareFadeInFromRight 1.5s cubic-bezier(.55,.085,0,.99) forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

.sharedetail li {
    height: 56px;
    padding: 0 10px 0 79px;
    overflow:hidden;
    transition: all .3s;
    position: absolute;
    
}

.sharedetail li.toJng{
    background: #E5E5E5  url(../../header/picture/sml_logo.png) no-repeat 10px center;
    -webkit-background-size: 20% 67%;
    background-size: 20% 67%;
    width: 265px;
    /*加二战博协的logo*/
    bottom: 174px; 
    /*不加二战博协的logo*/
    /*bottom:116px;*/
    right: -190px;
}
.sharedetail li.toEz{
   background: #E5E5E5  url(../images/erzhanxiehui.png) no-repeat 12px center;
    -webkit-background-size: 20% 67%;
    background-size: 20% 67%;
    width: 235px;
    bottom: 116px;
    right: -160px;
}
.sharedetail li.weibo{
    background: #E5E5E5 url(../images/sider3_3.png) no-repeat 20px center;
    bottom: 58px;
    right: -46px;
    width: 121px;
}
.sharedetail li.weixin{
    background: #E5E5E5 url(../images/sider3_4.png) no-repeat 20px center;
    bottom: 0;
    right: -46px;
    width: 121px;
}
.sharedetail li.hover{
    right: 0;
    transition: all .3s;
}
.sharedetail li a {
    display: block;
    line-height: 54px;
    color: #000;
}

.sharedetail ul{
    height: 130px;
}
.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;
}
/*=======*/

.fw_biao {
    /*padding-top: 20px;*/
    padding-bottom: 10px;
    transition: all 1s;
    overflow: hidden;
}

.container_1200 {
       position: relative;
    }
.fw_lg {
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
}
.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;
}

.n_dc .fw_list a {
    margin-right: 15px;
    margin-top: 20px;
    width: 116px;
}
.fw_list a span {

    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid #EB3022;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.fw_list a span i {
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 2px solid #EB3022;
    background: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 7px;
    margin-top: 1px;
}
.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 span i {
    background: #EB3022;
}
.fw_list a.active b {
    /*background: #EB3022;*/
    color: #bb0000;
}
.hd1-2 {
    /*position: relative;
    padding-top: 30px;
    padding-bottom: 70px;*/
}
.hd1-2 .wrap {
    overflow: hidden;
}



.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;
}
.hd1-2 .item .t2 {
    padding: 15px 0;
    color: #474747;
    font-size: 16px;
}
.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);
}

.zl-one {
    /*width: 1200px;*/
    width: 100%;
    height: 100%;
    /*padding-bottom: 60px;*/
    margin: 0 auto;
    position: relative;
}
.foucs {
    position: relative;
    overflow: hidden;
}
.zl-one .img {
    width: calc(50% - 12px);
    height: 100%;
    margin-right: 12px;
    float: left;
    overflow: hidden;
}
.zl-one .img img {
    cursor: pointer;
    transform: scale(1);
    transition-property: all;
    transition-duration: 0.6s;
    -webkit-transform: scale(1);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
}
.zl-one .frame1 {
    overflow: hidden;
    width: 50%;
    height: 100%;
    float: left;
}
.zl-one .child {
    /*height: 400px;*/
}
.zl-one .text {
    width: 100%;
    height: 100%;
    background: url(../../home/images/index/zyjhbjingtu.png) no-repeat center bottom;
    background-size: 100%;
    position: relative;
}
.zl-one .text .list {
    /*padding-top: 20px;*/
}
.zl-one .text .item {
    padding-left: 22px;
    position: relative;
    /*margin: 0 30px;*/
    /*background: url(../image/lyc/zl-one-pic3.jpg) repeat-x left bottom;*/
    
}
.zl-one .text .item h2 {
    font-size: 20px;
    color: #474747;
    padding-left: 20px;
    overflow: hidden;
    /*display: flex;
    justify-content: space-between;*/
    /*background: url(../images/temporary6-icon1.png) no-repeat left center;*/
}
.zl-one .text .item h2 span {
    font-family: 'Arial';
    /*float: right;*/
}
.zl-one .text .item h2 .label {
    float: right;
    /* background: #9d3938 none repeat scroll 0 0; */
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    /*margin: 0 10px;*/
    padding: 5px 5px;
}
#zl-one .ic-zc {
    background: #6b2420 none repeat scroll 0 0;
}
.zl-one .text .item p {
    
    line-height: 45px;
    font-size: 15px;
    /*color: #474747;*/
    overflow: hidden;
    
}
.zl-one .text .item p+p{
    margin-top: 0;
}
.zl-one .zl--list .item p {
    padding-left: 20px;
    line-height: 40px;
}
.zl-one .text .item:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left:4px;
    top:20px;
    background:url('../../home/images/index/btzsf.png') center center;

}
.zl-one .text .pages {
    padding: 32px 0;
    color: #474747;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.zl-one .ic-zc {
    background: #EB3022 none repeat scroll 0 0;
}

.zl-one .title2 {
    margin: 30px 0;
}
 .title2 span {
    position: relative;
    display: inline-block;
}
 .title2 span i {
    display: block;
    width: 483px;
    height: 100%;
    position: absolute;
    top: 0;
}
 .title2 span .s1 {
    left: -500px;
    /*background: url(../images/temporary-title.png) no-repeat right center;*/
}
 .title2 span .s2 {
    right: -500px;
    /*background: url(../images/temporary-title1.png) no-repeat left center;*/
}
.zl-one.page--zl .text {

    background:#f3f3f3;
}
.zl-one.page--zl .img{
    /*margin-right: 0;
    width: 50%;*/
}
.zl-one.page--zl .text .list{
  padding-top: 0;
}
.zl-one.page--zl .text .item{
padding: 8.8px 10px;
border-top: 1px solid #d2d2d2;
}
.zl-one.page--zl .text .item:before {
top: 18px;
left:14px;
}

picture {
	display: block;
}

.cn-select-ul {
	margin:60px 0 30px;
	/*display: flex;
	justify-content: center;*/
    text-align: center;
}
.cn-select-ul li {
    display: inline-block;
}
.cn-select-ul li:first-child {
	margin-right: 20px;
}
.cn-select-ul a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.cn-select-ul a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 3px;
    background-color: #EB3022;
    transition: all .5s cubic-bezier(.55,.085,0,.99);
}
.cn-select-ul li.active a:after {
    width: 100%;
}

.cn-select-child {
    width: 1100px;
	margin: 0 auto;
}
.select-child-ul {
	/*display: flex;
	flex-wrap: wrap;*/
    overflow: hidden;
	
}
.select-child-ul li {
    float: left;
    width: 33%;
	line-height: 30px;
}
.select-child-ul li a{
	/*font-family: calluna,serif;*/
	font-weight: 300;
	font-size: 1rem;
}
.select-child-ul li a:before {
    content: '•';
    display: inline-block;
    position: relative;
    color: #c21212;
    margin-right: 5px;
}
.area-names {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
    overflow: hidden;
}
.area-names::after{ 
    flex: auto;
    content: "";
}
.area-names li{
    float: left;
	margin: 12px 9px;
}
.area-names li a {
	padding: 6px 20px;
	border:1px solid #c21212;
	/*border-radius: 15px;*/
	
	
	font-weight: 300px;
}
.area-names li.active a{
	background-color: #c21212;
	color:#fff;
}

@media (min-width: 992px){
	/*.cn-select-child {
		width: 89%;
	}*/
	.select-child-ul li {
		/*width: 50%;*/
	}
}
@media (min-width: 1200px) {
	.cn-select-child {
		width: 1100px;
	}
	/*.select-child-ul li {
		width: 33%;
	}*/
}
.select-child-ul-area {
	margin-top: 20px;
}
.select-child-ul-area li{
	/*display: none;*/
}
.cn-select-child1 {
	/*min-height: 260px;*/
}


.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;
}
.ul-list  li a .list-title{
    display: inline-block;
    width: calc(100% - 100px);
}

.ind-searchbar {
	margin-top: 20px;
	/*display: flex;
	justify-content: center;*/

}
/*.ind-searchbar.left{
    justify-content: flex-start;
}*/
.ind-searchbar.left .types{
    margin-left: 0;
}
.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: 40px;*/
    padding: 5px 14px;
    color: #878787;
    font-size: 14px;
    box-sizing: border-box;
}
.ind-searchbtn {
    float: left;
    /*width: 130px;*/
    width: 109px;
    margin-left: 15px;
    line-height: 38px;
    text-align: center;
    background-color: #bb0000;
    cursor: pointer;   
    transition: all .3s ease;
    font-size: 15px;
    color: #fff;
    
}
#header.bak .logo img {    width: 100%;
    height: auto;
    margin-top: 16px;}

/*分页*/
input[type="text"] {
    display: inline-block;
}
.digg ul.pages li:hover a, .digg ul.pages li.active a{
    background-color: #bb0000;
}
.digg .pageinfo input[type="button"] {
     background-color: #bb0000;
     border-color: #bb0000;
}
.digg .pageinfo p span,.digg .pageinfo p span {
    color:#bb0000;
}
.ellipsis {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind-searchbar .types {
    /*display: flex;*/
    float: left;
    margin-left: 42px;
}
.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: 148px;
}
.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;
}


.commonlist li {
    padding: 25px 10px;
    margin-bottom: 9px;
    border:0;
    background: #fff;
}
.commonlist a{
    /*display: flex;*/
    display: block;
    overflow: hidden;
}
.commonlist .img-wrap{
    width: 200px;
    height: 150px;
  margin-right: 10px;
  overflow:hidden;
  float: left;
  
}
.commonlist img {
  transition: all .7s linear;
}
.commonlist a:hover img{
  transform: scale(1.2);

}
.li-right {
    /*flex: 1;*/
    width: calc(100% - 210px);
    float: left;
    padding: 10px 10px 10px 0;
  /*background-color: rgba(0,0,0,.4);*/
    
}
.right-title-time {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.right-con {
    font-size: 14px;
    /*color: #fff;*/
    padding-left: 1em;
    text-indent: 2em;
}
.commonlist li p, .commonlist li span {
    line-height: 1;
    padding-bottom: 15px;
}

figure.cb-image h3 {
    color: #fff;
    font-size: 16px;
}

.common-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #d2d2d2;
}
.common-list a{
    /*display: flex;
    justify-content: space-between;*/
    overflow: hidden;
    display: block;
}
.common-list a p {
    float: left;
}
.common-list a span {
    float: right;
}

.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(0,0,0,.6);
    border-width: 2px;
    margin-top: -1.25em;
    margin-left: -1.75em;
}
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
.video-js.vjs-playing .vjs-tech,.video-js .vjs-tech  {
    pointer-events: auto;
}


.flex-ul {
    /*display: flex;
    flex-wrap: wrap;*/
    overflow: hidden;

}
.flex-ul>li {
    /*flex-basis: 24%;*/
    float: left;
    width: 24%;
    /*margin-bottom: 15px;*/
    margin:0 0.5% 15px;
    position: relative;
}

.bg-overlay-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 48%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    text-align: center;
    display: none;

}
.flex-ul li:hover .bg-overlay-light {
    display: block;
}
.bg-overlay-light .line{
    display: block;
    width: 50px;
    margin:10px auto;
    border-bottom: 1px solid #fff;
}
.over-info {
    height: calc(100% - 46px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.over-info-top {
    display: flex;
    justify-content: space-between;
}
.over-info-top span{
    height: 28px;
    padding:0 15px;
    border-radius: 16px;
    background-color: #666;
    font-size: 14px;
}
.img-count {
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #000;
    font-size: 14px;
}

.link-whole-area2{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .2s;
  padding: 10px;
  font-size: 14px;
  text-indent: 28px;
}
.flex-ul li:hover .link-whole-area2{
  opacity: 1;
  background-color: rgba(0,0,0,.7);
}
.flex-ul li .img-ratio--tall img,.big-img-ul li .img-ratio--tall img {
    transition: transform 3s ease;
}
.flex-ul li:hover .img-ratio--tall img,.big-img-ul li:hover .img-ratio--tall img{
    transform: scale(1.1,1.1);
}
.flex-ul .link-whole-area,.big-img-ul .link-whole-area {
    height: auto;
    bottom:54px;
}
.over-info-name-box {
    position: absolute;
    left:0;
    right: 0;
    bottom:0;
    /*height: 46px;*/
    background-color: rgba(17,22,28,.6);
    display: flex;
    justify-content: center;
    padding: 0 15px 0 10px;
}
.over-info-name {
    line-height: 46px;
}
.follow-img {
    width: 40px;
    height: 46px;
    background: url('../images/shoucang.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}
.download-img {
    width: 40px;
    height: 46px;
    background: url('../images/download-bg.png') no-repeat center center;
}
.border-line {
    border:8px solid #d8d6d6;
    border-top: 0;
}

.detail-cont-wrap {
    width: 86%;
    margin: 0 auto;
   
}

.big-img-ul {
    width: 100%;
    height: 500px;
    position: relative;
}
.big-img-ul img{
    max-width: 100%;
    max-height: 500px;
    margin:0 auto;
}
.big-img-ul .flickity-prev-next-button {
    border: 2px solid #fff;
}
.big-img-ul .flickity-prev-next-button.next:before, .big-img-ul .flickity-prev-next-button.previous:before {
    color: #fff;
}
.big-img-ul .flickity-prev-next-button:disabled {
    opacity: .3;
    pointer-events: none!important;
}
.big-img-ul .flickity-prev-next-button.next {
    right: 16px;
}
.big-img-ul .flickity-button:focus {
    box-shadow: none;
}
.big-img-ul .flickity-prev-next-button:hover {
    border: 2px solid #c21212;
}

.flex--1{
    flex: 1;

}
figure.cb-image h3.lg {
    font-size: 26px;
}

.fixed-top {
    position: absolute;
    top: 0px;
    right: 0;
    left:0;
    z-index: 10;
}

 .img-info {
    /*height: 60px;*/
    padding:0 8px 8px;
    background-color: #d8d6d6;
  }
 .img-info span{
    display: block;
    height: 60px;
    line-height: 30px;        
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
 }
 .on-img li a, .on-img li i {
    color: #fff;
}

.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;
}

.social-share .social-share-icon {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 42px;
}
.f--uppercase--white {
    color:#fff;
}

[v-clock]{
    display: none
}
.jyhd-ul{
    overflow: hidden;
}
.jyhd-ul.gutter--md{
    margin: 0 -10px;
}
.jyhd-ul li{
  /*flex-basis: calc(33.33% - 30px);*/
  float: left;
  width: calc(25% - 21px);
  height:590px;
  overflow: hidden; 
  /*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;
  }
}

i.normal{
    font-style: normal;
    flex-shrink: 0;
    flex-basis: 90px;
    text-align: right;
}
.btn.solid:hover {
    background-color: #F77167;
}


.layui-form-checked[lay-skin=primary] i {
    border-color: #bb0000;
    background-color: #bb0000;
}

.p-bundle .body-styles p {
    text-indent: 2em;
}
.ellipsis-six-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.ellipsis-seven-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.indent_left_content {
    text-indent: 2em !important;
    text-align: left !important; 
}

.h345-w30 .carousel-cell {
    width: 30%;
    height: 345px;
    padding-right: 1.2%;
}
.h345-w30 .caption {
    height: 345px;
    padding-bottom: 0;
    position: relative;
}
.h345-w30 .caption .sj_text {
    position: absolute;
    width: 100%;
    height: 90px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 5px 20px;
}
.h345-w30 .sj_text h4 {
    margin: 10px 0;
    color: #3d3e38;
    font-size: 18px;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h345-w30  .sj_text p {
    height: 0;
    overflow: hidden;
    transition: all .6s;
}
.h345-w30 .sj_text h5 {
    margin: 10px 0;
    color: #c9ac75;
    font-size: 14px;
    transition: all .6s;
}
.h345-w30 .caption:hover .sj_text {
    height: 170px;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.5);
    padding: 10px 30px;
}
.h345-w30 .caption:hover .sj_text h4 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.h345-w30 .caption:hover .sj_text p {
    height: 60px;
    color: #fff;
}
.h345-w30 .caption:hover .sj_text h5 {
    color: #fff;
    margin-top: 20px;
}
.h345-w30 .flickity-prev-next-button {
    background-color: transparent;
    top: -46px;
}
.h345-w30 .flickity-prev-next-button.previous {
    left: calc(100% - 120px);
}
.h345-w30 .flickity-prev-next-button {
    border-color: #1a1819;
}
.h345-w30 .flickity-button {
    color: #1a1819;
}

.newslist{
  /*margin-top: 60px;*/
  overflow: hidden;
  padding-top:10px;
}
.newslist ul li{
  width: calc(50% - 50px);
  height: 438px;
  /* border: 1px solid #ccc */
    box-shadow: #EFEFEF 1px 1px 10px 1px;
    float: left;
    margin-right:  35px;
    margin-left:  15px;
    margin-bottom: 40px;
}
.newslist ul li:nth-child(2n)

{

/* background:#ff0000; */
margin-right:  0px;

}

.newslist ul li:hover{
  /*box-shadow: rgba(0,160,233,0.4) 1px 1px 10px 1px;*/
  box-shadow: rgba(218,26,3,0.4) 1px 1px 10px 1px;
}

.newslist ul li div{
  overflow: hidden;
}
.newslist ul li:hover img {
                transform: scale(1.3);
                transition: all 1s ease 0s;
                -webkit-transform: scale(1.3);
                -webkit-transform: all 1s ease 0s;
            }


.newslist ul li:hover .news-title{
  color: #00a0e9;
}
.newslist ul li:hover .more{
  color: #00a0e9;
  border-bottom: 2px solid #00a0e9;

}
.news-pic{
    position: relative;
    left:0;
    top:0;
    /* border: solid 1px red; */
    overflow: hidden;
    width:420px;
    /*height:220px;*/
    height: 240px;
    margin:20px auto 0;
}
.news-pic img {
    width: 100%;
}
.newslist ul li div {
    overflow: hidden;
}
.news-desc{
    font-size: 14px;
    color: #606972;
    padding: 0 20px 28px 20px;
    line-height: 22px;
    
}
.news-title{
    font-size: 16px;
    color: #1D2023;
    margin: 28px 20px;
    /* text-align: center; */
    /* font-weight: bold; */
    /*font-family:medium;*/
    line-height: 1.4;
}
.newslist .more{
  font-size: 14px;
  color: #999999;
  margin:  0 20px;
  padding-bottom: 10px;
  width: 38px;
  line-height: 1.4;
  /* border-bottom: 2px solid #999999; */
  border-bottom: 2px solid #999999;
}


/*模态框*/
.model_box_con {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.model_box {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1001;
  cursor: pointer;
}

.innercont_box {
  width: 1000px;
  padding: 0;
  top: 2%;
  left: 50%;
  margin-left: -500px;
  position: absolute;
  z-index: 1100;
}

.modal-open {
  overflow: hidden;
}

.close-btn a{
    float: right;
    font-size: 28px;
    width: 36px;
    height: 36px;
    line-height: 33px;
    margin-top: 44px;
    margin-right: 50px;
    text-align: center;
    border-radius: 50%;
    color:#fff;
    background-color: #af0c12;

}

.model_box_con .title{
    margin:62px 0 35px;
    text-align: center;
}
.model_box_con .model_cont {
    padding: 0 70px;
}
.model_box_con .model_cont p{
    text-indent: 2em;
    margin-bottom: 25px;
}

/* 图片列表 */
.container-img {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (min-width: 1160px) {
    .container-img {
        width: 1160px;
    }
}

.goods-list {
    /*margin-top: 30px;*/
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.goods-list li {
    width: 235px;
    /*height: 200px;*/
    float: left;
    margin: 0 10px 20px;
    background-color: #fff;
    transition: all .6s;
    position: relative;
}
.goods-list li:hover{
    transform: scale(1.2);
    z-index: 10;
}

@media screen and (min-width: 1160px) {
    .goods-list li {
        width: 275px;
        /*height: 250px;*/
    }
}

.goods-list li a {
    display: block;
    width: 235px;
    /*height: 330px;*/
    font-size: 12px;
}

@media screen and (min-width: 1160px) {
    .goods-list li a {
        width: 275px;
        /*height: 375px;*/
    }
}

.goods-list li .image {
    width: 235px;
    /*height: 180px;*/
    position: relative;

}

@media screen and (min-width: 1160px) {
    .goods-list li .image {
        width: 275px;
        /*height: 210px;*/
    }
}

.goods-list li .image img {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 1160px) {
    .goods-list li .image img {
        max-width: 100%;
        max-height: 100%;
    }
}

.look-info-link {
    color: #bb0000;
}

/*封面可变形*/ 
/*如 研究刊物 栏目首页推荐*/
.effect--view-mode .col-image .img--box{
    overflow: hidden;
  
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.effect--view-mode.imgCanTrans .col-image .img--box img{
    width: 100%;
    height: 100%;
}

.yjkw .col-image {
    height: 360px;
}

/*封面不可变形*/ 
/*如出版图书 栏目首页推荐*/

.effect--view-mode.imgNoTrans .col-image .img--box img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}



/*抗战歌曲*/
.kzgq_li {
    position: relative;
}
.vd_1 {
    position: absolute;
    right: 63px;
    top: 0;
}
.vd_1 a {
    background: url(../../kzls/picture/st.gif) no-repeat center center;
    display: block;
    width: 20px;
    height: 30px;
    line-height: 30px;
}
.vd_3 {
    position: absolute;
    right: 30px;
    top: 0;
}
.vd_3 a {
    background: url(../../kzls/picture/down.gif) no-repeat center center;
    display: block;
    width: 20px;
    height: 30px;
    line-height: 30px;
}
.select-child-ul li .vd_3 a:before, .select-child-ul li .vd_1 a:before {
    content: '';
    display: inline-block;
    position: relative;
    color: transparent;
    margin-right: 0;
}

.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: nowarp;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*观众留言*/
.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;
    }
}

#mainDetailIframe {
    border:0;
    width: 100%;
    /*height: 100px;*/
    vertical-align:bottom;
}

.require-mark {
    color:red;
    font-style: normal;
}

.img-group .col-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.effect--view-mode .col-image .bgimg {
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
    transition: opacity .6s cubic-bezier(.55,.085,0,.99),transform .5s linear;
    -ms-transform: scale(1);
    transform: scale(1);
}
.effect--view-mode:hover .col-image .bgimg{
    transition: opacity .6s cubic-bezier(.55,.085,0,.99),transform 2s linear;
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.red{
    color:#bb0000;
}

/*抗战故事*/
.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;
/* justify-content: space-between; */
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 1300px;
margin: 0 auto;
box-sizing: border-box;
margin-top: 50px;
}

.sh_list .sh_item {
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;
}

@media only screen and (max-width: 1300px){
    .sh_list {
        width: 1160px;
    }
    .sh_list .sh_item {
        margin: 0 12px 13px;
    }
}


.ie-carousel .f--secondary a:hover{
    color: #fff;
}

.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;
}
