<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.news li {
    padding: 15px 0;
    border-bottom: 1px dashed #e6e6e6;
    width: 100%;
    overflow: hidden;
}
.news .left_div_box {
    width: 178px;
    height: 120px;
    background: url(../images/newtqbg.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    margin-right: 18px;
    box-sizing: border-box;
}
.news .left_div_box i {
    font-size: 30px;
	color: #ffffff;
}
.news .left_div_box p {
    font-size: 25px;
    color: #ffffff;
    text-shadow: 1px 0px 2px 0px rgba(0,0,0,0.3);
}
.news .left_div_box span {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}
.news .right_div_box{
width:800px;
}
.news .right_div_box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 1px;
}
.news .right_div_box p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    max-width: 780px;
    margin-top: 10px;
}
.news .right_div_box span {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.fl {
    float: left;
}
.pagebox {
    display: block;
    text-align: center;
    padding: 30px 0 15px;
    font-family: arial;
    clear: both;
}
.pagebox a, .pagebox span {
    padding: 0 11px;
    border: 1px solid #e3e3e3;
	text-decoration: none;
}
.pagebox span, .pagebox a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
}
.pagebox a:hover, .pagebox a.current {
    background: #38f;
    border: 1px solid #38f;
    color: #fff;
    text-decoration: none;
}
.tqcontent {
    width: 100%;
    min-height: 170px;
    background-color: #fffcf7;
    padding: 20px 20px;
    box-sizing: border-box;
}
.tqcontent p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.tqcontent p:first-child {
    font-size: 16px;
    color: #c5710d;
    border-bottom: 1px dashed #c5710d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news_listinfo li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 12px 0;
}
.news_listinfo li a {
    -webkit-box-flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-box-flex: 1;
    display: -webkit-flex;
    display: flex;
}
.news_listinfo li h3 {
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 14px;
    overflow: hidden;
    flex: 1;
    -webkit-box-flex: 1;
	font-style: normal;
    font-weight: normal;
    font-size: 100%
}
.zixunday__pretop {
    width: 100%;
    height: auto;
    background: url(../images/dayright_bg.png) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
	margin-top:20px;
}
.tempbox {
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
}
.tempbox_left {
    width: 82%;
    display: inline-block;
}
.tempbox_left span:first-child {
    font-size: 79px;
    text-shadow: 5px 2px 3px #529cdb;
}
.tempbox_left span:nth-child(2) {
    padding: 0px 10px;
    box-sizing: border-box;
    vertical-align: -5px;
    font-size: 28px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
}
.tempbox_left span:nth-child(3) {
    height: 22px;
    line-height: 22px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    vertical-align: super;
}
.tempbox_left span {
    display: inline-block;
}
.tempbox_right {
    width: 100px;
    float: right;
    text-align: center;
	font-size: 79px;
}</pre></body></html>