<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*宸︿晶鏍忕洰缁�*/
.colItem {
    width: 230px;
    height: 60px;
    background: #f5ddda;
    border-radius: 8px 0px 0px 8px;
    line-height: 60px;
    margin-top: 10px;
}
.colItem a {
    font-size: 16px;
    font-weight: 400;
    color: #BD1B09;
    line-height: 18px;
    padding-top: 13px;
}
.colItem img {
    margin: 17px 6px 18px 21px;
}
/*鏂囩珷鍒楄〃澶�*/
.datalist table{
    clear: both;
    width: 100%;
    font-size: 16px;
}
.datalist table td{
    text-align: center;
    padding: 0;
    border: none;
}
.datalist table tbody tr{
    height: 50px;
}
.datalist table tbody td{
   color: #666;
}
.datalist table thead td {
    height: 40px;
    font-weight: bold;
    color: #393;
    background: #EFEFEF;
}
.datalist table td.articleTitle {
  text-align: left;
}
.datalist table td.articleTitle a {
    /*line-height: 36px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: inline-block;
    /*word-break: keep-all;*/
    /*color: #333;*/
}
.datalist table td.articleDate {
    border: none;
    padding: 0 0;
}
/*鏂囩珷鍒楄〃*/
.datalist {
    width: 950px;
    margin: 0 22px;
}
.datalist .infoList div.colHeader {
    height: 40px;
    background: #EFEFEF;
    text-align: center;
    font-weight: bold;
    color: #BD1B09;
    line-height: 40px;
}
.datalist ul.infoList li a {
    width: 710px;
    margin-left: 15px;
}
.datalist ul.infoList li  {
    background: none; /*鍘婚櫎绠ご*/
}
/*鎼滅储css*/
.articleSearch{
    display: flex;
    width: 532px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    float: right;
    margin: 20px 0;
}
.articleSearch .titleLabel{
    width: 100px;
    border-right: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: 400;
    color: #BD1B09;
    line-height: 42px;
    position: relative;
}
.articleSearch #searchSelect{
    height: 42px;
    width: 100%;
    color: #393;
    border: none;
    font-weight: 400;
    font-size: 14px;
    OUTLINE: NONE;
    padding-left: 10px;
}
.articleSearch #titleContent{
    outline: none;
    padding-left: 20px;
    width: 290px;
    border-right: 1px solid #dcdcdc;
}
.articleSearch #searchBtn{
    width: 118px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #bd1b09;
}
.articleSearch #img1{
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 5px;
}
.articleSearch #img2{
    margin: 10px 5px;
}
.infoList{
    clear: both;
}
/*鍏朵粬*/
.rightCent {
    display: flex;
}
.rightCent .rightColumns {
    margin-top: 20px;
}
.yzf_childrenList {
    width: 228px;
    /*height: 190px;*/
    background: #FFFFFF;
    border: 1px solid #EFD7D4;
    margin-top: -5px;
    /* border-radius: 5px;*/
    /* display: none; */
    /* margin-top: -20px; */
}
.yzf_childrenList ul li {
    width: 230px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    color: #BD1B09;
    /* background: #F5DDDA; */
}

.yzf_childrenList ul li img {
    vertical-align: middle;
    margin-left: 25px;
}

.yzf_childrenList ul li a {
    color: #BD1B09;
    margin-left: 10px;
}


.yzf_childrenList ul li:hover {
    background: #F5DDDA;
}

.rightColumns .open_list,
.rightColumns .close_list
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}
.rightColumns .close_list img {
    margin: 0;
    padding: 0;
}

.not_show {
    display: none;
}</pre></body></html>