* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}

.dw_button {
    font-size: 14px;
    color: #fff;
    background-color: #006BEC;
    border-radius: 6px;
    padding: 0px 17px;
    height: 28px;
    line-height: 28px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

/*导航*/
.dw_header {
    /* position: relative; */
    margin-bottom: 30px;
}

.dw_search_content {
    width: 348px;
    height: 34px;
    background: #F3F3F3;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.dw_search_content span {
    width: 40px;
    line-height: 34px;
    /* margin: 0 !important; */
    margin: 0 12px 0 0 !important
}

.dw_search_content input {
    width: 292px;
    border: none;
    height: 34px;
    background: #F3F3F3;
    padding-left: 8px;
}

.dw_search_content span {
    width: 1px;
    height: 25px;
    border-left: 1px solid #666666;
    opacity: 0.26;
    border-radius: 50%;
}

.dw_search_content img {
    width: 18px;
}

.dw_nav {
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
    display: flex;
    justify-content: space-between;
    padding: 0px 31px 0px 28px;
    background-color: #fff;
    /* background-color: rgba(255, 255, 255, .16); */
    color: #2B2D34;
    /* position: absolute; */
    top: 0;
    /* width: 100%; */
    left: 0;
    align-items: center;
    height: 50px;
    width: calc(100% - 60px);
    min-width: 1200px
}

.dw_nav a {
    font-size: 14px;
    margin: 0 23px;
    color:#2B2D34 !important;
    cursor: pointer;
}
.dw_nav span{
    font-size: 14px;
    margin: 0 23px;
    color:#2B2D34 !important;
    cursor: pointer;
}


.dw_nav_sign {
    /* border-right: 1px solid #fff; */
    padding-right: 30px;
    /* height: 25px; */
    display: flex;
    align-items: center;
}

.dw_nav_sign img {
    margin-right: 30px;
}

.dw_nav_leftContent {
    padding-left: 45px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(102,102,102,.47)
    /* border-left: 1px solid rgba(255, 255, 255, .67); */
}

.dw_nav_leftContent :first-child {
    margin-left: 0;
}

.dw_nav_rightContent {
    display: flex;
}

.dw_nav_rightContent button {
    margin-left: 18px;
}

.dw_nav_rightContent_iconBtn {
    display: flex;
    align-items: center;
}
.dw_nav_rightContent_iconBtn span {
    margin: 0 22px 0 9px;
}
.dw_nav_rightContent_iconBtn>img{
    width: 18px !important;
    height: 18px !important;
}


.dw_nav_name {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    /* margin-left: 90px; */
}

.dw_nav_name img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}


.dw_nav_rightContent :nth-child(3) span {
    margin-right: 16px;
}

/* 内容 */
.dw_detail_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* margin-bottom: 50px; */
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 30px;
}

.dw_left_newContent {
    position: relative;
}

.dw_detail_left {
    width: 761px;
}

.dw_left_newTitleContent h3 {
    font-size: 32px;
    color: #202020;
    margin-bottom: 16px;
}

.dw_left_newTitleContent span {
    font-size: 12px;
    color: #818181;
}

.dw_newTitle_tag {
    width: 77px;
    height: 26px;
    background: #F0F0F0;
    border-radius: 13px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.dw_left_news_content {
    margin-bottom: 30px;
    margin-top: 27px;
}

.dw_left_news_content img {
    /*width: 761px;
    height: 393px;
    margin-bottom: 10px;*/
    max-width: 100%;
}

#dw_left_textContent {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
}

#dw_left_nologin {
    width: 100%;
    height: 30px;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, .0) 0%, #fff 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 10;
}

.dw_left_nologin_tooltip {
    width: 762px;
    height: 83px;
    background: #F7FAFE;
    border: 1px solid #E1ECF9;
    border-radius: 4px;
    color: #016BED;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    padding: 30px 0;
}

.dw_textContent_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.dw_textContent_bottom img {
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 10px;
}

.dw_textContent_bottom>h6 {
    width: 434px;
    font-size: 16px;
    color: #A2A2A2;
    line-height: 40px;
}

.dw_textContent_bottom>div {
    display: flex;
}

.dw_textContent_bottom>div>span {
    padding: 0 20px;
    height: 38px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    font-size: 16px;
    color: #404040;
    display: flex;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
}




.dw_action_content {
    position: absolute;
    top: 50px;
    left: -70px;
    display: flex;
    flex-direction: column;
}

.dw_action_content img {
    margin-bottom: 24px;
}

.dw_action_content>span {
    position: relative;
}

.dw_action_content>span>span {
    position: absolute;
    width: 30px;
    height: 19px;
    background: #F0F0F0;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    color: #2B2D34;
    right: -15px;
    top: -5px;
    line-height: 19px;
    text-align: center;
}

.dw_share_tooltip {
    visibility: hidden;
    position: absolute;
    top: -70px;
    left: 30px;
}

