﻿@charset "utf-8";

/* 湖北省京剧院 */

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #b52121;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
}

.header {
    background: url(../../images/jjy_images/head.jpg) 50% top no-repeat;
}

.header h1 {
    height: 120px;
    background: url(../../images/jjy_images/logo.png) 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 120px;
}

.nav {
    width: 100%;
    background-color: #b52121;
}

.nav li {
    float: left;
    position: relative;
    width: 9.6%;
}

.nav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.nav li a:hover {
    background-color: rgb(0,0,0,0.5);
}

.inner,
.copyright,
.nav ul {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.nav ul{
    height: 60px;
}
/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 25px 0px; 
    background-color: #7f1718;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #b52121;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}

.menu>ul>li:nth-child(8) {
    animation-delay: .8s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 0px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #fff;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

/* 移动端菜单结束 */

/* 搜索 */
.search-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 20px;
}
.search-wrapper .input-holder {
    overflow: hidden;
    height: 60px;
    background: transparent;
    border-radius: 6px;
    position: relative;
    width: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.search-wrapper.active .input-holder {
    width: 1150px;
    background: #b52121;
    -webkit-transition: all .5s cubic-bezier(0, .105, .035, 1.57);
    -moz-transition: all .5s cubic-bezier(0, .105, .035, 1.57);
    transition: all .5s cubic-bezier(0, .105, .035, 1.57)
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 40px;
    padding: 0 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: open sans, Arial, Verdana;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0, .105, .035, 1.57);
    -moz-transition: all .3s cubic-bezier(0, .105, .035, 1.57);
    transition: all .3s cubic-bezier(0, .105, .035, 1.57);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    border-radius: 100px;
   line-height: 40px;
    background-color: #fff;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px)
}
.search-wrapper .input-holder .search-icon {
    width: 32px;
    height: 32px;
    margin: 15px 0px;
    border: none;
    border-radius: 100px;
    padding: 0;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    background:#fff url(../../images/jjy_images/search.png) center no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.search-wrapper.active .input-holder .search-icon {
    width: 32px;
    height: 32px;
    margin:15px 10px;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(.285, -.45, .935, .11);
    -moz-transition: all .3s cubic-bezier(.285, -.45, .935, .11);
    transition: all .3s cubic-bezier(.285, -.45, .935, .11);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}
.search-wrapper.active .close {
    right: -40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0, .105, .035, 1.57);
    -moz-transition: all .6s cubic-bezier(0, .105, .035, 1.57);
    transition: all .6s cubic-bezier(0, .105, .035, 1.57);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 2px
}
.search-wrapper .close::before {
    width: 2px;
    height: 15px;
    left: 7px;
    top: 0
}
.search-wrapper .close::after {
    width: 15px;
    height: 2px;
    left: 0;
    top: 6px
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    text-align: center;
    font-family: open sans, Arial, Verdana;
    font-size: 14px;
    display: none;
    color: #b7b7b7
}

.header .search {
    display: none;
}

/* 底部 */


.footer {
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background-color: #2c2a2b;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}


.links{
    height: 60px;
    padding:10px;
    font-size:16px;
    background-color:#b52121;
}

.links b{
    display:block;
    float: left;
    line-height: 40px;
}

.links ul{
    display: block;
    float: left;
}

.links ul li {
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    float: left;
    text-align: center;
}

.links ul li a {
    display: block;
    color: #fff;
    margin: 0 -5px;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}


.copyright {
    padding:25px 10px;
}

.copyright p a,
.copyright p span {
    margin: 0 20px;
    color: #fff;
}

.footer-map {
    margin-right: 10px;
    line-height: 48px;
    background-color:#424041;
}

.ewm01 {
    position: absolute;
    top: 50%;
    right: 130px;
    width: 110px;
    height: 140px;
    margin-top: -70px;
    line-height: 40px;
}

.ewm02 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 140px;
    margin-top: -70px;
    line-height: 40px;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }

    .header {
        background-position: 50% 0px;
    }

    .header h1 {
        background-position:50%;
        background-size: auto 60%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .ht .fl,
    .nav,
    .header .search p strong {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        padding:15px 20px;
        height: 80px;
        display: block;
        background-color: #b52121;
    }

.search-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
}

