﻿/*公共样式*/

.setbluebg{
    background:url(../images/bluebg.jpg) no-repeat !important;
}
.setgraybg{
    background:url(../images/graybg.jpg) no-repeat !important;
}
a,h6,h5:hover {
    cursor: pointer;
}

.setnormalbg {
    background: url(../images/normalbg.jpg) no-repeat !important;
}


/*公共样式结束*/

.viewlist{

  display:flex;
    flex-direction:row;
    margin-bottom:20px;
}

.viewlist .aside{
    flex:2;
}
    .viewlist .mainContent{
        flex:6;
        /*background-color:#f0ebeb;*/
    }
    .viewlist .aside .box{
        width:100%;
    }
    .viewlist .aside .header_l1 {
        width: 100%;
        height: 40px;
        text-align: left;
        line-height: 40px;
        padding-left: 30px;
        margin-bottom:2px;
    }
        .viewlist .aside .header_l1 h5 {
            width: 100%;
            height: 100%;           
            line-height: 40px;
            font-size:16px;         
        }
            .viewlist .aside .header_l1 h5 a {
                text-decoration: none;
                color: #fff;
                font-size:16px;
            }


    .viewlist .aside .header_l3 h6 {
        font-weight: 400;
        color: #3c3c3c;
        font-size: 14px;
        padding-left: 30px;
        height: 40px;
        width: 100%;
        line-height: 40px;
        margin-bottom: 2px;
        background: url(../images/graybg.jpg) no-repeat;
    }

    .viewlist .aside .header_l2 h6 {
        font-weight: 400;
        color: #3c3c3c;
        font-size: 14px;
        padding-left: 30px;
        height: 40px;
        width: 100%;
        line-height: 40px;
        margin-bottom: 2px;
        background: url(../images/graybg.jpg) no-repeat;
    }

    .viewlist .aside .header_l3 h6 a{
        text-decoration:none;
        color:#3c3c3c;
        font-size:14px;
    }


.settextbluecolor {
    color: #1765a6 !important;
    font-weight: 800 !important;
}

.settextgraycolor {
    color: #3c3c3c !important;
    font-weight: 400 !important;
}

.settextblackcolor {
    color: #3c3c3c !important;
    font-weight: 400 !important;
}


.seth5fontwhitecolor {

    color: #fff !important;
}

.seth5fontblackcolor {
    color: #3c3c3c !important;
}