.tj_subject{
    padding: 27px 0 40px 0;
    min-height: 800px;
}
.currpos {
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 19px;
    font-size: 14px;
    background: url(currpos.png) center left no-repeat;
    color: #000000;
    margin: 0px auto 11px;

}

.currpos a {
    display: inline-block;
    /* padding: 0 5px; */
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.ImporFull {
    border-top: 1px dashed #E9E9E9;
    padding-top: 30px;
}

.ImporF_hd {
    width: 260px;
}

.ImporF_hd .column-name {
    background: #0465B6;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    padding-top: 17px;
    height: 80px;
    text-align: center;
}

.ImporF_hd .menu {
    width: 254px;
    margin: -20px auto 0;
    border: 1px solid #f3f3f3;
    padding-bottom: 185px;
    padding: 5px 0 185px 0;
    background-color: #ffffff;
}

.ImporF_hd .menu li {
    width: 204px;
    /* height: 60px; */
    background: #f5f5f5;
    margin: 20px auto 0;

}

.ImporF_hd .menu li a {
    width: 204px;
    /* height: 60px; */
    display: block;
    font-size: 18px;
    padding: 18px 36px 18px 25px;
    display: flex;
    align-items: center;
    background: url(col1.png) no-repeat 166px center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ImporF_hd .menu li a:hover {
    color: #0465B6;
    background: url(col2.png) no-repeat 166px center;
}

.ImporF_hd .menu li.active a {
    color: #0465B6;
    background: url(col2.png) no-repeat 166px center;
}

.ImporF_bd {
    width: 910px;
    /* border-bottom: 1px solid #EEEEEE; */
}

.ImporF_bd ul.ImporF_bd-ul li {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 45px; */
    color: #000;
    overflow: hidden;
    background: url(blue_dian_11.png) no-repeat left 7.5px;
    padding-left: 15px;
    line-height: 1;
    padding-bottom: 27px;
}
.ImporF_bd ul.ImporF_bd-ul br{
    display: none;
}
.ImporF_bd ul.ImporF_bd-ul li a{
    color: #000;
    display: block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.ImporF_bd ul.ImporF_bd-ul li:nth-child(5n+5){
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 25px;
}
.ImporF_bd ul.ImporF_bd-ul li span{
    color: #000;
    float: right;
}
.ImporF_bd table.solicitation th{
    text-align: center;
}
.ImporF_bd table.solicitation td,table.solicitation th{
    border: 1px solid #dddddd;
    padding: 10px 5px;
    font-size: 18px;
}
.ImporF_bd table.solicitation td .feedback{
    font-weight: bold;
    color: #1492ff;
}
.ImporF_bd table.solicitation td .red{
    color: #CC0000;
}
.Dividing_line{
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    margin: 0 0 25px 0;
}
.ImporF_bd .Single_information .main_title{
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin-bottom: 35px;
}
.ImporF_bd .Single_information .main_section {
    width: 100%;
    margin: 0 auto;
    clear: both;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    padding-bottom: 45px;
}
.ImporF_bd .Single_information .artic-bto {
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 32px;
    color: #000;
    cursor: pointer;
}
.ImporF_bd .ImporF_bd-ul-title{
    font-size: 20px;
    line-height: 48px;
    color: rgb(4, 101, 182);
    margin-bottom: 5px;
    font-weight: bold;
}
.ImporF_bd .ImporF_bd-ul-title a{
    font-size: 18px;
}