* {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

a{
    text-decoration: none;
    color: #000;
}

/*外框*/
#wrap {
	width:100%;
	min-width:1125px;
    display:flex;/*设为伸缩容器*/  
    flex-flow:column; 
}

/*头*/
#header {
    height: 295px;
    position: relative;
	background:url(http://jssy.org.cn/template/1/Jiangsu_Institute_of_socialism/images/banner.gif) top center no-repeat;
	background-size: 100% 100%;
}

/*横幅*/

#top-logo{
    height: 50px;
    position: absolute;
    z-index: 2;

}

/*图标Logo*/
#logo{
    margin-left: 28px;
	padding-top: 5px;
}

#logo img{
    width: 80px;
    height: 80px;
}


#banner{
    position: absolute;
    height: 295px;
    z-index: 1;
}

/*导航栏*/
#nav {
    height: 54px;
    box-shadow: 0 7px 5px -5px #999999;
}

#nav-center {
    width: 1125px;
    margin: auto;
    height: 54px;
}

.partyBuilding {
    background: #CF0000;
}

.partyBuilding a{
    color: #ffffff;
}

#nav ul{
    display: flex;
    flex-direction: row;
}

#nav ul li {
    width: 200px;
    height: 54px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}
#nav ul li a{
    height: 54px;
    display: block;
}

#nav ul li a:hover{
    color: white;
}

#nav ul li:hover{
    background: #CF0000;
    color: white;
    cursor: pointer;
}

#center {
    width: 1125px;
    margin: auto;
}

/*主体*/
#main{
    padding-top: 50px;
    margin: auto;

}

#main-top{
    width: 1000px;
    height: 100px;

}

/*主体标题*/
#main-title{
    width: 1000px;

}


#main-title p{
	font-size:28px;
	text-align:center;
	
}

/*主体时间*/
#main-time{
   	padding-top:10px;
	width:1000px;
	text-align:center;

}

/*主体上下篇*/
#main-next{
    width: 680px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;

}



#main-next p{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#main-content{
	width:100%;
  overflow:hidden;
}
#main-content p img{
	width:80%;
    height:auto;
}
#main-content section img{
	width:100%;
}














