.cus-top-nav {
	background-color: #17853c;
	font-size: 14px;
}
.cus-add-title {
    margin-left:10px;
    color: white;
    font-weight: 550;
    font-size: 2rem;
}
.cus-logo-nav {
	/*background-color: #17853c;*/
    background-image: url(../assets/images/header.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
}

.search-input {
    font-size: 14px;
    border-radius: 0.375rem;
}

.cus-menubar {
    background: #ede9d3;
    /*height:6.5vh;*/
    position:sticky;
    top:0;
    z-index:9999;
    transition: min-height 0.3s ease;
    box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
    transform: translate3d(0, 0, 0);
}

.cus-menu {
    font-size: 1.1rem;
    font-weight: 550;
    text-align: center;
    color: #34495e !important;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
.cus-menu:hover, .cus-menu:focus {
    color: #121212 !important;
    background: #d4cfb8;
}

.cus-workstate-container {
    border-radius: unset; 
}
.cus-workstate-container nav {
    border-top: 3px solid #ea6914;
    background: #eee;
    margin-bottom: -1px;
    border-radius: 5px 5px 0 0 !important;
}
.cus-gzdt-symbol {
    background-color: #ea6914;
}
.cus-gzzd-symbol {
    background-color: #3498db;
}
.cus-title {
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.cus-card {
	border: unset;
}

.cus-pic-title {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.cus-gsgg-symbol {
	background-color: rgb(187,153,63);
}
.cus-bszn-symbol i{
    background-color:#e74c3c;
}
.cus-bszn-symbol{
    background-color:#e74c3c;
}
.cus-gzdt-symbol i, .cus-gzzd-symbol i, .cus-bszn-symbol i, .cus-gsgg-symbol i, .cus-fwzn-symbol i, .cus-dcdb-symbol i {
    display: block;
    width: 3rem;
    height: 2.8rem;
    margin:0 auto .11rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    font-size: 1.8rem;
    text-align: center;
    line-height: 45px;
    color: white;
}
.cus-fwzn-symbol {
	background-color: rgb(131,62,187);
}
.cus-dcdb-symbol {
	background-color: rgb(80,149,69);
}
.cus-gsgg, .cus-fwzn, .cus-gzzd, .cus-fwzn, .cus-dcdb, .cus-bszn {
	border-radius: unset; 
	border: 1px solid #ddd;
}
.cus-gsgg nav {
    border-radius:none;
	border-top: 3px solid rgb(187,153,63);
}
.cus-fwzn nav {
    border-radius:none;
	border-top: 3px solid #e74c3c;
}
.cus-gzzd nav {
    border-radius:none;
	border-top: 3px solid #3498db;
}
.cus-fwzn nav {
    border-radius:none;
	border-top: 3px solid rgb(131,62,187);
}
.cus-dcdb nav {
    border-radius:none;
    border-top: 3px solid rgb(80,149,69);
}
.cus-bszn nav {
    border-radius:none;
    border-top: 3px solid #e74c3c;
}
.cus-footer {
    background-image: url(../assets/images/footer.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.cus-dropdown {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.list2 {
    margin: 0.12rem 0 0;
}

.list2 li {
    border-bottom: 1px dashed #ddd;
}

.list2 .title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.5rem);
    line-height: .64rem;
}

.sec-page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    background: url(../assets/images/xiaoban_title_bg.png) no-repeat left 45px/auto 64px;
}

.sec-page-title h3 {
    line-height: 4.5rem;
    font-size: 1.6rem;
    font-weight: revert;
}

.more {
    width: 60px;
    height: 20px;
    position: relative;
    line-height: 20px;
    color: #387D39;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-left:auto;
}

.card-body {
    text-align:center;
}
.cus-card-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration:none !important;
    color:inherit;
    cursor:pointer;
}
.cus-card-title:hover {
    color:#387D39;
}
.cus-card-title:hover span {
    background-size: 100% 1px;
}
.cus-card-title span {
    background-image: linear-gradient(#387D39, #387D39);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    -webkit-transition: background-size 0.5s linear 0s;
    -moz-transition: background-size 0.5s linear 0s;
    -o-transition: background-size 0.5s linear 0s;
    transition: background-size 0.5s linear 0s;
}

.cus-card {
    overflow: hidden;
    border-radius:0;
}

.cus-card:hover img {
    transform: scale(1.1);transition: 0.4s;
}

.list-group-item:hover .list-img{
    transform: scale(1.1);transition: 0.4s;
}

.list-img {
    padding: 10% 10% 3.6% 10%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: transform 0.4s linear 0s;
    -moz-transition: transform 0.4s linear 0s;
    -o-transition: transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s;
}

.list-title {
    line-height: 4rem;
    margin: 0 0 4px;
}
.list-group-item{
    border-top-width: 0;
}

.cus-list-text {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.v_news_content p span {
    text-indent: 2em !important;
    line-height: 1.8em !important;
    font-family: 微软雅黑 !important;
    font-size: 1rem !important;
}

.cus-carousel-title {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    padding:0;
    left:0 !important;
    right:0 !important;
    width:100%;
}

.cus-carousel-title h4,.cus-carousel-title p {
    color: white;
}

.cus-carousel-dot {
    margin-bottom: 0 !important;
    color: #f1c40f !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #f1c40f !important;
}
.news-index-list {
    height: 400px;
    display: flex !important;
    justify-content: space-between;
    background: #fff;
}
.news-index-list-a {
    position: relative;
}
.news-index-list-a .left, .news-index-list-a .right {
    position: relative;
    z-index: 2;
    background: #F6F3EF !important;
}
.news-index-list .left {
    overflow: hidden;
    height: 400px;
}
.news-index-list-a .left p a {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
}
.news-index-list .left img {
    height: 400px;
    display: inline-block;
}
.news-index-list-a .left p img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.news-index-list-a .left p span {
    width: 80px;
    height: 24px;
    background: #387D39;
    position: relative;
    z-index: 5;
    display: block;
    margin: 310px 0 0 0px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    float: left;
}
.news-index-list-a .left p b {
    width: 100%;
    padding: 10px 10px 5px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    float: left;
}

.news-index-list-a .left p a::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.00) 69%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 2;
    left: 0;
    bottom: 0;
}
.news-index-list-a .right .tips {
    position: relative;
}
.news-index-list .right .tips {
    height: 80px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #eae7e0;
}
.news-index-list .right .tips a {
    color: #222;
    max-width: 350px;
}
.news-index-list .right .tips.hov a {
    position: relative;
    color: #387D39;
}
.news-index-list .right .tips a::before {
    position: absolute;
    width: 2px;
    height: 40px;
    content: "";
    display: block;
    left: 0;
    top: 8px;
    background-color: #387D39;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.news-index-list-a .right span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

.cus-footer p {
    color:white;
}
.featured-boxes .featured-box {
    margin:0 !important;
}
.custom-featured-boxes-style-1 .featured-box .box-content {
    transition: ease border-color 300ms;
    display: grid; place-items: center;
    padding: 1rem 0 0 0 !important;
    margin: 5px 20px 0 20px;
    color:#95a5a6;
}
.custom-featured-boxes-style-1 .featured-box:hover .box-content {
    border: none;
    color: #FEA45A;
}
.custom-featured-boxes-style-1 .featured-box:hover .box-content  h5 {
    color: #FEA45A !important;
}
.custom-featured-boxes-style-1 .featured-box .box-content i {
    font-size:30px;
}
.custom-featured-boxes-style-1 .featured-box .box-content h5 {
    color:#95a5a6 !important;
}

.list-group-flush>.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cus-date {
    color: #bdc3c7;
}
.custom-featured-boxes-style-1 {
    height:352.55px;
}