* {
    padding: 0;
    margin: 0;
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: crisp-edges; /* The standard */
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard) */
}

@media screen and (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        min-width: 1400px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm {
        min-width: 1300px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .container, .container-md, .container-sm {
        min-width: 1100px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1100px) {
    .container, .container-sm {
        min-width: 900px;
    }
}

body {
    background: #fff url("../images/bodyBG.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
}

.text-red {
    color: #af090b;
}

.line {
    border-top: 1px solid #dbdbdb;
    height: 1px;
    line-height: 1px;
}

.blank15 {
    height: 15px;
    line-height: 15px;
}
.logo img {
    height: 120px;
}

.title {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.content {
    background: rgb(242, 242, 242);
    height: auto;
    margin: 30px 0 50px 0;
    padding: 20px;
}

.search {
    position: relative;
    padding: 30px 0;
}

.search:before {
    right: 10px;
}

.search:after {
    left: 10px;
}

.search:before, .search:after {
    height: 2px;
    background-color: #dddddd;
    width: 20%;
    content: '';
    position: absolute;
    top: 54px;
}

.form-box {
    width: 50%;
    margin-left: 25%;
    position: relative;
    border: 2px solid #5f8ab9 !important;
    border-radius: 10px;
}

.form-input {
    border: none !important;
    background: none;
    height: 50px;
    width: calc(100% - 60px);
    padding-left: 20px;
    font-size: 18px;
}

.form-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: none;
    text-align: center;
    background: none;
}

.gk-menu, .gk-menu-top {
    list-style: none;
}

.gk-menu-top .gk-li-top {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.gk-menu-top .gk-li-top.active .gk-li-a-top{
    background: rgb(242, 242, 242);
    color: #2b4b73;
}

.gk-menu-top .gk-li-top a {
    padding: 10px 0 10px 30px;
    color: #333333;
}

.gk-menu-top .gk-li-top .gk-li-a-top {
    padding: 15px 0 15px 30px;
    font-size: 18px;
    display: block;
}

.gk-menu-top .gk-li-top .gk-li-a-top:hover {
    text-decoration: none;
}

.gk-menu-top .gk-li-top .gk-li-a-top img {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.gk-menu-top .gk-li-top .gk-li-a-top span {
    float: left;
    display: inline-block;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.gk-menu {
    margin: 10px 0 0 0;
    padding: 0;
}

.gk-menu .gk-li {
    margin-left: 40px;
    padding: 5px 0;
}

.gk-menu .gk-li .gk-li-a {
    font-size: 16px;
    line-height: 1.5em;
}
.gk-menu .gk-li.active .gk-li-a {
    color: #2b4b73;
}

.gk-list-container{
    background: #FFFFFF;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
}

.gk-list-title{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eef2fe;
    height: 50px;
    line-height: 50px;
}


ul.news-list {
    padding-top: 8px;
    list-style: none;
}

.news-list li {
    line-height: 1em;
    font-size: 16px;
    padding: 10px 0 10px 15px;
    background: url('../images/icon2.jpg') no-repeat left center;
}

.news-list li .article-title{
    display: inline-block;
}

.news-list li .article-title a {
    color: #333 !important;
}


.width-p90{
    width: 90% !important;
}

.width-p80{
    width: 80% !important;
}


.text-overflow {
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 溢出内容隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}


/*新闻详情*/
.news-content {
    padding: 0 25px;
}

.news-content .title {
    padding: 25px 0;
    text-align: center;
    font-size: 32px;
}

.news-content .info {
    border-bottom: 1px solid #f2f3fb;
    line-height: 50px;
}

.news-content .cnt {
    padding: 25px 0;
    font-size: 16px;
}
.news-content .cnt img{
    max-width: 100%;
}
.news-content .cnt video{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.news-content .cnt p{line-height: 2em;text-align: justify;}

.news-content table{
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}
.news-content table td, .news-content table th{
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}