.ams-news-banner-box {
    position: relative;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}

.ams-news-banner-box .ams-news-banner-bg {
    position: absolute;
    top: -80px;
    right: 57%;
    width: 620px;
    height: 490px;
    background: url(../img/common/bg_arrow2.png) no-repeat top left;
    opacity: .6;
}

.ams-news-banner-title {
    position: relative;
    padding-top: 140px;
    /* padding-left: 100px;*/
    text-align: center;
    color: #182689;
    font-size: 32px;
    z-index: 2;
}

.ams-news-recommend-banner {
    float: left;
    margin-right: 40px;
    margin-bottom: 90px;
    width: 750px;
    height: 500px;
}

.ams-news-recommend {
    position: absolute;
    top: -11px;
    z-index: 20;
    left: 15px;
    width: 84px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    background: #3F99D5;
}

.ams-news-tab-content {
    width: 100%;
    height: 160px;
    margin-top: 39px;
    background: #3F99D5;
    clear: both;
}

.ams-news-tab-content .ams-news-tab-box {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ams-news-tab-content .ams-news-tab {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-right: 57px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}

.ams-monthly-news {
    width: 396px;
}

.ams-monthly-news .ams-monthly-news-inner {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 14px;
}

.ams-monthly-news h2 {
    font-weight: bold;
}

.ams-monthly-news .ams-monthly-news-line {
    width: 260px;
    height: 1px;
    margin-top: 10px;
    margin-left: 23px;
    background: #DCDCDC
}

.ams-monthly-news .ams-news-round {
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    /* background: rgba(63, 153, 213, 1);
     opacity: 0.35;
     border-radius: 50%;*/
}

.ams-monthly-news .ams-news-round2 {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    background: rgba(63, 153, 213, 1);
    border-radius: 50%;
}

.ams-monthly-news-img {
    width: 80px;
    height: 80px;
    margin-right: 17px;
    background: #eee;
    border-radius: 6px;
}

.ams-monthly-news-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.ams-monthly-news-content {
    color: #666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ams-monthly-news-box {
    display: inline-block;
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
}

.ams-monthly-news-box:last-child {
    margin-bottom: 0;
}

.ams-monthly-news-box:hover {
    box-shadow: 0px 3px 14px 2px rgba(161, 192, 205, 0.28);
    border-radius: 6px;
    cursor: pointer;
}

.ams-monthly-news-box .ams-monthly-news-title {
    margin-bottom: 10px;
}

.ams-monthly-news-box .ams-monthly-news-date {
    color: #969696;
}

.ams-news-list {
    display: inline-block;
    margin-left: -20px;
    margin-bottom: 105px;
}

.ams-news-list li {
    float: left;
    width: 530px;
    height: 100px;
    padding: 20px;
}

.ams-news-list li:nth-child(2n) {
    margin-left: 66px;
}

.ams-news-list li div {
    margin-bottom: 5px;
}

.ams-news-list li:hover {
    box-shadow: 0px 3px 14px 2px rgba(161, 192, 205, 0.28);
    border-radius: 6px;
}

.ams-news-list a {
    display: inline-block;
    width: 380px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.ams-news-list a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #3F99D5;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}

.ams-news-list .time {
    padding-top: 5px;
    color: #969696;
    font-size: 16px;
}

.ams-news-list p {
    width: 400px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ams-news-list-line {
    width: 50px;
    height: 1px;
    background: #3F99D5;
    clear: both;
    margin: 0 auto;
}

.ams-news-content {
    margin-top: 90px;
}

.ams-news-content .ams-news-content-inner {
    display: inline-block;
    width: 100%;
    margin-bottom: 55px;
}

.ams-news-content .ams-news-type {
    width: 120px;
    height: 30px;
    margin-right: 25px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(63, 153, 213, 1);
    border-radius: 15px;
}

.ams-news-content .ams-news-date {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: Arial;
    color: #999;
}

.ams-news-content .ams-news-content-box {
    margin-top: 25px;
}

.ams-news-content .ams-news-img {
    width: 200px;
    height: 110px;
    margin-right: 25px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 14px 2px rgba(161, 192, 205, 0.28);
    border-radius: 6px;
}

.ams-news-content .ams-news-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.ams-news-content .ams-news-title {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 5px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

.ams-news-content .ams-news-des {
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ams-news-active {
    background: #fff;
    color: #3F99D5 !important;
}

/*轮播*/
.block_home_slider {
    width: 750px;
    height: 500px;
    /*padding: 1px;*/
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 0px;
    margin-right: auto;
    margin-left: auto;
}

.flex-viewport {
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.block_home_slider .slide {
    position: relative;
}

.block_home_slider .caption {
    padding: 0 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 80px;
    text-align: left;
    background: rgba(26, 26, 26, .55);
    border-radius: 0px 0px 8px 8px;
}

.block_home_slider .caption a {
    /*padding-bottom: 0px;
    font-size: 11px;
    color: #dedede;
    text-shadow: 0px -1px #000000;
    line-height: 17px;*/
}

.block_home_slider .caption a.title {
    /* padding-bottom: 6px;*/
    line-height: 80px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.block_home_slider .flex-direction-nav a {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 60px;
    margin-top: -30px;
    display: block;
    text-indent: -9000px;
    z-index: 20;
    opacity: .6;
}

.block_home_slider .flex-direction-nav li:hover {
    /*width: 100px;
    height: 500px;*/
    /* opacity: 0.7;*/
    z-index: 2;
}

.block_home_slider:hover .flex-direction-nav li a {
    opacity: 1;
}

.block_home_slider .flex-direction-nav li.prev:hover {
    /* position: absolute;
     top: 0;
     left: 0;
     border-radius: 6px 0px 0px 6px;
     background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #333333 100%);
     opacity: .6;*/
}

.block_home_slider .flex-direction-nav li.next:hover {
    /*position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 6px 6px 0px;
    background: linear-gradient(270deg, #333333 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .6;*/
}

.block_home_slider .flex-direction-nav a.flex-prev {
    left: 20px;
    /*background-position: left top;*/
    background: url("../img/common/normal_prev.png") no-repeat left top;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
    /* background-position: left bottom;*/
}

.block_home_slider .flex-direction-nav a.flex-next {
    right: 20px;
    /*background-position: right top;*/
    background: url("../img/common/normal_next.png") no-repeat right top;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
    /* background-position: right bottom;*/
}

.block_home_slider .flex-control-paging {
    margin: 0;
    padding-top: 30px;
    padding-left: 0;
    display: inline-block;
}

.block_home_slider .flex-control-paging li {
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
    display: block;
    text-indent: -9000px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: #DCDCDC;
    border-radius: 50%;
    margin: 0 7px;
    /* width: 12px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(sprite_nav_3.png);
    text-indent: -9000px;
    cursor: pointer;*/
}

.block_home_slider .flex-control-paging li a.flex-active {
    /* background-position: right top;*/
    background: #3F99D5;
}

.block_home_post_feature {
    width: 300px;
}

.block_home_post_feature p {
    padding-bottom: 0px;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
}

.flexslider .slides img {
    width: 100%;
    height: 500px;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
