
.indexbody {
    background: #fff;
}
/*主体*/

.zxyw {
    width: 442px;
	height: 318px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
    float: left;
    margin-left: 28px;
}

/*主体轮播*/

.rotation{
    width: 468px;
	height: 318px;
    position: relative;
    float: left;
    overflow: hidden;
}

.rotation ul li {
    height: 318px;
}

.rotation ul li img {
    width: 100%;
    height: 100%;
}

.rotation ul li p {
    position: absolute;
    width: 100%;
    height: 56px;
    line-height: 56px;
    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 .hd {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}

.rotation .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
}

.rotation .hd ul li.on {
    background: #ff8a00;
}

/*主体列表内容*/
.zxyw-title {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.zxyw-title:before {
    content: "";
    width: 32px;
    height: 5px;
    background-color: #bd1a2d;
    position: absolute;
    left: 50px;
    bottom: -2px;
}

.title-left {
    font-weight: bold;
	font-size: 24px;
	color: #bd1a2d;
    font-weight: bold;
    padding-left: 20px;
}
.title-left span {
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
    float: right;
    margin-right: 20px;
    padding: 0 15px;
    background-color: #f5f5f5;
	border-radius: 4px;
    margin-top: 18px;
}
.m-dynamic {
    padding: 0 20px;
    margin-top: 15px;
}
.m-dynamic ul li {
    padding-left: 15px;
    line-height: 38px;
    position: relative;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}
.m-dynamic ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.m-dynamic ul li:hover {
    padding-left: 20px;
}

.navigation{
    margin-top: 30px;
    background-color: #fff;
}

.tzgg {
    width: 314px;
	height: 318px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
    float: right;
}
.zmc {
    margin-top: 30px;
    overflow: hidden;
}
.zmc img {
    width: 100%;
}

.version {
    width: 408px;
    height: 356px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
    float: left;
    margin-right: 28px;
}
.version:last-child {
    margin-right: 0;
}
.version .title {
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 58px;
    padding-left: 24px;
    position: relative;
}
.version .title img {
    width: 28px;
    height: 54px;
    position: absolute;
    top: -6px;
    left: 0;
}
.t-dynamic ul li {
    margin-top: 16px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.t-shine {
    width: 190px;
    height: 166px;
}
.t-shine img {
    width: 190px;
    height: 138px;
}
.t-shine p {
    width: 171px;
	font-size: 16px;
	color: #333333;
    margin: 10px auto 0;
    width: 10em; /*保证文字不会被半汉字截断,显示10个文字*/
    overflow: hidden; /*超出长度的文字隐藏*/
    text-overflow:ellipsis;/*文字隐藏以后添加省略号*/
    white-space: nowrap; /*强制不换行*/
}

.m-special {
    margin-top: 30px;
}
.m-special ul li {
    width: 630px;
	height: 140px;
    float: left;
    overflow: hidden;
}
.m-special ul li img {
    width: 100%;
}
.m-special ul li:first-child {
    margin-right: 20px;
}

.yqlj {
    padding: 25px 20px;
}
.yqlj ul li {
    width: 178px;
	height: 74px;
    float: left;
    margin-bottom: 12px;
}
.yqlj ul li img {
    width: 100%;
}
.yqlj ul li:nth-child(2n) {
    float: right;
}

/* 动态效果 */
.rotation .bd img,
.zmc img,
.m-special ul li img {
    object-fit: cover;
    transition: all .5s;
}
.zmc img:hover,
.m-special ul li img:hover,
.rotation .bd img:hover
{transform: scale(1.1);}


.zxyw-title{position: relative;}
.tabtitle::before{display: none;}
.zxyw-title li{ font-weight: bold;font-size: 24px;font-weight: bold;padding: 0 20px;float: left;}
.zxyw-title ul li a.liank{display: block;position: relative;}
.zxyw-title ul li.active a.liank{color: #bd1a2d;}
.zxyw-title ul li.active a.liank::before{content: "";width: 32px;height: 5px;background-color: #bd1a2d;position: absolute;left: 50%;bottom: -2px;margin-left: -16px;}
.zxyw-title ul li a.more{font-size: 12px;font-weight: normal;line-height: 28px;color: #999999;position: absolute;top: 18px;right: 12px;padding: 0 15px;background-color: #f5f5f5;border-radius: 4px;display: none;}
.zxyw-title ul li.active a.more{display: block;}


@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px) {
    .rotation .tempWrap,
    .hmxc .title,
    .version,.tzgg,
    .version .title,
    .rotation,.m-special ul li,
    .zxyw, .zxyw .zxyw-title{width: 100% !important;}
    .m-special ul li{height: 100%;}
    .m-special ul li:first-child img {margin-bottom: 20px;}
    .rotation,.rotation ul li {height: 100%;}
    .weather iframe{width: 100%;}
    .rotation .hd {position: absolute;bottom: 22px;right: 30px;z-index: 2;}
    .zxyw{float: 0;margin: 30px 0}
    .m30{margin: 30px 0;}
    .yqlink{height: 100%;}
    .yqlj ul li{float: none !important;margin: 0 auto 12px;}
}




