<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a {
    color: #333;
}

a:hover {
    color: #ee7826;
}

/*èµ„è®¯æ&nbsp;‡é¢˜æœç´¢*/

.infor_title {
    height: 80px;
    padding: 0 20px;
}

.information_nav li {
    float: left;
    margin-left: 0px;
    margin-top: 28px;
}

.information_nav li a {
    font-size: 18px;
    color: #333;
    padding: 7px 16px;
}

.information_nav li a:hover {

    color: #ee7826;
}

.information_nav li .badge {
    background-color: #ee7826;
    margin-top: -30px;
    margin-left: -5px;
}

.information_nav .subscription /*æˆ‘çš„è®¢é˜…*/ a {
    border: 1px #ee7826 solid;
    position: absolute;
    top: 22px;
    height: 40px;
    border-radius: 4px;
}

.information_nav .infor_search {
    width: 400px;
    height: 40px;
    float: left;
    margin-top: -6px;
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
}

.information_nav .infor_go {
    height: 40px;
    margin-top: -6px;
    border-radius: 0 4px 4px 0;
}
.left_con_top .infor_go {
    height: 35px;
    margin-top: -6px;
    border-radius: 0 4px 4px 0;
}

/*å¿«è®¯å¯¼èˆª*/
.left_con {
    background: #fff;
    width: 880px;
}

/*æ—¶é—´*/
.left_con_time {
    width: 880px;
    height: 60px;
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.left_con_time a{
    float: right;
    color: #333333;
    margin-top: 8px;
}

.left_con_time img {
    margin-top: -8px;
}

.left_con_time h2 {
    height: 26px;
    display: inline-block;
    margin: 0 50px 0 0px;;
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px;
}

.left_con_time h3 {
    height: 26px;
    display: inline-block;
    margin: 0 100px 0 20px;;
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px;
}

.left_con_time .checkbox-inline {
    margin-bottom: 5px;
}

.left_con_time .goo {
    height: 30px;
    padding: 0 10px;
    background: #fff;
    border: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    margin-right: -5px;
}

.left_con_time .go {
    height: 30px;
    padding: 0 10px;
    background: #fff;
    border: #ccc solid 1px;
    border-radius: 0 4px 4px 0;
    float: right;
}

/*å¿«è®¯å†…å®¹*/
.new_con {
    position: relative;
    border-bottom: solid 1px #eee;
    background: #f7f7f7;
}

.new_con:hover {
    background: #eee;
    transition: 0.3s;
}

.new_con .new_time {
    width: 50px;
    display: inline-block;
    padding: 20px 0 0 20px;
}

.new_con .right_con {
    padding: 15px 20px 15px 30px;
    width: 800px;
    float: right;
    background: #fff;
    border-left: solid 1px #ccc;
}

.new_con .right_con p {
    display: inline-block;
    margin-bottom: 0px;
}

.new_con .right_con span {
    color: red;
}

.new_con .con_icon {
    height: 20px;
    float: right;
}

.new_con .right_con .con_icon i {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #999;
}

.new_con .right_con .con_link {
    display: inline-block;
    margin-top: 6px;
    color: #01a0ae;
}

.new_con .left_dot {
    width: 11px;
    height: 11px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 75px;
}

/*å³ä¾§å†…å®¹*/

.message_right {
    width: 300px;
    background: #fff;
    padding: 20px 20px;
}

.message_right h3 {
    padding-bottom: 15px;
    margin: 0 0px;
    border-bottom: 1px solid #ccc;
}

.message_right img {
    margin-top: 20px;
}

#live-list {
    line-height: 26px;
    letter-spacing: 1px;
}

#live-list a{
    color: #1482F0;
}

.time-line {
    padding: 10px 0 10px 100px;
}





</pre></body></html>