.dw_share_icon:hover .dw_share_tooltip {
    visibility: visible;
}

/* 右内容区域 */

.dw_right_newContent {
    width: 386px;
    display: flex;
    flex-direction: column;
}

.dw_new_rightTitle {
    color: #090909;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 30px 0;
}

.dw_right_title_changeIcon {
    display: flex;
    align-items: center;
}

.dw_right_title_border {
    display: inline-block;
    background-color: rgba(0, 107, 236, .16);
    width: 81px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: -5px;
    bottom: 2px;
}

.dw_right_title_changeIcon img {
    margin-right: 7px;
}

.dw_auth_intro {
    width: 346px;
    height: 157px;
    background: rgba(126, 126, 126, .03);
    padding: 20px;
}

.dw_auth_title {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.dw_auth_intro img {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin-right: 16px;
}

.dw_auth_intro button {
    margin-left: auto;
}

.dw_auth_count_content {
    background-color: #fff;
    width: 345px;
    height: 78px;
}

.dw_auth_count_content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dw_auth_count_content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #a7a7a7;
}

.dw_auth_count_content div>:nth-child(2) {
    color: #FB603F;
    font-weight: 500;
    margin-top: 10px;
}

.dw_related_imgContent {
    position: relative;
    width: 163px;
    margin-right: 20px;
    cursor: pointer;
}

.dw_related_imgContent img {
    width: 163px;
    height: 102px;
    border-radius: 4px;
    object-fit: cover;
}

.dw_related_imgContent>span {
    display: inline-block;
    width: 150px;
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 26px;
    background: rgba(0, 0, 0, .39);
    /* opacity: 0.39; */
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding-right: 13px;
    line-height: 26px;
}

.dw_related_imgContent>span>img {
    width: 14px;
    height: 12px;
    margin-right: 3px;
}

.dw_related_list>div {
    display: flex;
    margin-bottom: 20px;
}

.dw_related_textContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dw_related_textContent img {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.dw_related_textContent h5 {
    font-size: 16px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
}

.dw_related_textContent>:nth-child(2)>span {
    width: 77px;
    height: 26px;
    background: #F0F0F0;
    border-radius: 13px;
    color: #818181;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

.dw_related_textContent>:nth-child(3) {
    display: flex;
    align-items: center;
}

.dw_related_textContent>:nth-child(3)>span {
    color: #A7A7A7;
    font-size: 14px;
    margin-left: 4px;
    cursor: pointer;
}

/* 热点视频 */
.dw_right_hotVideoList {
    display: flex;
    flex-direction: column;
}

.dw_hot_imgGroup {
    position: relative;
}

.dw_hot_point {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 28px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px 0px 7px 0px;
    color: #fff !important;
    font-size: 14px;
}

.dw_hotVideo_item {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
}

.dw_hotVideo_item img {
    width: 163px;
    height: 102px;
    margin-right: 25px;
    object-fit: cover;
}

.dw_hotVideo_item h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    font-weight: 500;
}

.dw_hotVideo_item span {
    font-size: 12px;
    color: #A7A7A7;
}

.dw_hotVideo_fontContent {
    padding: 4px 0px 13px 0px;
    display: flex;
    justify-content: space-between;
}

.dw_hotVideo_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dw_hotVideo_title h5 {
    font-size: 16px;
    color: #202020;
}

.dw_hotVideo_title div :first-child {
    margin-right: 16px;
}



/*版权*/
#dw_copyright {
    background: rgba(0, 107, 236, .03);
    /* opacity: 0.03; */
    display: flex;
    justify-content: space-between;
    /* padding: 0 28px; */
    align-items: center;
    height: 50px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
}
#dw_copyright>:first-child>span{
    cursor: pointer;
}
#dw_copyright span {
    display: inline-block;
    /* margin:8px 16px; */
    margin-right: 45px;
    font-size: 14px;
    color: #6F7486;
}

#dw_copyright :nth-child(2) :last-child {
    margin-right: 0;
}

.dw_copyright_left {
    margin-left: 28px;
}

.dw_copyright_right {
    margin-right: 28px;
}




/* 评论 */
.dw_repeat {
    /* display: flex; */
}



.dw_select_content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 135px;
    background: #fff;
    height: 116px;
    border-radius: 0 8px 8px 6px;
    border-radius: 1px solid #ccc;
    color: #2B2D34 !important;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    left: -11px;
    bottom: -128px;
    box-shadow: 0px 0px 18px 0px rgba(54,54,54,0.13);
}
.dw_select_content span{
    cursor: pointer;
    font-size: 14px;
    color: #2B2D34 !important;
    margin: 0px !important;
}
#dw_select_input{
    width: 55px;
    text-align: center;
    cursor: pointer;
    border: 0;
    background: none;
    color: #2B2D34;
    font-size: 14px;
    margin: 0 23px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 3px;
    outline:none;
}
#dw_select{
    position: relative;
}
.dw_select_content span:hover{
    color: #006BEC !important;
}