.search-box {
    display: block;
    z-index: 9;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
    display: inline-block;
}

 .header .search input {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 50px 10px 20px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    outline: none;
    border-radius: 100px;
}

.search button {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    margin-left: -40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    vertical-align: middle;
    background: #fff url(../../images/jjy_images/search.png) center no-repeat;
}

    .copyright p a, .copyright p span{
        margin:0px 5px;
    } 

    .ewm02{
        right: 10px;
    }
}

@media (max-width: 768px) {

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
        padding:20px 10px;

    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }

    .links b{
        display: none;
    }

    .links{
        height: 100%;
    } 

    .links,
    .links ul {
        padding: 0px;
        height: 100%;
    }

    .links ul li{
        width: 100%;
    }

    .ewm01,
    .ewm02{
        display: none;
    }

}

/* 公用 */

.grid{
    width: 1200px;
    margin:0px auto;
    padding-bottom: 30px;
}

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.shading{
    height: 100%;
    background: url(../../images/jjy_images/footer_bg.png) 50% bottom no-repeat;
}

.content{
  padding:30px 0px 0px 0px;
  background: url(../../images/jjy_images/content_bg.jpg) 50% 0px repeat-y;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.where{
    padding-left: 50px;
    background-color:transparent;
    background-image: url(../../images/jjy_images/where_bg.png);
    background-repeat:no-repeat;
    background-position:0px 50%;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all .3s;
}

.tab a.current {
    background-color: #2d8fff;
    color: #fff;
}

.tab a+a {
    margin-left: 4px;
}

@media (max-width: 1200px) {
    
      .grid {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom:20px;
        padding-bottom: 0px
    }

    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.pages a, .pages span{
    color: #fff;
    background-color:#b52121;
    border:1px solid #b52121;
}

.pages .current,
.pages a:hover {
    border-radius: 2px;
    color: #333;
    border:1px solid #b52121;
    background-color:#f3dcb6;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

/* 二级列表页 */
.side{
    position: relative;
    padding:62px 0px;
}

.side:before {
    content: '';
    display: block;
    position: absolute;
    top:0px;
    left: 21%;
    width: 160px;
    height: 62px;
    background: url(../../images/jjy_images/side_t.png) no-repeat;
}

.side:after {
    content: '';
    display: block;
    position: absolute;
    bottom:0px;
    left: 21%;
    width: 160px;
    height: 62px;
    background: url(../../images/jjy_images/side_d.png) no-repeat;
}

.side-menu{
    color: #fff;
    position: relative;
    border-radius: 3px;
    background-color: #b52121;
}

.side-menu:before {
    content: '';
    display: block;
    position: absolute;
    top:0px;
    left: 15px;
    width: 145px;
    height: 130px;
    background: url(../../images/jjy_images/side-menu_bg02.png) no-repeat;
}

.side-menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom:0px;
    right: 15px;
    width: 130px;
    height: 130px;
    background: url(../../images/jjy_images/side-menu_bg01.png) no-repeat;
}

.side-menu h2{
    margin:0px;
    font-size: 30px;
    font-family: "Source Han Serif SC";
}

.side-menu li{
    text-align: center;
    padding:5px 0px;
}

.side-menu li a{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    padding:0px 20px;
    position: relative;
    z-index: 9;
}

.side-menu li a:hover{
    background-color: #7c0400;
}

.side-menu li a:before{
    display: none;
} 

.side-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: -2px;
    width: 6px;
    height: 16px;
    background-color: #2c2a2b;
}

.side-menu li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: -2px;
    width: 6px;
    height: 16px;
    background-color: #2c2a2b;
    transform: scale(1, 0);
    transition: all .3s;
}

