.list-toolbar {
    width:100%;
}
.main-content__wrapper{
    height: 760px;
}

.content-list {
    color:#fff;
    list-style: none;
    margin:0;
    padding:0;
}
.list-toolbar__btn {
    width:auto;
    display:block;
    border: 1px solid #0561a0;
    text-decoration: none;
    padding: 37px 20px 7px 20px;
    margin-right: 20px;
    font-size: 12px;
    color: #0561a0;
}
.list-toolbar__btn:hover {
    background-color: #f5c583;
}
.btn-down-all-imgs {
    background:url(../images/icon-img.png) center 10px no-repeat;
}

.btn-down-all-imgs-desc {
    background:url(../images/icon-list.png) center 12px no-repeat;
}

.btn-down-all-boards {
    background:url(../images/icon-layout.png) center 11px no-repeat;
}

.preview-all-boards {
    background:url(../images/icon-view.png) center 13px no-repeat;
    margin-right:0;
}
.content-list__item{
    width:auto;
    padding: 0px 35px 0px 35px;
    background: #0561a0;
    margin-bottom:5px;
    overflow:hidden;

}

.content-list__item-desc {
    float:left;
    height:87px;
    line-height: 87px;
}
.content-list__item-title {
    font-weight:bold;
    margin:0;
    padding:0;
    text-decoration: none;

    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.content-list__item-title:hover {
    color:#FFC4A5;
}

.content-list__item-brief {
    font-size:14px;
    margin:10px 2px 0 2px;
    color: #EEEEEE;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-list__item-brief p {
    margin:0;
    line-height: 1.5em;
    text-indent: 2em;
}
.content-list__item-links {
    height: 87px;
    color: #BFA657;
}
.download-li>a{
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    border: 1px solid #FFFFFF;
    padding-left: 25px;
    display: block;
}

.download-list {
    list-style: none;
    padding-top: 22px;
}
.download-li {
    margin-left: 30px;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.download-menu {
    display: none;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #034b7b;
    z-index: 1000;
    width: 120px;
    position: absolute;
    font-weight: bold;
    padding-inline-start:0;
    border: 1px solid #ffffff;
    border-top: 0;
    margin-top: -2px;
}
.download-menu li{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
}

.download-menu a{
    text-decoration: none;
    color: #ffffff;
    display: block;
}
.share {
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 9999;
    padding-right: 8px;
    background: #e5ecf1;
}

.content-list__item-title span{
    font-size: 16px;
    margin-left: 10px;
}

.download-li>a:hover {
    background: #3379a9;
    border-bottom: 1px solid #3379a9;
}

.download-menu li:hover a{
    background-color: #3379a9;
    color: #f5c583;

}
li.download-li:hover {
    background: #034b7b;
}