﻿
body {
    font-size: 18px;
    color: #555555;
    min-width: 1280px;
    background: rgba(248, 248, 248, 1) ;
    font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif;
}

.container {
    width: 1230px !important;
}
/*Common style bof*/
ol, ul {
    list-style: none;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
    text-decoration: none;
}

a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #36a5ed;
    text-decoration: none;
}

/*Common style eof*/
@media screen and (max-width: 1400px) {
    body {
        width: 1400px;
    }
}

.container {
    width: 1270px;
    max-width: none !important;
}

/*multi-nav-bar*/
.logo-row {
    background-image: linear-gradient(0deg, #F9F9F9 0%, #F8F8F8 30%, #E6EEF1 100%);
    height: 100px;
}

.navbar-brand {
    padding: 10px 70px;
    height: 90px;

}

.navbar-brand img {
    width: 528px;
    height: 73px;

}
/*自定义导航条样式*/
.navbar-green {
    background-image: linear-gradient(90deg, #4A9EB7 0%, #246580 100%);
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
	border: none;
}



.navbar-green .dropdonw:hover {
rgba(255, 255, 255, 0.6)
}

.navbar-green .nav-item a {
    color: #fff;
}

.navbar-green .dropdown-toggle::after {
    display: none;
}


.navbar-nav .show {
    background: rgba(255, 255, 255, 0.6);
    padding: 0;
}

.navbar-nav .show a {
    color: #246580
}

#navbarmain{
    /*float: right;*/
}
.navbar-nav a {
    color: #fff;
}
.navbar-nav .firsta{
    margin-left: -40px;
}
.navbar-nav .nav-link a {
    display: block;
    color: #fff;
    padding: 30px 52px;
}
.navbar-nav .nav-link a:hover{
    background: rgba(255, 255, 255, 0.6);
    color:  #246580;;
}

.dropdown-item {
    display: block;
    color: #fff;
    padding: 10px;
}

.navbar-green .dropdown-menu{
    min-width: 200px !important;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.navbar-green .dropdown-menu li:not(:first-child){
    border-top: 1px solid #fff;
}
.navbar-green .dropdown-menu > li a{
    padding: 10px;
    font-size: 22px;
    color: #4a4a4a;

}
.navbar-green .dropdown-menu > li a:hover{
    color: #246580
}


/*banner*/
.banner1{
    width: 100%;
    /*height: 320px;*/
}

.banner1 .carousel {
    height: 320px;
    /*margin-bottom: 60px;*/
}

/* Declare heights because of positioning of img element */
.banner1 .carousel .item {
    height: 320px;

}
.banner1 .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}

.search-form{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 200px;
}
.btn-index-search{
    color:#246580 ;
}
.main-news {
    width: 100%;
    height: 490px;
    margin-top: 15px;
}
.main-notice{
    margin-top: 50px;
}

.news-box {
    width: 1200px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.30);
    position: absolute;
    z-index: 30;
    /*margin-top: -80px;*/
    padding: 20px 40px;
}
.news-box-title{
    background: url("keyan-title.png") -50px no-repeat;
    background-size: 40% 100%;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px;
    margin-left: -40px;
}

.homepage-title {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px;
    padding: 10px 20px;
}

.news-more {
    float: right;
    position: relative;
    margin-top: 10px;

}

.news-more img {
    width: 34px;
    height: 10px;
}

.news-photos {
    background: #F8F8F8;
    width: 450px;
    float: left;
    margin-top: 27px;
}

.news-photo {
    margin: 0 0 17px;
}

.news-photos .card{
    background: #F8F8F8;
    border: none;
    border-radius: 0;

}
.news-photos .card-body{
    padding: 0;
}

