html,
body {
    margin: 0!important;
    font-family: Lato;
    width: 100%;
    height: auto;
    background-color: #ccc
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: 0
}

.dw {
    width: 668px;
    height: 248px;
    box-shadow: 0 0 0 1px #b7b7b7 inset;
    background-color: #fafafa;
    position: relative;
    margin: 0 auto
}

#title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    width: 670px;
    min-height: 40px;
    text-align: left;
    padding: 21px 10px 5px 44px
}

#homelink > div {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 20px
}

#homelink > div:hover {
    background-color: black
}

#carousel {
    width: 100%;
    height: 140px;
    position: absolute;
    top: 75px
}

.dw-nav {
    height: 60px;
    width: 30px;
    position: absolute;
    top: 100px;
    color: white;
    background-color: black;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dw-c-l {
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.dw-c-r {
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.dw-c-img {
    position: absolute;
    left: 60px;
    border: 3px solid #ccc
}

.hover {
    display: none;
    padding: 43px 0;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    color: white
}

.img-link:hover .hover {
    display: block;
    z-index: 3
}

.img-link:hover .dw-big {
    z-index: 2
}

.dw-big {
    width: 140px;
    height: 140px;
    border-radius: 50%
}

.dw-big span {
    font-size: 18px;
    font-weight: bold
}

#num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    top: 0;
    left: 60px;
    background-color: white;
    z-index: 4
}

.dw-c-sub {
    position: absolute;
    left: 140px;
    border: 1px solid #ccc
}

#subimg {
    display: none
}

.dw-c-sub svg {
    color: white;
    fill: white;
    stroke: white;
    display: none;
    margin: 7px 8px
}

.two #subimg {
    display: block
}

.two .dw-info {
    left: 320px;
    width: 320px
}

.one #subimg {
    display: none!important
}

.one .dw-info {
    position: absolute!important;
    left: 270px!important;
    width: 390px!important
}

.dw-info {
    position: absolute;
    left: 250px;
    width: 390px
}

.dw-i-title {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: bold
}

.dw-i-title a {
    color: inherit
}

.dw-i-title#line2,
.dw-i-title#line4 {
    line-height: 20px;
    font-size: 14px;
    font-weight: unset;
    color: #000!important
}

#list-link {
    width: 0;
    height: 0;
    display: inline-block
}

.dw-btn {
    color: black;
    background-color: white;
    font-size: 11px;
    line-height: 26px;
    width: 140px;
    height: 28px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
    margin-top: 25px;
    fill: black;
    stroke: black
}

.dw-btn svg {
    margin: 0 0 0 5px;
    position: relative;
    top: 2.5px
}

.dw-btn:hover {
    color: white;
    stroke: white;
    fill: white
}

.dw-btn:active {
    color: white;
    stroke: white;
    fill: white;
    background-color: black
}

.presented {
    text-align: right;
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    color: #999;
    left: 5px;
    top: 5px
}

@media screen and (max-width:665px) {
    .dw {
        width: calc(100% - 2px)
    }
    #title {
        width: 350px
    }
    .dw-big {
        width: 125px;
        height: 125px
    }
    .hover {
        padding: 36px 0
    }
    .dw-c-img,
    #num {
        left: 40px
    }
    .dw-c-sub {
        z-index: 4;
        left: 125px;
        top: 85px;
        width: 40px;
        height: 40px
    }
    .dw-c-sub,
    .dw-c-sub span {
        font-size: 0;
        line-height: 0;
        padding: 0
    }
    .dw-c-sub svg {
        display: block
    }
    .dw-info,
    .two .dw-info {
        left: 175px;
        width: calc(100% - 205px)
    }
    .one .dw-info {
        left: 175px!important;
        width: calc(100% - 205px)!important
    }
    .dw-i-title {
        font-size: 16px;
        line-height: 20px
    }
    .dw-i-title#line2,
    .dw-i-title#line4 {
        font-size: 12px;
        line-height: 14px
    }
    #line4 {
        white-space: normal
    }
    .dw-btn {
        margin-top: 5px
    }
}

@media screen and (max-width:340px) {
    .dw {
        width: calc(100% - 2px)
    }
    #title {
        width: 320px
    }
    .dw-big {
        width: 125px;
        height: 125px
    }
    .hover {
        padding: 36px 0
    }
    .dw-c-img,
    #num {
        left: 40px
    }
    #num{
        width:35px;
        height:35px;
        font-size: 16px;
        line-height: 32px;
    }
    .dw-c-sub {
        z-index: 4;
        left: 125px;
        top: 85px;
        width: 40px;
        height: 40px
    }
    .dw-c-sub,
    .dw-c-sub span {
        font-size: 0;
        line-height: 0;
        padding: 0
    }
    .dw-c-sub svg {
        display: block
    }
    .dw-info,
    .two .dw-info {
        left: 175px;
        width: calc(100% - 205px)
    }
    .one .dw-info {
        left: 175px!important;
        width: calc(100% - 205px)!important
    }
    .dw-i-title {
        font-size: 16px;
        line-height: 20px
    }
    .dw-i-title#line2,
    .dw-i-title#line4 {
        font-size: 12px;
        line-height: 14px
    }
    #line4 {
        white-space: normal
    }
    .dw-btn {
        font-weight: bold;
        font-size: 10px;
        width:125px;
        margin-top: 5px
    }
}
