* {color: #4d4d4d; font-family: Tahoma, Geneva, sans-serif;}
a {color: #4d4d4d;  text-decoration: none;  font-family: Tahoma, Geneva, sans-serif;}
a:hover {text-decoration: none;  color: #8d5c38;}

/*-----modal-----*/
.modal-size { max-width: 1000px;}
.modal-style li{ border: 1px solid white;}
.modal-style li:active{ border: 1px solid #8d5c38;}
.new-search{ height: 25px; border-radius: 5px;  box-shadow: 0 0 5px #ccc;  position: relative;  }
.new-search-c{width: 78px;}
.new-search-e{width: 70px;}
.new-search select{  border: none;  outline: none;  width: 100%;  line-height: 25px;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none; padding-left: 15px}
.footer-icp:hover{color: #4f4f4f}

/*大事记时间轴*/
.timeline__item a:hover{
    color: grey;
}
.timeline__items .color1 a{
    background-color: #ccc;
}
.timeline__items .color2 a{
    background-color: #fce5bc;
}

@media screen and (min-width: 420px) {
    .nav-item .dropdown-menu{padding-left: 30%;}
    .new-search-c{position: relative;top: -60px;left: 300px}
    .new-search-e{position: relative;top: -55px;left: 320px}

    /*------导航-----*/
    .nav-item .dropdown-menu{background-color: rgba(134, 134, 134, 0.8);border-radius: 0}
    .nav-item .dropdown-menu a{padding: 5px 10px;color: white;font-weight: bold}
    .nav-item .dropdown-menu a:hover{color: #fce5bc}
    .navbar-nav .nav-item .nav-link{font-size: 16px;font-weight: bold;color: black}
    .navbar-nav .nav-item .nav-link:hover{color: #8d5c38}
    .navbar .navbar-pad{padding-top: 60px}
    .top-nav-email{position: absolute;right: 20%;top: 20px}

    /*大事记时间轴*/

    .timeline__items .timeline__item--right .color1:after{
        border-right: 12px solid #ccc;
    }
    .timeline__items .timeline__item--left .color1:after{
        border-left: 12px solid #ccc;
    }

    .timeline__items .timeline__item--right .color2:after{
        border-right: 12px solid #fce5bc;
    }
    .timeline__items .timeline__item--left .color2:after{
        border-left: 12px solid #fce5bc;
    }
}
@media screen and (max-width: 420px) {
    .top-nav-email{position: absolute;right: 20px;top: 10px}
    .new-search{position: relative;top: -15px;left: 60px}
    .nav-item .dropdown-menu a{display: block;padding: 5px}
    .timeline__content .color1:after{
        border-left: 12px solid #ccc;
    }
}












.breadcrumb-jw {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    background-color: white;
    border-radius: 4px;
}

.background-color-footer{
    background-color: #c6a288;
}

.font-1{
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
}

.font-2{
    color: #3f3f3f;
    font-size:12px;
}

.font-3{
    color: #7b7a7a;
    font-size: 14px;
    font-weight: bold;
}

.font-4{
    color: black;
    font-size:11px;
}

.font-5{
    color: #7b7a7a;
    font-size: 14px;
}

.font-title{
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.font-item{
    color: #7b7a7a;
    font-size:11px;
}

/*begin header*/
.header {
    background-color: #fff;
    min-height: 85px;
}

.header .nav-font{
    font-size: 16px;
    font-weight: bold;
    color: black;

}

.header .nav-font:hover{
    color: #8d5c38;
    text-decoration: none;
}

.header .navbar {
    min-height: 85px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 361px) {
    .header .navbar-brand {
        margin-right: 0 !important;
    }
}

.header .navbar-nav {
    min-height: 85px;
}

.header .navbar-nav .dropdown-menu {
    top: 79px;
    background-color: #fff;
    color: #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 992px) {
    .header .navbar-nav .nav-item {
        padding: 80px 20px 0px 20px;
        vertical-align: bottom;
    }

    .header .navbar-nav .nav-item.active, .header .navbar-nav .nav-item:hover {
        /*border-top: 4px solid #1874c1 !important;*/
    }

    .header .navbar-nav .dropdown-menu {
        border-top: none;
        border-color: #eee;
    }
}

.header .navbar-nav .nav-link:hover {
    color: #1874c1 !important;
    background-color: #fff !important;
}

.header .active.dropdown-item:hover {
    color: #1874c1;
}

.header .dropdown-item.active, .header .dropdown-item:active {
    color: #1874c1;
    background-color: #fff;
}

.header .dropdown-item:hover {
    color: #1874c1;
}

/*end header*/

/*begin footer*/
.footer {
    font-size: 14px;
    line-height: 26px;
    color: #4e4e4e;
    background: url("../img/footer.jpg") repeat scroll center 100%;;
}

.footer .container {
    position: relative;
    top: -50px
}

.footer .row {
    border-top: 4px solid #f4bc16;
    background: rgba(255, 255, 255, .9);
    padding: 40px 0;
}

.footer h5 {
    margin: 10px 0;
}

.footer .copyright {
    margin: 0;
    color: #fff;
}

/*end footer*/
body {
    background-color: white;
    overflow-x:hidden;
    font-size: 14px;
}

.main-index{
    margin-bottom: 40px;
    height: 100%;
}

.main {
    margin-bottom: 40px;
    height: 100%;
    /*min-height: 460px;*/
}

.main .content {
}

.banner {
    text-align: center;
}

.banner h1 {
    color: #fff;
}

.banner .line {
    margin: 0 auto;
    width: 116px;
}

.banner .breadcrumb {
    background-color: transparent;
    display: inline-flex;
    color: #fff;
}

.banner .breadcrumb-item,
.banner .breadcrumb-item.active,
.banner .breadcrumb-item::before,
.banner .breadcrumb-item a {
    color: #fff;
}

#carousel-banner .carousel-caption {
    left: 0;
    right: 0;
    padding-left: 15%;
    padding-right: 15%;
    background-color: rgba(0, 0, 0, .5);
}

/*begin bootstrap*/
.page-item.active .page-link {
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    cursor: pointer;
}

.page-item .page-link {
    color: #777;
}

/*end bootstrap*/

/*begin content*/
/*详细内容展示*/
.detail .title {
    text-align: center;
    padding: 15px;
}

.detail img {
    width: 100%;
    max-height: 1000px;
    max-width: 100% !important;
}

@media (max-width: 992px) {
    .detail img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.detail-meta {
    text-align: right;
    margin-top: 15px;
    padding: 15px;
    border-top: solid 1px #dee2e6;
}

/*end content*/

/*begin utils*/

.line {
    margin-bottom: 25px;
    clear: both;
}

.line1 {
    background-color: #f4bc16 !important;
}

.line1, .line2 {
    background-color: #f4bc16 !important;
}

.line1 {
    height: 5px;
    width: 40px;
    float: left;
}

.line2 {
    height: 1px;
    margin-top: 2px;
    width: 78px;
    float: left;
}

.left-line, .right-line, .middle-line {
    background: #fff;
}

.line-bg1 .left-line, .line-bg1 .right-line, .line-bg1 .middle-line {
    background-color: #f4bc16;
}

.left-line, .right-line {
    width: 38px;
    height: 1px;
    margin-top: 2px;
    float: left;
}

.middle-line {
    height: 5px;
    width: 40px;
    float: left;
}

.list-style1 .media {
    margin-bottom: 15px;
    padding: 5px;
}

.list-style1 .media .info {
    float: right;
    font-size: 12px;
}

.list-style3 .title {
    font-size: 14px;
    font-weight: 400;
}

.list-style3 li {
    background-color: #fff;
}

.list-style3 .info {
    font-size: 12px;
    color: #888;
}

.card.style2 {
    border: none;
    background-color: transparent;
}

.card.style2 .card-body {
    padding: 10px 3px;
}

.card.style2 .card-title {
    font-size: 18px;
}

.card.style3 {
    padding-bottom: 56px;
    margin-bottom: 15px;
}
.card.style3 .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f4bc16;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/*.card.style3 .card-body:before {*/
    /*top: -25px;*/
    /*content: "";*/
    /*height: 0;*/
    /*position: absolute;*/
    /*width: 0;*/
    /*left: 50%;*/
    /*margin-left: -50px;*/
    /*text-align: center;*/
    /*transition: all 0.3s ease-in;*/
    /*cursor: pointer;*/
    /*border-left: 50px solid transparent;*/
    /*border-right: 50px solid transparent;*/
    /*border-bottom: 25px solid #f4bc16;*/
/*}*/

.card.style3 a {
    color: #fff;
}

.card.style3 p {
    display: none;
}

.card.style3:hover p {
    display: block;
}

/*end utils*/
