/* 列表详情正文页 */
html,body {
    margin: 0;
    padding: 0;
}
/* 清除默认样式 */
ul,li,h3{
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color:#333333;
}
i {
    font-style:normal
}
/* 清楚浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.clearfix {
    zoom: 1;/*兼容IE*/
}

/* 版心 */
.wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto; 
    background: #ffffff;
    border: 1px solid #dddddd;
}

.wrapperpadding{
    padding: 0 15px 0 10px;
}
.contentpadding {
    padding-left: 10px;
}
/* 顶部导航 */
.wrapper .nav {
    /*box-shadow: 0px 15px 40px #e3e3e3;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 5px;*/
    font-size: 15px;
}

.wrapper .nav a {
    font-weight: 400;
    font-size: 15px;
    color: #0066cc;
    text-decoration: none;
}

/* 标题 */
.wrapper .title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

/* 时间和作者*/
.wrapper .timeAuthor {
    color: gray;
    padding-bottom: 10px;
    /*border-bottom: 1px solid gray;*/
}

.wrapper .timeAuthor span {
    /*margin: 0 20px;*/
}

/* 摘要和关键字 */
.wrapper .description,
.wrapper .keyWords {
    text-indent: 40px;
}

/* 封面图片 */
.wrapper .coverImage {
    text-align:center;
}

.wrapper .coverImage img {
    height: 440px !important;
    margin: 20px 0px;
    background-color: pink;
    vertical-align: middle;
}

/* 正文 */
.wrapper .content {
    margin: 20px 0px;
    padding:10px 40px !important;
}


/* 列表展示页 */
#list {
    padding: 0;
}

#list li {
    list-style: none;
    height: 35px;
    line-height: 35px;
}
#list li:first-child {
    margin-top: 15px;
}
#list li a {
    display: block;
    height: 35px;
    color: #000000;
    text-decoration: none;
}
#list li a:hover {
    color: #cc3333;
}

#list li span {
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#list li i {
    float: right;
}

/* 模块列表展示页 */
#modellist {
    padding-left: 20px; 
}
#modellist h3 {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
#modellist h3 span {
    float: left;
    height: 31px;
    font-weight: 600;
    color: #5e5e5e;
    font-size: 18px;
    border-bottom: 2px solid #d72a18;
}
#modellist h3 > a {
    float: right;
    font-size: 15px;
    color: #d59f50 !important;
    font-weight: 400;
}
#modellist ul {
    padding: 0;
    /* height: 200px; */
}
#modellist ul li {
    height: 40px;
    line-height: 40px;
}
#modellist ul li span {
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#modellist ul li i {
    float: right;
}
#modellist ul li a {
    display: block;
    color: #000000;
}
#modellist ul li a:hover {
    color: #cc3333;
    text-decoration: underline;
}
.modellistli {
    margin-top: 20px;
}

.accessory a{
    display: block;
    text-decoration: underline;
    padding:0 50px;
    color: #0066cc;
    margin-bottom:5px;
}