.side-menu li a:hover:after {
    transform: scale(1, 1);
}
@media (max-width: 1200px) {

    .side{
        padding:0px;
    }

    .side:before,
    .side:after,
    .side-menu:before,
    .side-menu:after,
    .side-menu h2{
        display: none;
    }
    
    .side-menu{
        background-color: transparent;
    }

    .side-menu li{
        padding:0px;
    }
    
    .side-menu li a{
        display: block;
    }

    .side-menu ul {
        margin: 0 -5px;
    }

    .side-menu li {
        float: left;
        width: 33.33%;
    }

    .side-menu li a {
        margin: 5px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        background-color: #eee;
        border-radius: 3px;
    }

    .side-menu li.current a {
        background-color: #b52121;
        color: #fff;
    }
}

@media (max-width: 1024px) and (min-width: 1024px){
    .side-menu li {
        float: left;
        width: 100% !important;
    }
}

@media (max-width: 678px) {
    .side {
        box-shadow: none;
    }

    .side-menu li {
        width: 50%;
    }

    .side-menu li a {
        font-size: 14px;
    }
}

.b1{
    padding:20px;
    border-radius:3px;
    border:1px solid #d8b374;
    background-color:#f3dcb6;
}

.b1 li{
    padding:20px;
    margin-bottom:20px;
}

.b1 li h4 {
    font-size: 20px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
}

.b1 li h4:before{
    content: '';
    display: block;
    position: absolute;
    top:2px;
    left: 0px;
    width: 6px;
    height: 20px;
    background-color: #b52121;
}

.b1 li p.date{
    font-size:14px;
}

.b1 li p.text{
    font-size:16px;
}


.b1 li .pic {
    float: left;
    width: 175px;
    height: 110px;
    margin-right: 20px;
}

.b1 li .pic img{
    width: 100%;
    height: 100%;
}

.hover-style1 li:after{
    background-color: #b52121;
    border-radius:3px;
    background-image: url(../../images/jjy_images/list-b_bg.png);
    background-repeat: no-repeat;
    background-position:bottom right;
}

.hover-style1 li:hover h4, .hover-style1 li:hover p, .hover-style1 li:hover h4 a, .hover-style1 li:hover a, .hover-style1 li:hover span{
    color: #fff;
}

.hover-style1 li:hover h4:before{
    background-color: #fff;
}

@media (max-width: 480px){

    .list-b li {
        margin-bottom:0px;
    }

    .list-b li .pic {
        width: 100%;
        height: 100%;
        margin-bottom:10px;
    }
}

.article{
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #d8b374;
    background-color: #f3dcb6;
}

.article h2{
    font-size: 24px;
    color: #b52121;
    font-weight: bold;
}

.photos .pic,.photos .preview{   
    border: 1px solid #efd5aa;
    background-color:rgb(253,236,209,0.8);
}

.jfontsize{
    padding: 0px 20px;
}

.jfontsize span{
    float: left;
    color: #333;
}

.article .option{
    margin: 0px;
    padding: 20px 20px 40px 20px;
    background: url(../../images/jjy_images/info_bg.jpg) bottom left repeat-x;
}

.article .option.fixed{
    padding: 30px;
    background-image: none;
}

.article .info>span {
    color: #333;
}

.jfontsize {
    padding: 0px 20px;
    float: none;
    display: inline-flex;
}

.jfontsize a{
    padding: 0px;
    height: 32px;
    line-height: 32px;
    border: none;
    width: 30px;
    background-color: transparent;
}

.bdshare_popup_box{
    margin: 0px;
}

.share {
    display:inline-block;
}

.share span{
    display: block;
    float: left;
    line-height: 40px;
}

.preview-prev,
.preview-next,
.pic-prev:hover,
.pic-next:hover,
.photos .preview li.on a{
    background-color: #b52121;
}
