* {
    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;
}

.build {
    background: #CF0000;
}

.build 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{
    margin-top: 20px;

}

/*左边部分*/
#title{
    width: 180px;
    height: 220px;
    display: flex;
    float: left;

}

#title ul li{
    width: 180px;
    height: 22px;
    display: flex;
    flex-direction:column-reverse;
    margin-top: 20px;

}

#title ul li a{
    width: 180px;
    height: 22px;
    font-size: 20px;
    padding: 0 0 0 25px;
    border-left: 6px solid #ffffff;

}

#title .build1 a{
    border-left: 6px solid #CF0000;

}


.build1 a{
    color: #B9A272;
}


/*右边部分*/
#right{
    width: 850px;
    float: left;
    margin-left: 80px;
    position: relative;
}

#right-top{
    height: 65px;

}

#right-current{
	width:850px;
    height: 50px;
    position:absolute;
    top: 8px;

}

#right-current a{
    font-size: 18px;
    color:  #000000;
    line-height: 50px;

}

#right-list{
    width: 850px;
    height: 600px;
    position:absolute;
    top: 80px;

}

#right-list ul li{
    width: 850px;
    height: 30px;
    margin-bottom: 20px;
    list-style: disc;
}

.right-li-title{
    width: 600px;
    height: 30px;
    float: left;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;



}

.right-li-time {
    width: 100px;
    height: 30px;
    float: right;
    font-size: 15px;
    color: #AAAAAA;
}

#page{
    width: 850px;
    height: 30px;
    position:absolute;
    top: 600px;

}

#page-content{
    width: 400px;
    height: 30px;
    margin: auto;
}

#page-content a{
    width: 60px;
    height: 30px;
    border: 1px solid #AAAAAA;
    border-radius:5px;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;

}









