@media (min-width: 1200px) {
    .col-md-24 {
        width: 20%;
    }
}
.main-content {
    padding-top: 80px;
}
.news-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-groups a {
    background: rgba(26,70,143,.9);
    color: #fff;
    padding: 8px 20px;
    margin: 0 5px 5px;
    display: table;
    font-size: 16px;
    border-radius: 3px;
}
.new-item {
    display: block;
}
.st8bottom-item-inner {
    border: 1px solid #d3d6da;
    transition: all .3s;
    margin-top: 32px;
}
.st8bottom-item-img img {
    width: 100%;
}
.st8bottom-item-inner {
    border: 1px solid #d3d6da;
    transition: all .3s;
    margin-top: 32px;
}
.st8bottom-item-text {
    padding: 16px;
}
.st8bottom-item-date {
    color: #999ca0;
    padding-bottom: 18px;
    display: inline-block;
    position: relative;
}
.st8bottom-item-date:before {
    width: 24px;
    height: 2px;
    left: 0;
    bottom: 8px;
    position: absolute;
    content: "";
    background: #ee7d22;
    transition: all .4s;
}
.st8bottom-item-inner:hover .st8bottom-item-date:before {
    width: 100%;
}
.st8bottom-item-date svg {
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.st8bottom-item-name {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 8px;
    color: #2f3032;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.st8bottom-item-inner:hover .st8bottom-item-name, .st8bottom-item-inner:hover .st8bottom-item-link {
    color: #ee7d22;
}
.st8bottom-item-des {
    font-size: 16px;
    color: #2f3032;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.st8bottom-item-link svg {
    color: #999ca0;
    font-weight: bold;
    display: inline-block;
    margin-top: 24px;
    margin-left: 12px;
    position: relative;
}
.wImage img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: scale-down;
}
.wImage:before {
    display: block;
    padding-bottom: 56.25%;
    content: "";
}
.wImage {
    position: relative;
    display: block;
}
.st8bottom-item-link span{
    color: #999ca0;
    font-weight: bold;
    margin-top: 24px;
    display: inline-block;
}
.st8bottom-item-link{
    display: flex;
}
.new-sidebar-search {
    position: relative;
    margin-bottom: 24px;
}
.new-sidebar-search input {
    border: 1px solid #d7d6d5;
    line-height: 42px;
    padding: 0 52px 0 12px;
    width: 100%;
}
.new-sidebar-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    background: none;
    border: none;
    padding: 0 12px;
}
.new-sidebar-search button svg {
    width: 16px;
    height: 16px;
}
.new-sidebar-search input::placeholder{
    color: #999;
}
.new-sidebar-content {
    background: #fafafa;
    padding: 16px 24px;
    margin-bottom: 24px;
}
.new-sidebar-title {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d6d5;
}
.new-sidebar-nav li a {
    display: block;
    color: #67696c;
    margin-top: 19px;
}
.new-sidebar-nav ul{
    padding-left: 0;
}
.new-sidebar-item {
    padding: 12px 0;
    overflow: hidden;
    display: block;
}
.nsi-img img {
    width: 80px;
    margin-right: 12px;
    float: left;
}
.nsi-text {
    width: calc(100% - 92px);
    float: right;
}
.nsi-name {
    color: #2f3032;
    display: block;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}
.nsi-date {
    color: #999ca0;
}
.nsi-date svg {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager {
    margin-top: 40px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pager .pagination {
    justify-content: right;
}
.pagination li {
    margin-right: 8px;
}
.pagination li a:hover, .pagination li.active a {
    background: #ee7d22;
    border-color: #ee7d22;
    color: #fff;
}
.pagination li a {
    border: 1px solid #d7d6d5;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    color: #67696c;
    border-radius: 0;
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
}
.dnew-title {
    font-weight: bold;
    font-size: 24px;
}
.dnew-dot {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d7d6d5;
}
.dnew-dot .time {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #d7d6d5;
    display: inline-block;
    color: #999ca0;
}
.dnew-dot .time svg {
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.dnew-dot .time1 {
    border-right: none;
}
.intro-st1 {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.intro-st1 .col-xs-12 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.intro-st1 .pull-right {
    order: 2;
}
img {
    max-width: 100%;
    height: auto;
    padding: 0;
    outline: none;
    border: none;
}
.intro h2 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 16px;
}
.intro-st1 li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 12px;
}
.intro-st1 li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 8px;
    height: 8px;
    background: #ee7d22;
    border-radius: 50%;
}
.intro-st2-left {
    width: calc(100% - 720px);
    float: left;
}
.intro-st2-right {
    width: 650px;
    float: right;
}
.intro-st2-right ul li {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}
.intro-st2-right ul li>span:before {
    position: absolute;
    content: "";
    background: #ee7d22;
    width: 16px;
    height: 16px;
    right: -44px;
    top: 10px;
    border-radius: 50%;
    z-index: 2;
}
.intro-st2-right ul li>span:after {
    position: absolute;
    content: "";
    background: #d7d6d5;
    width: 1px;
    height: 200px;
    right: -37px;
    top: -2px;
    z-index: 1;
}
.intro-st2-right h4 {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 17px;
    color: #2f3032;
}
.intro-st2-right ul li>span {
    border: 2px solid #d7d6d5;
    height: 40px;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;
    color: #2f3032;
    float: left;
    position: relative;
    width: 92px;
    text-align: center;
    transition: all .3s;
}
.intro-st2-right ul li div {
    float: right;
    width: calc(100% - 156px);
}
.intro-st2 {
    padding: 40px 0 80px;
}
.intro-st3-content h4 {
    font-weight: bold;
    font-size: 18px;
    margin: 16px 0 10px;
}
.intro {
    font-size: 16px;
    padding: 20px 0 50px;
}