
/*主体*/
.is-main {
    padding-top: 40px;
    background: #F2F8FC;
}

.bgs {
    width: 505px;
    background: #fff;
    float: right;
}
.toutiao {
    width: 100%;
    padding: 40px 0;
	background-color: #f1f3f5;
    text-align: center;
}
.toutiao p {
    font-size: 32px;
	font-weight: bold;
	color: #333333;
    margin-bottom: 20px;
}
.toutiao span {
    font-size: 16px;
	color: #666666;
}
/*主体轮播*/
.slideBox  {
    margin-top: 20px;
}
.rotation ul li {
    position: relative;
    height: 405px;
}

.rotation ul li img {
    width: 100%;
    height: 100%;
}

.rotation ul li p {
    position: absolute;
    width: 100%;
    height: 58px;
    line-height: 58px;
    bottom: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rotation{
    width: 630px;
    height: 405px;
    position: relative;
}
.rotation .hd {
    position: absolute;
    bottom: 22px;
    right: 30px;
    z-index: 999;
}

.rotation .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
	opacity: 0.43;
    border-radius: 50%;
    margin: 0 4px;
}

.rotation .hd ul li.on {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.is-dynamic {
    width: 541px;
    height: 405px;
    float: right;
}

.is-tab1 {
    height: 40px;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
}

.is-tab1 .is-tabs1 ul li{
    width: 118px;
    height: 40px;
    text-align: center;
    float: left;
    margin-right: 93px;
    font-size: 20px;
	font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 1;
}
.is-tab1 .is-tabs1 ul li:last-child {
    margin-right: 0;
}
.is-tab1 .is-tabs1 ul li::before {
    content: " ";
    width: 1px;
    height: 18px;
	background-color: #333333;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: 146px;
}
.is-tab1 .is-tabs1 ul li:last-child::before {
    display: none;
}

.is-tab1 .is-tabs1 ul li.is-active a {
	color: #0074c5;
}
.is-tab1 .is-tabs1 ul li.is-active::after {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #eb3c00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.is-tab1 .is-tabs1 ul li:hover{
    padding: 0;
}

.is-tab1 .is-tabs1 .fr a,
.g-left .is-panel .title a,
.is-show .title a {
    color: #666;
    font-size: 14px;
}
.is-tab1 .is-tabs1 .fr a span,
.g-left .is-panel .title a span,
.is-show .title a span {
    height: 10px;
    display: inline-block;
    background-color: #ca1919;
    color: #fff;
    line-height: 10px;
    margin-left: 5px;
}
.f-dn {
    display: none;
}

.is-tab1 .is-tabs1 .fl a {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-right: 40px;
}

.is-tab1 .is-tabs1 .fl a.aon {
    cursor: pointer;
    color: #ca1919;
}
.is-tab1 .is-tabs1 .fl a.aon::before {
    content: "";
    width: 9px;
	height: 25px;
	background-color: #ca1919;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.liftg21 {
    margin-top: 15px;
}
.liftg21 ul li {
    position: relative;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
	color: #333333;
    padding-left: 15px;
}
.liftg21 ul li::after {
    content: " ";
    width: 5px;
	height: 5px;
    background-color: #666666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.liftg21 ul li:hover {
    padding-left: 20px;
}

.liftg21 ul li span {
    float: right;
    color: #999;
    line-height: 40px;
}

.liftg21 ul li a {
    font-size: 16px;
	line-height: 40px;
}


.g-left {
    width: 100%;
    padding: 30px 0 40px;
    background-color: #f1f3f5;
    margin-top: 30px;
}
.is-panel {
    width: 585px;
    height: 282px;
    margin-right: 30px;
    margin-bottom: 10px;
}
.is-panel:nth-child(2n) {
    margin-right: 0;
}

.is-panel .title {
    position: relative;
    height: 40px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 15px;
}

.is-panel .title h2,
.rendabox .title h2 {
    width: 118px;
    height: 40px;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #0074c5;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.is-panel .title h2::after,
.rendabox .title h2::after {
    content: " ";
    width: 118px;
    height: 3px;
    background-color: #eb3c00;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.rendabox .title h2::after {
    bottom: 0;
}

.is-panel ul li {
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}
.is-panel ul li::before {
    content: "";
    width: 5px;
	height: 5px;
    background-color: #666666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.notice ul li:hover,
.is-panel ul li:hover {
    padding-left: 20px;
}

.is-panel ul li span {
    float: right;
    color: #999;
}
.is-panel ul li a {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tit-switch ul li a {
    font-size: 20px;
	color: #ca1919;
}
.text0 {
    margin-right: 0;
}
.rotation ul li img,
.ztimg img,
.m-specialbox .bd ul li a img {
    object-fit: cover;
    transition: all .5s;
}
.rotation ul li img:hover,
.ztimg img:hover,
.m-specialbox .bd ul li a img:hover
{transform: scale(1.1);}

.cwhry p:hover .img,
.hyzc p:hover .img,
.liestbox a:hover .img1,
.liestbox a:hover .img2 {transform: rotateY(360deg);transition: .5s;}

/* 图片新闻 */
.rendabox{
    width: 1200px;
    height: 240px;
    position: relative;
    margin-top: 30px;
}
.rendabox .title {
    width: 1200px;
    height: 40px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 20px;
}
.rendabox .t-dynamic ul {
    width: 1200px;
}
.t-dynamic .tempWrap {
    width: 1200px !important;
}
.rendabox .t-dynamic ul li a {
    display: block;
}
.rendabox .t-dynamic ul li{
    width: 224px;
    margin-right: 20px;
    float: left;
}

.rendabox .t-dynamic ul li img{
    height: 150px;
    margin-right: 20px;
    float: left;
}

.rendabox .t-dynamic ul li a img,.tpxw .t-dynamic ul li {
    width: 224px;
    margin-bottom: 10px;
}
.rendabox .t-dynamic .h-shine p {
    width: 220px;
	font-size: 16px;
	color: #333333;
    margin: 0 auto;
    overflow: hidden; /*超出长度的文字隐藏*/
    text-overflow:ellipsis;/*文字隐藏以后添加省略号*/
    white-space: nowrap; /*强制不换行*/
}

@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px) {
    .rotation,.notice,.t-dynamic .tempWrap,.rendabox .title,
    .tite-tab, .dynamic-text, .dynamic-text ul li,.rendabox,
    .is-panel, .is-dynamic, .g-left {
        width: 100% !important;
    }
    .rendabox {
        display: none;
    }
    .is-dynamic {
        margin-top: 30px;
    }
    .is-tab1 .is-tabs1 ul li{
        width: 115px;
        margin-right: 0;
    }
    .is-tab1 .is-tabs1 ul li::before {
        display: none;
    }
    .is-panel:nth-child(2n) {
        margin-top: 25px;
    }
    .rotation {
        height: 100%;
    }
    .rotation ul li {
        height: 260px;
    }
    .rotation .hd {
        position: absolute;
        bottom: 22px;
        right: 30px;
        z-index: 2;
    }
    .tzlj select  {
        margin-bottom: 15px;
    }
    .is-panel {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .g-right {
        float: left;
        margin: 0 45px;
    }
    .zhuanti {
        width: 100%;
        height: 45px;
        writing-mode: horizontal-tb;
        margin-bottom: 10px;
    }
    .rendabox ul li {
        margin-right: 55px;
    }
    .tzlj select {
        width: 100%;
    }
    .yqlj {
        padding: 0 75px;
    }
    .yqlj img {
        margin-bottom: 10px;
    }
    .lunbo {
        float: none;
    }
}















