/* head */

.head img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.head img {
    display: block;
    margin: 0 auto;
}

.head .img1 {
    position: absolute;
    top: 12%;
    left: 24%;
    /* margin-top: 25px; */
}

.head .img2 {
    position: absolute;
    top: 33%;
    left: 37%;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.main .content {
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
}

.main .swiper-container .swiper-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, .4);
    /* opacity: 0.5; */
    padding-left: 20px;
    line-height: 38px;
    color: #fff;
}

.list:first-child {
    width: 588px;
}

.list:nth-child(2) {
    width: 565px;
    position: relative;
    overflow: hidden;
}


/* .list .title {
    position: relative;
    padding-left: 10px;
} */

.list .title .xwdt {
    background: rgba(255, 0, 0, .6);
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    padding: 0 12px;
}

.list .title .xwdt span {
    float: left;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.list .title .xwdt a {
    float: right;
    font-size: 14px;
    color: #fff;
}

.list .title .xwdt a:hover {
    color: #e90700;
}

.partlb .title a:hover {
    color: #cf0600;
}

.list .title .t_head {
    position: relative;
}

.list .title .t_head .fr a:hover {
    color: #cf0600;
}

.list .title .t_head img {
    /* width: 33px;
    height: 30px; */
}

.list .title .t_head .f1 {
    float: left;
    margin-top: 3px;
    width: 93%;
    margin-left: 5px
}

.list .title .t_head span {
    float: left;
    display: inline-block;
    width: 106px;
    height: 34px;
    line-height: 34px;
    background: #f78e88;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    /* margin-left: 5px; */
    margin-top: -3px;
}

.list .title .t_head .fr a {
    /* float: right; */
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    /* width: 56px; */
    height: 47px;
    line-height: 47px;
    margin-right: 10px;
    /* background: ; */
    text-align: center;
    color: #fd1606;
    font-size: 14px;
}

.list .title .t_head .fr1 a {
    /* float: right; */
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    /* width: 56px; */
    height: 45px;
    line-height: 52px;
    margin-right: 10px;
    /* background: ; */
    text-align: center;
    color: rgba(211, 55, 50, .5);
    font-size: 14px;
}

.list .title span .list .title a {
    float: right;
    font-size: 14px;
    color: #fff;
}

.list .title a:hover {
    color: #f25e59;
}

.list .list-con {
    margin-top: 10px;
}

.list .list-con .news .title {
    color: #333;
    font-weight: bolder;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
}

.list .list-con .news .cont {
    font-size: 14px;
    text-indent: 2em;
    line-height: 28px;
}

.list .list-con .news .cont a {
    color: #777;
}

.list .list-con .news .cont span {
    color: #c00;
}

.list .list-con ul li {
    height: 38px;
    line-height: 38px;
    background: url(../images/circle.jpg) no-repeat 10px center;
    padding: 0 10px 0 10px;
    /* border-bottom: 1px dashed #ccc; */
}

.list .list-con ul li:last-child {
    border-bottom: 0;
}

.list .list-con ul li a {
    float: left;
    line-height: 38px;
    width: 85%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.list .list-con ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

#full_feature .sw-slide {
    position: relative;
}

#full_feature .sw-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgba(0, 0, 0, .4);
    /* opacity: 0.5; */
    padding-left: 20px;
    line-height: 32px;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
}

.main .container .header {
    padding: 0 25px;
    line-height: 45px;
    background: #f9f9f9;
    color: #333;
}

.main .container .header img {
    margin-bottom: 5px;
    margin-right: 10px;
}

.main .container .header .fr a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-right: 100px;
}

.main .con {
    padding: 15px 30px 25px;
    min-height: 558px;
}

.main .con .con-hd {
    text-align: center;
    padding: 10px 0;
}

.main .con .con-time {
    width: 100%;
    height: auto;
    line-height: 44px;
    font-size: 15px;
    background: #f5f5f5;
    text-align: center;
    color: #999;
    margin: 10px 0 23px;
}

.main .con .con-time span {
    color: #c00;
}

em {
    /* font-size: normal; */
    cursor: pointer;
}

.main .con .content-box {
    border-top: 1px solid #ddd;
    padding: 20px;
}

.contentBox p {
    text-indent: 0rem;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.news-list ul li {
    /* height: 38px; */
    line-height: 38px;
    background: url(../images/circle.jpg) no-repeat 0 center;
    padding: 0 3px 0 12px;
    overflow: hidden;
}

.news-list ul li:nth-child(6n) {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-list ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news-list ul li a {
    float: left;
    line-height: 38px;
    width: 87%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.main .page {
    text-align: center;
    margin-top: 20px;
}

.main .page a {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
    color: #355E92;
    padding: 0px 10px;
    margin-left: 15px;
}

.main .page .current {
    background: #355E92;
    color: #fff;
}

.main .page a:hover {
    background: #355E92;
    color: #fff;
}

.partlb {
    /* overflow: hidden; */
    margin-top: 55px;
}

.partlb .title {
    padding-left: 10px;
    position: relative;
}

.partlb .title a {
    position: absolute;
    font-size: 14px;
    float: right;
    position: absolute;
    top: 24px;
    right: 0;
    color: #fc3d3d;
}

.partlb .list2 ul li {
    line-height: 55px;
}

.partlb .list2 ul li:nth-child(odd) a {
    width: 560px;
    border-bottom: 1px solid #f7bbbb;
    padding-left: 15px;
    background: url(../images/liList1.png) no-repeat left center;
    float: left;
    /* width: 80%; */
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.partlb .list2 ul li:nth-child(even) a {
    width: 560px;
    border-bottom: 1px solid #f7bbbb;
    padding-left: 15px;
    background: url(../images/liList1.png) no-repeat left center;
    float: right;
    /* width: 80%; */
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.location {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 99;
}

.location ul {
    background: #ff6666;
}

.location ul li {
    text-align: left;
    height: 42px;
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}

.location ul li:hover {
    background: #f20000;
}

.location ul li a {
    display: inline-block;
    padding: 0 10px;
    width: 100%;
    min-width: 100px;
    line-height: 42px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
}

.location ul li.active {
    background: #f20000;
}

.imgList {
    overflow: hidden;
    min-height: 558px;
}

.imgList ul li {
    position: relative;
    float: left;
    width: 282px;
    height: 232px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

.imgList ul li a img {
    width: 282px;
    height: 193px;
    transition: all 0.6s;
}

.imgList ul li a img:hover {
    transform: scale(1.1);
}

.imgList ul li:nth-child(4n) {
    margin-right: 0;
}

.imgList ul li a span {
    display: block;
    line-height: 32px;
    text-align: center;
    width: 282px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}