@font-face {font-family: "iconfont"; src: url('/news/css/fonts/iconfont.woff') format('woff');}
.symbol{font-family:"iconfont" !important; font-style:normal; }
.symbol.def{margin-right: 3px; font-size: 22px; vertical-align: bottom; vertical-align: middle;}
section{
    width:1500px;
    margin:0 auto;
}
.con_body .sec_left,.sec_right{
    float:left;
}
.sec_left{
    width: 375px;
}
.sec_right{
    width: 1106px;
    height:auto ;
    margin-left:18px;
    overflow: hidden;
    float: right;

}
.location{
    font-size: 16px;
    padding:10px 5px;
    padding-top:10px;
    border-bottom: 1px solid #ccc;
}
.location b{
    font-weight: normal;
}
.con_body{
    overflow: hidden;
    margin-top:20px;
}
.sec_left .title{
    width:100%;
    height: 50px;
    background:#1a66f3;
    color:#fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;;
}
.uList li{
    list-style: none;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    text-indent: 1em;
    border-bottom: 1px solid #ccc;
    color:#000;
    position: relative;
}
.uList li.on{
    background:#eee;
}
.uList .gt{
    display: inline-block;
    width: 14px;
    height: 14px;
    position:absolute;
    right: 23px;
    top:0;
}
.uList .gt img{
    width:100%;
    height: auto;
    transition:all 0s;
}
.uList .gt img.rote{
    transform: rotate(90deg);
    transition:all .2s;
}
.img img{
    width: 100%;
    height:auto;
}
.noticeList{
    font-size: 20px;
}
.noticeList li{
    line-height: 40px;
    text-indent: 1em;
    overflow: hidden;
}

.noticeList li span{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:#1a66f3;
    display: inline-block;
    position: relative;
    top:-2px;
    margin-right:5px;
}
.noticeList li i{
    font-style: normal;
    float:right;
    margin-right:10px;
}
.con_box{
    display: flex;
    font-size: 16px;
    padding:10px 0;
    /* border-bottom: 1px dotted #f2f2f2; */
}
.con_box_l{
    flex-basis: 166px;
    color:#0c69ae;
    text-align: right;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    word-break: break-all;
    padding-right:20px;
}
.con_box_r{
    flex-basis: 90%;
    padding-left:20px;
}
.con_box_r li{
    float: left;
    margin-right:40px;
    position: relative;
}
.con_box_r a{
 color:#666;
}
/* .con_box_r li::after{
    content:"";
    width: 1px;
    height: 17px;
    background:#eee;
    display: inline-block;
    margin-left:18px;
    position: absolute;
    top:3px;
}
.con_box_r li:nth-last-child(1)::after{
   display: none;
} */
.con_box_r li a:hover{
    color:#1a66f3;
}
.iconStyle{
    font-weight:bold;
    margin-left:10px;
    position:absolute;
    right:0;
    top:3px;
}

/* »Øµ½¶¥²¿ */
.goUp{
    position: fixed;
    right: 50px;
    bottom:50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
}
.goUp img{
    width: 100%;
    height: auto;
}