.single-content__content{
    width:450px;
    color:#fff;
    font-size:14px;
    margin:0 26px 0 0;
}
.single-content__content-title {
    font-size: 40px;
    font-weight:bold;
    margin:0 0 15px 0;
    display: block;
}
.single-content__content p{
    text-indent: 2em;
    line-height:1.7em;
    margin:0;
}
.single-content {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.single-content img {
    width: auto;
    height: 635px;
    border: 0;
    outline: 0;
}
.main-content__wrapper {
    margin: 0 200px;
}
.cover-left{
    width: 500px;
}
.cover-left span {
    font-size: 15px;
    color: #1b80c4;
    margin: 10px 0;
}
.cover-left img {
    margin-top: 10px;
    margin-right: 20px;
}
.cover-right{
    width: 500px;
}
.cover-right span {
    font-size: 15px;
    color: #1b80c4;
    margin: 10px 0;
}
.cover-right img {
    margin-top: 10px;
    margin-left: 20px;
}

.content-list__item-links {
    margin-top: 110px;
}
.download-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.download-li>a{
    text-decoration: none;
    font-size: 14px;
    color: #3a92cd;
    letter-spacing: 0;
    border: 1px solid #3a92cd;
    padding-left: 25px;
    display: block;
}

.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: #0071bc;
    z-index: 1000;
    width: 120px;
    position: absolute;
    font-weight: bold;
    padding-inline-start:0;
    border: 1px solid #034b7b;
    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;
}

.download-li>a:hover {
    color: #ffffff;
    background: #3a92cd;
    border-bottom: 1px solid #3a92cd;
}

.download-menu li:hover a{
    background-color: #3a92cd;
    color: #f4d2a3;

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