*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
body{
    background: url("../images/header.jpg") no-repeat center top;
}
#Header{
    width: 1100px;
    height: 180px;
    margin: 0 auto;
}
#Content{
    width: 1100px;
    margin: 0 auto;
}
#Content .title{
    border-bottom: 1px solid lightgray;
    position: relative;
}
#Content .title>.titleZ{
    width: 30%;
    background: rgb(204,0,1);
    color: white;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}
#Content .title .Home{
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 50px;
}
#Content .title .Home a{
    font-size: 18px;
    font-weight: bold;
    transition: .3s;
}
#Content .title .Home a:hover{
    color: rgb(204,0,1);
}
#Content .left{
    box-sizing: border-box;
    width: 28%;
    float: left;
    /*border: 1px solid lightgrey;*/
    /*text-align: center;*/
    /*padding: 30px 10px;*/
    border-top: none;
    border-bottom: 1px solid lightgrey;
    min-height: 200px;
    /*background: url("../images/leftbg.jpg") no-repeat;*/
    background-size: 100% auto;
    line-height: 30px;
    /*color: #fff;*/
}
#Content .left div{
    text-indent: 2em;
    margin-top: 20px;
}
#Content .left div:first-child:first-letter{
    font-size: 20px;
    color: rgb(204,0,1);
}
#Content .left div p:first-child{
    color: rgb(204,0,1);
    margin-top: 10px;
}
#Content .left div p{
    text-indent: 2em;
}
#Content .right{
    width: 70%;
    float: right;
    border-left: 1px solid lightgrey;
}
#Content .right ul{
    padding: 10px 20px;
}

#Content .right ul li{
    line-height: 35px;
    position: relative;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    border-bottom: 1px dotted lightgrey;
    padding: 10px 0;
}
#Content .right ul li p{
    text-indent: 2em;
}
/*#Content .right ul li:nth-of-type(5n){*/
    /*border-bottom: 1px solid lightgrey;*/
    /*margin-bottom: 5px;*/
    /*padding-bottom: 5px;*/
/*}*/
#Content .right ul li a{
    /*font-weight: bold;*/
}
#Content .right ul li a:hover{
    color: rgb(204,0,1);
}
/*#Content .right ul li .date{*/
    /*font-size: 13px;*/
    /*line-height: 35px;*/
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: 0;*/
/*}*/
#Content .right ul li .source{
    margin-left: 60px;
}
.pages{
    overflow: hidden;
    padding-left: 20px;
    color: #666;
    font-size: 13px;
}
.pages *{
    line-height: 50px;
    color: #666;
    font-size: 13px;
}
.pages .paper,.pages .page,.pages .jump{
    float: left;
}
.pages .paper{
    margin-right: 20px;
}
.pages .jump{
    margin-left: 20px;
}
.pages a{
    padding: 1px 5px;
    border: 1px solid lightgrey;
}
.pages a:hover{
    background: #015293;
    color: white;
}
.pages b{
    color: #015293;
}
#Footer{
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
    border-top: 2px solid red;
    position: relative;
}
#Footer .center{
    text-align: center;
}
#Footer .left{
    position: absolute;
    width: 65px;
    height: 75px;
    top: 0;
    bottom: 0;
    left: 200px;
    margin: auto;
}
#Footer .left img{
    width: 100%;
    height: 100%;
}
#Footer .right{
    position: absolute;
    width: 112px;
    height: 57px;
    top: 0;
    bottom: 0;
    right: 150px;
    margin: auto;
}
#Footer .right img{
    border: 1px solid gray;
    border-radius: 4px;
}
