/*资讯详情*/

.infomation_detail_contaniner {
    border-bottom: 1px solid #e9e9e9;
    background:#fff;
    padding:20px;
    border-radius:4px;
}
.information-right-sidebar{
    background:#fff;
    padding:20px 0;
    border-radius:4px;
}
.classified_navigation_icon a:hover .classified_navigation_more,.classified_navigation_icon a:hover .icon_right{
    color:#488ff9;
}
.infomation_detail_contaniner_title {
    font-size: 22px;
    font-weight: bold;
}

.infomation_detail_contaniner_sub {
    margin: 10px 0px 10px;
    color: #999999;
}

.infomation_detail_contaniner_con {
    font-size: 15px;
    line-height: 28px;
    overflow: hidden;
}

.infomation_detail_contaniner_con img {
    max-width: 100%!important;
}

.infomation_detail_contaniner_con p {
    text-indent: 2em;
    margin: 20px auto;
}

.infomation_detail_contaniner_tip {
    margin: 30px 0px 20px;
}

.infomation_detail_contaniner_tip span {
    background: #eef4fa;
    color: #2897c5;
    padding: 5px 8px;
    border-radius: 3px;
    margin-right: 15px;
    border: 1px solid #eef4fa;
    box-sizing: border-box;
}

.infomation_detail_contaniner_tip span:hover {
    border: 1px solid #2897c5;
}

.infor_container_operation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.infor_container_operation>div {
    width: 33%;
    height: 40px;
    background: #f0f0f0;
    color: #8e8c8c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.infor_detail_card {
    margin-bottom: 20px;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    padding: 25px 20px;
}

.infor_detail_card_intro {
    width: 45%;
    color: #3e3e3e;
    border-right: 1px solid #ececec;
    text-align: center;
}

.infor_detail_card_intro img {
    margin-bottom: 18px;
}

.infor_detail_card_intro p {
    margin-bottom: 5px;
    font-weight: bold;
}

.infor_detail_card_ewm {
    width: 55%;
}

.infor_detail_card_ewmBox {
    display: flex;
    justify-content: space-around;
    color: #225599;
}

.infor_detail_card_ewmBox div {
    margin: 5px 0px;
    text-align: center;
    font-weight: bold;
}

.infor_detail_card_ewmCon {
    text-align: center;
    color: #3e3e3e;
}
.infomation_container{
    position: relative;
}
.info_detail_sort {
    font-size: 14px;
    margin-bottom: 20px;
    background:#fff;
    padding:20px;
}
.info_detail_sort div a{
    color:#488ff9;
    text-decoration: underline;
}
.info_detail_sort span:nth-of-type(1) {
    color: #3f3f3f;
}

.info_detail_sort span:nth-of-type(2) {
    color: #888888;
}


/*评论*/

.infor_detail_comment {
    margin-bottom: 40px;
}

.infor_detail_comment_title {
    color: #494a51;
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
}

.infor_detail_comment_write div {
    display: flex;
    align-items: flex-start;
    padding: 5px;
}

textarea {
    width: 100%;
    border: none;
    padding-left: 5px;
    outline: none;
}

.infor_detail_comment_write>img {
    margin-right: 15px;
}

.infor_detail_comment_write>div {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.infor_detail_comment_btn {
    justify-content: flex-end;
    margin: 15px 0px;
}

.infor_detail_comment_btn span:nth-of-type(1) {
    color: #cdcdd5;
}

#zishu {
    margin: 0px;
}

.infor_detail_comment_btn #do_sumbit {
    background: #00a5e8;
    color: #FFFFFF;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 15px;
}

.infor_detail_comment_btn #do_sumbit a {
    color: #FFFFFF !important;
}

.infor_detail_comment_item {
    padding: 15px 0px;
    border-bottom: 1px dashed #e5e5e5;
}

.comment_item_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3e3e3e;
    font-size: 16px;
}

.comment_item_info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment_item_info span {
    font-weight: bold;
    margin-left: 10px;
}

.comment_item_time {
    color: #918587;
}

.comment_item_con {
    color: #888887;
    font-size: 15px;
    padding: 5px 0px 0px 60px;
}

.comment_item_opera {
    color: #98b5ca;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0px;
}


/*移动端*/

@media screen and (max-width:750px) {
    .infor_detail_card {
        display: block;
    }
    .infor_detail_card_intro {
        width: 60%;
        margin: 0px auto 15px;
        border: none;
    }
    .infor_detail_card_ewm {
        width: 60%;
        margin: 0 auto;
    }
    .infor_detail_card_ewmBox>div {
        margin: 0px 20px;
    }
    .infomation_detail_contaniner_con img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }
    .infomation_detail_contaniner_con video {
        width: 100%;
        height: auto;
    }
}