.news-photos .card-img, .news-photos .card-img-top {
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.news-photos .card-img-top {
    width: 450px;
    height: 300px;
}


.news-photo-title {
    font-size: 18px;
    color: #414141;
    letter-spacing: 2px;
    text-align: left;
    margin: 10px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-photo-title a{
    color: #414141;
}
.news-photo-title a:hover{
    color: #246580;
}

.news-photo-date-icon {
    float: left;
    padding:5px 10px 5px 2px

}

.news-photo-date-icon img {
    width: 18px;
    height: 16px;

}

.news-photo-date-text {
    font-size: 18px;
    color: #888888;
    padding: 5px;
    letter-spacing: 0.86px;
}

.news-list {
    width: 630px;
    float: right;
    margin-top: 27px;
}


.news-list .news-list-single-date {
    font-size: 16px;
    color: #246580;
    letter-spacing: 0.67px;
    margin-bottom: 3px;

}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #246580;
    float: left;
    margin: 7px 10px 0 0;
}

.news-list-single-title {

    border-bottom: 1px solid #246580;


}

.news-list .news-list-single:not(:first-child) {
    margin-top: 20px;
}

.news-list-single-title h2 {
    font-size: 18px;
    color: #555555;
    letter-spacing: 0.75px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-list-single-title a {
    color: #555555;
}

.news-list-single-title a:hover {
    color: #246580;;
}

/*notice contact*/
.notice-extend, .contact-extend {
    float: left;
    width: 110px;
}

.notice-icon img, .contact-icon img {
    width: 110px;
    height: 110px;
    margin: 15px 0 0 0;
}

.notice-title, .contact-title {
    font-weight: 500;
    font-size: 22px;
    color: #246580;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 10px;
}

.notice-list, .contact-list {
    float: right;

    padding: 0 20px;
}

.notice-list {
    width: 460px;
}

.contact-box {
    padding-left: 80px;
}

.contact-list {
    width: 360px;
}

.notice-more-box {
    height: 26px;
}

.notice-date {
    float: right;
    position: relative;
    margin-left: 15px;
}

.notice-list-text, .contact-list-text {
    padding: 0;
}

.notice-list-text li {
    width: 420px;
    font-size: 16px;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 0;
}

.notice-list-text li a {
    color: #555555;
}

.notice-list-text li a:hover {
    color: #246580;;
}

.contact-list-text li {
    font-size: 16px;
    color: #246580;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
}

/*main-keyan*/
.main-keyan {
    /*height: 100%;*/
    /*background: linear-gradient(90deg, #FFC0CB 50%, #00FFFF 50%);*/
    margin-top: 60px;
}
.keyan-box, .ccp-box{
    background: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.30);
    padding: 10px 15px;
    height: 410px;

}
.keyan-box{
    width: 790px;
    float: left;
}
.ccp-box{
    width: 390px;
    float: right;
    }

.keyan-text,.dangjian-text {
    background: url("keyan-title.png") left no-repeat;

    font-weight: 500;
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px;
    margin-left: -15px;

}
.keyan-text {
    background-size: 36% 100%;
}
.title-line{
    width: 100%;
    height: 2px;
    margin-top: -15px;
    background: #246580;

}
.dangjian-text{
    background-size: 60% 100%;
}
.keyan-title {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    padding: 15px;
    letter-spacing: 4px;
    text-align: left;
}

.keyan-list, .ccp-list{
    margin: 0;
    padding: 10px;
}
.keyan-list{
    padding: 10px 15px;
}
.keyan-list li , .ccp-list li{
    font-size: 16px;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
}


.keyan-tags .nav-tabs{
    border: none;
}
.keyan-tags .nav-tabs > li > a{
    padding: 10px 88px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #003000 ;

}
.keyan-tags  .nav-tabs > li.active > a,.keyan-tags  .nav-tabs > li.active > a:hover,.keyan-tags  .nav-tabs > li.active > a:focus{
    border: none;
    border-bottom: 4px solid #246580 ;
    color: #246580;
}

.nav-tabs > li > a:hover {
   background: rgba(74,158,182,0.1);
    /*border-radius: 0;*/
}
.ccp-pre img{
    width: 19px;
    height: 20px;
    margin-right: 10px;
}
.keyan-list a, .ccp-list a{
    color: #888;
    font-size: 16px;
}
.keyan-list a:hover,.ccp-list a:hover{
    color: #246580;
    font-weight: bold;
}



/*友情链接*/
.main-links {
    margin-top: 50px;
    width: 100%;
    height: 105px;
    overflow: hidden;
}

.links-title {
    width: 180px;
    height: 105px;
    background-image: linear-gradient(90deg, #4A9EB7 0%, #246580 100%);
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    display: flex;
    /*align-items: left;*/
    justify-content: space-around;
    flex-direction: column;
    float: left;
}

.links-list {
    float: left;
    width: 960px;
    margin-left: 30px;
}

.links-list a {
    float: left;
    color: #6f6f6f;
    padding: 3px 20px;
    white-space: nowrap;
    /*line-height: 1.3;*/
}

.links-list a:hover {
    color: #246580;
}


/*栏目及正文*/
.class-title-head {
    width: 1180px;
    height: 80px;
    background: #CBCBCB;
    margin: 80px 0 45px 20px;
}
.class-title-text{
    position: absolute;
    font-size: 32px;
    display: block;
    color: #fff;
    height: 0;
    width: 259px;
    letter-spacing: 1.33px;
    margin-top: -12px;
    margin-left: -20px;
    line-height: 72px;
    padding-left: 5px;
    border-width: 0px 80px 80px 0px;
    border-style: none solid solid;
    border-color: transparent transparent #246580;
    text-align: center;
    /*border-radius: 5px 0 0 0;*/

}
.class-title-head .form-group{
    float: right;
    padding: 20px;
}

.article-nav-box {
    background: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.30);
}

.article-nav-list {
    margin: 0;
    text-align: center;
    padding: 20px;
}

.article-nav-list li:not(:first-child) {
    border-top: 1px solid #246580;
}

.article-nav-list li a {
    display: block;
    color: #515151;
    padding: 10px;
    letter-spacing: 2px;
}

.article-nav-list li a:hover ,.article-nav-list .active .parent {
    color: #fff;
    background: #246580;
    font-weight: bold;
}
.itemLeftNavChild .sub-active a {
    color: #246580;
    font-weight: bold;
}
.itemLeftNavChild a{
    margin-left: 20px;
    padding: 5px;
}
.itemLeftNavChild dd {
    border-top: 1px solid #246580;
    margin: 0;
}



.content-box {
    background: #fff;
    width: 100%;
    min-height: 600px;
    padding: 15px 60px 70px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.30);
}

.content-head {
    font-size: 32px;
    color: #246580;
    text-align: center;
    font-weight: 500;
    padding: 30px 0 20px; 
}

.article-content {
    word-wrap: break-word;
    line-height: 30px;
    font-size: 16px;
    margin: 30px 0;
    text-align: left;
}

.article-content p {

}

.article-content img {
    max-width: 820px;
}

.article-content-extend {
    border-top: 1px solid #246580;
    color: #246580;
    font-size: 14px;
    text-align: right;
    padding: 20px 0 0 0;
}

/*class列表页*/
.class-list .news-list-single-title{
    margin-top: 5px;
}
.class-list .news-list-single:not(:first-child) {
    margin-top: 10px;
}

.content-box .pages{
    text-align: right;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}



.content-box .pages span {
/*     position: relative;
    float: left; */
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ddd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.content-box .pages a {
/*     position: relative;
    float: left; */
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.content-box .pages a:focus,.content-box .pages a:hover
{
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.search-form-page{
    margin-top: 160px;

}
.main-search{
    min-height: 460px;
}
