/*论文目录*/
.main{

}
.yiJuHua{
    height:80px;
    background-color:#f64561;
}
.yiJuHua p{
    color:#fff;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
}
.paper{
    width: 1000px;
    /*float: left;*/
    background-color: #abc4c0;
    border-top:12px dashed #f64561;
    border-bottom:12px dashed #fff;
}

.paper p{
    margin: 30px auto;
    color: #333;
    border-bottom: #DDD solid 1px;
    font-weight: bold;
    font-size: 20px;
    width: 80%;
}
.paper p span{
    background-color: #abc4c0;
    position: relative;
    top: 6px;
    font-size: 20px;
    padding: 0 20px;
}
.paper ul {
    width: 75%;
    margin: 40px auto;
}
.paper ul li {
    padding: 0 19px 0 15px;
    background: url("../images/Images/dot.gif") no-repeat 4px 11px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    display: inline-block;
    width: 100%;
}
.paper ul li a{
    text-decoration: none;
    color: #333;
}
.paper ul li em {
    padding: 0 20px;
}
.paper ul li .pdf{
    color: blue;
    text-decoration: underline !important;
}

/*论文侧边栏目录*/
.aside{
    width: 330px;
    /*float: left;*/
    padding: 14px 0 0;
    background-color: #566069;
    border-left: 12px dashed #abc4c0;
    border-top:12px dashed #f64561;
    border-bottom:12px dashed #fff;
}
.asideItem {
    width: 80%;
    margin: 0 auto;
}
.asideItem h2{
    border-bottom: 1px solid #DDD;
    color: #fff;
    margin: 0 0 5px;
    padding: 0 0 4px 10px;
    font-weight: 500;
    font-size: 19px;
}
.asideItem ul{
    margin: 0 0 30px;
}
.asideItem ul li a{
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 6px 6px 3px 15px;
    background: url("../images/Images/dot.gif") no-repeat 2px 13px;
    text-decoration: none;
}
.asideItem ul li a:hover{
    background: #E3E3E3 url("../images/Images/dot.gif") no-repeat 2px 13px;
    color: #000;
}  

/*盒布局*/
.box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    background-color:#566069 ;
    width:100%;
}
.paper,.aside{
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing:border-box;
    box-sizing: border-box;
}

/*修改页脚版权样式*/
.footer{
    border:0;
}
