.news {
    height: 11.25em;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
}
.news-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 11.25em;
    position: relative;
    vertical-align: middle;
    width: 11.25em;
}
.news-txt {
    display: inline-block;
    font-size: 1.125em;
    margin-left: 1em;
    vertical-align: middle;
    width: calc(100% - 13em);
}
.news .more {
    font-size: 1.125em;
    color: #1773f1;
    display: block;
}
.news-title {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 1.2em;
}


.news-index {
    padding-top: 0em;
}
.news-index .content-inner {
    overflow: hidden;
}
.news-index .news {
    background-color: transparent;
    height: 16em;
    margin: 2em 10% 2em;
    text-align: left;
}

.news-index .news-pic {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 2px 10px #fff inset;
    display: block;
    float: left;
    height: 100%;
    opacity: 0.8;
    padding: 1em;
    text-align: center;
    width: 50%;
}
.news-index a.news-pic:hover {
    opacity: 1;
}
.news-index .news-pic:before {
    content: "";
    height: 90%;
    display: inline-block;
    vertical-align: middle;
}
.news-index .news-title {
    color: #fff;
    font-size: 1.8em;
    text-shadow: 0 0 3px #000;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(100% - 0.4em);
}
.news-index .news:nth-of-type(2n+1) .news-pic {
    float: right;
}
.news-index .news-txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 1.3em;
    height: 100%;
    margin: 0;
    padding: 15px;
    width: 50%;
}
.news-index .news-txt:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.news-index .news p {
    font-size: 0.8em;
    margin-bottom: 0.3em;
    vertical-align: middle;
    text-indent: 0;
    width: calc(100% - 0.4em);
}

.doc-wrapper {
    margin-bottom: 20px;
}
.doc-wrapper:after {
    clear: both;
    content: "";
    display: block;
}
.doc-pic {
    float: left;
    width: 3.5em;
    vertical-align: top;
}
.content .doc-pic > img {
    margin-bottom: 0;
}
.doc-info {
    margin-left: 3.5em;
    padding-left: 15px;
    margin-right: 7.5em;
    padding-top: 11px;
}
.doc-title {
    font-size: 1.2em;
    text-decoration: none;
}
a.doc-title:hover {
    color: #4192f5;
}
p.doc-decr {
    display: none;
    font-size: 0.8em;
}
.doc-download {
    color: #747474;
    cursor: pointer;
    float: right;
    height: 3.5em;
    white-space: nowrap;
    width: 6.9em;
}
.doc-download:before {
    content: "g";
    display: inline-block;
    font-family: "Icons";
    font-size: 1.5em;
    line-height: 2em;
    margin-right: 0.4em;
    vertical-align: middle;
}
.doc-download:hover {
    color: #4192f5;
}

@media (max-width: 1020px) {
    .news-index > .bodywrap,
    .targets > .bodywrap {
        padding-left: 0;
        padding-right: 0;
    }
    .news-index .news {
        margin: 0 0 1em 0;
    }
    .news-index .news-pic {
        box-shadow: none;
    }
    .news-index .news:nth-of-type(2n+1) .news-pic {
        float: left;
    }
}
@media (max-width: 413px) {
    .targets-list li > img {
        width: 100%;
    }
    .news-index .news-title {
        font-size: 1.4em;
    }
    .news-index .news p {
        font-size: 0.6em;
    }
    .targets-list li {
        font-size: 10px;
    }
}