@charset "utf-8";
/*-----------------导航及热门信息  Start--------------------*/
*{
	/*font: 14px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;*/
    margin:0;
    padding:0;
    list-style:none;
}
a{
    color:black;
    text-decoration:none;
    cursor:pointer;
}

img {
/*display:block;*/
vertical-align: middle;
border-style: none;
}
    
li{
        list-style-type:none;
}
#detail {
    width: 57%;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
}

.title-list a:hover{
    color: red;
}

#detail .detail{
    border: 1px solid #9ccfee;
}

.detail .commonlist {
    padding-right: 40px;
    list-style-type: none;
}

    .detail .commonlist li {
        text-align: left;
        overflow: hidden;
        overflow-wrap: break-word;
        height: 30px;
        line-height: 30px;
        margin-left: 20px;
    }

        .detail .commonlist li:last-child {
            border-bottom: none;
        }

        .detail .commonlist li a {
            display: block;
            width: 80%;
            height: 30px;
            line-height: 30px;
            float: left;
        }
        .detail .commonlist a:hover{
            color: red;
        }

        .detail .commonlist li p {
            width: 15%;
            float: right;
            color: #959595;
            line-height: 30px;
            text-align: right;
        }
.content {
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.left-navigation {
    clear: left;
    width: 15%;
    float: left;
    text-align: center;
    margin-top: 5px;
    border-left: 2px solid #74FFFF;
    border-top: 2px solid #20659C;
}

.panel-title {
    height: 45px;
    line-height: 45px;
    background-color: #F7F7F7;
    color: #039FE9;
}

.title-list {
    width: 100%;
}

.title-list ul {
    list-style-type: none;
    padding-left: 0px;
}

.title-list ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #EAEAEA;
    text-align: center;
}

.right-navigation {
    width: 25%;
    float: right;
    height: auto;
}

.top-news {
    border: 1px solid #399fdd;
    margin-bottom: 5px;
}

.top-news-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url("/Content/jxjy/Images/hot.png") no-repeat;
}


    .top-news ul li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        border-bottom: 1px dashed #B6B6B6;
    }
    .top-news ul li a:hover{
        color: red;
    }

        .top-news ul li:before {
            content: "● ";
            color: #81C0E3;
        }

        .top-news ul li:last-child {
            border-bottom: none;
        }

#advpicList > div {
    height: 50px;
    line-height: 50px;
    background: #399FDF;
    color: white;
}

.ad {
    margin: 5px 0;
}

/*-分页-*/
#page {
    clear: left;
    width: 100%;
    margin: 5px auto;
    height: auto;
    text-align: center;
}

#page ul {
    width: 100%;
    list-style-type: none;
    display: inline-block;
}

#page ul li {
margin: 2px;
float: left;
height: 20px;
}

#page ul li a, #page ul li span {
    width: 20px;
    display: block;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

#page ul li a {
    border: 1px solid gray;
}
#page ul li a:hover{
    color: red;
}

/*-end 分页-*/     