
/*主体*/

.is-mainbody {
    width: 100%;
    height: 930px;
    background: url(../images/home/bodyicon.png) 0 -96px no-repeat;
    overflow: hidden;
}
.box {
    height: 580px;
    margin-top: 204px;
}
.gsgglist,.inglist {
    width: 300px;
    height: 100%;
}
.newlist {
    width: 600px;
    height: 100%;
    padding: 25px 20px 0;
    background-color: #fff;
}
.gglist {
    width: 100%;
    height: 370px;
    background: url(../images/home/gglist.png) no-repeat;
    padding: 25px 15px 0 20px;
}
.announcement {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
    margin-bottom: 15px;
}
.announcement a,.announcement a:hover{color: #ffffff;}
.gglist ul li {
    font-size: 16px;
    height: 38px;
	line-height: 38px;
	color: #ffffff;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gglist ul li a{color: #ffffff;}
.gglist ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.map {
    width: 100%;
	height: 210px;
}
.new {
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
}
.new .title{
    font-size: 20px;
	font-weight: bold;
	color: #333333;
    margin-bottom: 20px;
}
.newphoto {
    width: 290px;
	height: 210px;
}
.newphoto img {
    width: 100%;
    height: 100%;
}
.newtext {
    width: 240px;
}
.newtext .title {
    font-size: 16px;
	color: #333333;
    margin-bottom: 20px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newtext .text {
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    margin-bottom: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.newtext .more {
    width: 93px;
	height: 28px;
	background-color: rgba(231, 146, 63, .3);
    text-align: center;
    line-height: 28px;
    font-size: 14px;
	color: #e7923f;
}
.newtext .more a{color: #e7923f;}
.formation ul li {
    font-size: 16px;
    height: 38px;
	line-height: 38px;
	color: #333333;
    position: relative;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.formation ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e7923f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.inglist div{width: 100%;}
.inglist div img{width: 100%;height: 100%;}




@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px) {
    .newtext{width: 100%;}
    .is-mainbody{overflow: auto;}
    .gsgglist, .inglist{width: 100%;float: none;}
    .box{height: 100%;}
    .gsgglist, .inglist{height: 580px;}
    .gglist{background-size: 100% 100%;}
    .newlist,.newphoto,.newtext{float: none;}
    .newlist{width: 100%;height: 790px;}
    .newphoto{margin-bottom: 10px;}
    .new{height: 480px;}
    .dzjg{top: 90% !important;right: 30px !important}
    .is-mainbody{background-size: 300% 111%;}
}







