* {
    font-family: 'microsoft yahei';
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

h4 {
    font-size: 14px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.clearmg {
    margin-left: 0px;
    margin-right: 0px;
}

.clearpad {
    padding-left: 0px;
    padding-right: 0px;
}

.padR10 {
    padding-right: 10px;
}

.more {
    font-size: 12px;
    color: #FF821E;
    padding-top: 5px;
}

.more a,
.more a:hover {
    text-decoration: none;
    color: #FF821E;
    cursor: pointer;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

/*logo*/
.chineseData-logo img {
    display: block;
}

/*导航*/
.navbar {
    margin-bottom: 0px;
    background-color: #002e80;
}

.navbar-default {
    border: none;
}

.navbar-nav {
    width: 100%;
}

.nav>li {
    width: 20%;
    text-align: center;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: none;
}

/*banner*/
.chinestDate-banner {
    width: 100%;
}

.chinestDate-banner img {
    display: block;
}

/*图片轮播*/
.carousel-inner>.item>img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

/* @media screen and (min-width: 768px) {} */
.carousel-indicators {
    bottom: -2px;
}

.carousel-indicators .active {
    background-color: #004598;
}

/*内容*/
.chineseData-content {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.chineseDate-title-bg {
    background: url("../img/td_bg.jpg") repeat-x left top;
}

.chineseData-pxysp .panel-body {
    background: none;
}

.media {
    width: 47%;
    margin-top: 0px;
    margin-right: 10px;
}

.media:nth-last-child(1) {
    margin-right: 0px;
}

.media-body {
    display: block;
    width: 100%;
}

.media-heading {
    height: 41px;
    line-height: 41px;
}

.media-body {
    width: 88%;
}

.panel {
    margin-bottom: 0px;
}

.panel-default>.panel-heading {
    font-size: 18px;
    color: #004590;
    padding: 7px 15px;
    font-weight: normal;
}

.panel-pxysp {
    width: 388px;
    overflow: hidden;
    height: 214px;
}

.chineseDate-title-bg span.fa {
    color: #FF821E;
    padding-right: 10px;
    font-size: 18px;
}

.list-group-item {
    border: none;
    background-color: transparent;
}

.list-group-item span.fa-list-ul {
    color: #FF821E;
    padding-right: 10px;
}

.fa-outdent {
    padding-right: 10px;
    color: #FF821E;
}

.footer {
    width: 100%;
    background-color: #002e80;
    line-height: 40px;
    color: #fff;
}

.footer a,
.footer a:hover {
    color: #fff;
}

.pzsc {
    padding-left: 25px;
    padding-right: 25px;
}


.pzsc .item {
    position: relative;
    width: 30%;
    margin-right: 54px;
    padding: 0px;
}

.pzsc .item:nth-child(3) {
    margin-right: 0px;
}

.pzsc .item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.pzsc .item .item-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;

}

.pzsc .item .item-tit a,
.pzsc .item .item-tit a:hover {
    color: #fff;
    text-decoration: none;
}

/* .jbjs {
    flex-wrap: wrap;
    align-items: stretch;
}

.jbjs .item {
    justify-content: space-between;
    width: 20%;
    margin-top: 10px;
    margin-right: 75px;
}

.jbjs .item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.jbjs .item .item-name,
.jbjs .item .item-info {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.jbjs .item .item-name {
    color: red;
    font-size: 16px;
    font-weight: 700;

}

.jbjs .item .item-name a,
.jbjs .item .item-name a:hover {
    color: red;
}

.jbjs .item .item-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jbjs div:nth-child(1){
        margin-left: 0px;
    }
.jbjs div:nth-child(4n) {
    margin-right: 0px;
} */
.jbjsnew .thumbnail {
    border: none;
}

.jbjsnew .thumbnail .caption h3 {
    margin-top: 10px;
    font-size: 16px;
    color: red;
    text-align: center;
}
.jbjsnew .thumbnail .caption h3 a, .jbjsnew .thumbnail .caption h3 a:hover{
    color: red;
}

.jbjsnew .jbInfo {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    text-align: center;
}

.hyyc {
    height: 538px;
    overflow: scroll;
}

/*右侧飘窗*/
/*sideBox*/
.sideBox {
    position: fixed;
    right: 89px;
    top: 200px;
    width: 150px;
}

.countDownBox {
    height: 80px;
    line-height: 80px;
    background: #004590;
    color: #fff;
    font-size: 60px;
    text-align: center;
    position: relative;
}

.day {
    color: #fff;
    font-size: 18px;
}

.countDownText {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #004590;
    color: #fff;
}

.ewmBox {
    width: 100%;
    margin-top: 5px;
}

.ewmBox img {
    display: block;
    width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .panel-pxysp {
        width: 321px;
        overflow: hidden;
        height: 214px;
    }

    .media {
        width: 44%;
    }

    .media-body {
        width: 100%;
    }

    .pzsc .item {
        margin-right: 45px;
    }
}

@media screen and (max-width: 992px) {
    .padR10 {
        padding-right: 0px;
    }

    .media {
        width: 23%;
        margin-right: 19px;
    }

    .panel-pxysp {
        width: 100%;
    }

    .footer .text-left,
    .footer .text-right {
        text-align: center;
    }

    .media-body {
        width: 100%;
    }

    .pzsc .item {
        margin-right: 34px;
    }
.carousel-inner .item img{
   display: block;
   width: 100%
}
}

@media screen and (max-width: 768px) {
    .sideBox {
        right: 10px;
        top: 200px;
        width: 80px;
    }

    .countDownBox {
        font-size: 40px;
    }

    .countDownText {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .day {
        font-size: 14px;
    }

    .close {
        top: 5px;
        right: 5px;
    }

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar {
        background-color: #fff;
    }

    .navbar-nav {
        background: #f3f3f3;
        margin: -0.5px 0px -0.5px -15px;
        width: 102%;
    }

    .nav>li {
        text-align: left;
        width: 100%;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover {
        color: #333;
        background: none;
    }

    .navbar-collapse {
        padding-right: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle {
        float: left;
    }

    .navbar-default .navbar-toggle {
        margin-left: 15px;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #002e80;
    }

    .media {
        margin-right: 10px;
    }

    .pzsc .item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
    .pzsc .item img{
        /* width: 90%; */
        vertical-align: center;
    }

    .pzsc .item:nth-child(3) {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .jbjsnew .thumbnail{
        text-align: center;
    }
    .jbjsnew .thumbnail img{
        display: block;
        /* width: 90%; */
        max-width: 100%;
        height: auto;
        
    }
    
}


