@charset "utf-8";
/* CSS Document */
* {
    max-width: 100%;
}

.min_box {
    padding: 0 10px 5px;
    background: #fff;
    overflow: hidden;
}

.min_box_tit {
    font-size: 22px;
    font-family: "黑体";
    padding: 21px 0 14px 0;
}

.news_info_bar {
    height: 34px;
}

.news_info_bar .photo {
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 7px;
    margin-bottom: 15px;
}

.news_info_bar .photo img {
    width: 14px;
    height: 14px;
}

.news_info_bar .txt1 {
    padding-left: 5px;
    font-size: 12px;
    color: #7f7f7f;
    float: left;
    line-height: 14px;
    display: block;
}

.news_info_bar .txt2 {
    padding-left: 15px;
    font-size: 12px;
    color: #7f7f7f;
    float: left;
    line-height: 14px;
    display: block;
}

.news_info_bar .txt3 {
    float: right;
    color: #666666;
}

.news_box {
    line-height: 25px;
    font-size: 14px;
    color: #343434;
    padding-bottom: 10px;
}

.news_box p {
    margin-bottom: 20px;
}

.news_box img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.Other_box {
    margin: 10px 0;
    background: #fff;
    padding: 0 10px 10px;
    position: relative;
}

.Other_box h2 {
    height: 40px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 14px;
    line-height: 40px;
}

.Other_box .img_l {
    width: 62px;
    height: 82px;
    float: left;
    margin-top: 10px;
}

.Other_box .txt_R {
    margin-left: 72px;
    margin-top: 10px;
    margin-right: 80px;
}

.Other_box .txt_R_tit {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Other_box .lookBtn {
    width: 75px;
    height: 28px;
    border: 1px solid #dcdcde;
    color: #191919;
    font-size: 14px;
    display: block;
    float: right;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    top: 77px;
    position: absolute;
    right: 10px;
}

.Other_box .lookBtn:hover {
    width: 77px;
    height: 30px;
    background: #0090ff;
    color: #fff;
    font-size: 14px;
    display: block;
    float: right;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    top: 77px;
    position: absolute;
    right: 10px;
    border: 0;
}

.Other_box .info {
    height: 15px;
    margin: 10px 0;
}

.Other_box .infoIcon {
    width: 15px;
    height: 15px;
    float: left;
    display: block;
}

.Other_box .infoTxt {
    margin-left: 8px;
    display: block;
    line-height: 15px;
    font-size: 12px;
    float: left;
    color: #4c4c4c;
}

.Other_box .infoTxt .pd {
    padding-right: 8px;
}
