<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.pon {
    position: relative;
}

.ny-con {
    /*min-height: 1000px;*/
    padding: 0px 0px 20px 0px;
    background: #fff;
}

/******左侧导航******/




.main-left {
    overflow: hidden;
    width: 250px;
    float: left;
    min-height: 500px;
    margin-top: 25px;
}

/******右侧样式******/
.main-right {
    margin-top: 5px;
    width: 790px;
    min-height: 700px;
    padding-bottom: 30px;
    float: right;
}

/*左侧导航：*/
.side-nav-panel {
    min-height: 370px;
}

.nav-panel-title {
    font-size: 22px;
    color: #fff;
    background: #5045a1;
    height: 52px;
    line-height: 52px;
    width: 232px;
    padding-left: 18px;
}

.slide-nav-ul {
    border: 1px solid #ccc;
    padding-bottom: 37px;
}

    .slide-nav-ul li {
        line-height: 51px;
        border-bottom: 1px solid #bbb;
        margin: 0 12px;
    }

        .slide-nav-ul li a {
            font-size: 16px;
            color: #666;
            display: block;
            padding-left: 5px;
            background: url(./ahu.png) no-repeat right center;
        }

            .slide-nav-ul li a:hover, .slide-nav-ul a.active {
                text-decoration: none;
                color: #666;
                background: url(./ahb.png) no-repeat right center;
            }

        .slide-nav-ul li:last-child {
            border-bottom: none;
        }

.slide-nav-item-ul {
    padding: 0px 5px 10px 0px;
}

    .slide-nav-item-ul li {
        line-height: 32px;
        border-bottom: none;
    }

        .slide-nav-item-ul li:hover {
            border-bottom: none;
        }

        .slide-nav-item-ul li:last-child a {
            border-bottom: none;
        }

        .slide-nav-item-ul li a {
            background: none;
            display: block;
            color: #666;
            font-size: 14px;
            padding-left: 15px;
            border-bottom: none;
        }

            .slide-nav-item-ul li a:hover, .slide-nav-item-ul a.active {
                background: none;
                color: #5045a1;
                text-decoration: none;
            }


/*右侧内容*/

/*内页面包屑侧导航*/
.ke-tit {
    height: 40px;
    line-height: 40px;
    background: #eee;
}

.nav-path {
    color: #333;
    line-height: 40px;
}

    .nav-path a {
        color: #333;
        font-size: 14px;
        line-height: 36px;
    }

        .nav-path a:hover {
            text-decoration: none;
            color: #5045a1;
        }

/*右侧内容*/
.right-nr {
    font-size: 14px;
    color: #666;
    padding: 0;
    line-height:24px;
}

/*.nin{
	background: #fff;
	padding-left:10px;
	height:35px;
	float: right;
}*/

/*页数*/
.page {
    width: 265px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    margin-left: 37%;
    margin-top: 25px;
    height: 30px;
    margin-bottom: 15px;
}

    .page ul li {
        float: left;
        line-height: 30px;
        border-left: 1px solid #bebebe;
    }

        .page ul li:first-child {
            border-left: none;
        }

        .page ul li a {
            color: #333;
            padding: 0px 11px;
            display: block;
            font-size: 14px;
        }

            .page ul li a.pa:hover {
                color: #fff;
                background: #666;
                text-decoration: none;
            }

/*.page{margin-top:40px; float:right;border:1px solid #cbd8e4; 
 border-radius: 5px;  background: #f9f9f9;
height:25px;margin-bottom:20px;}
.page ul li{ border-right:1px solid #cbd8e4; float:left; line-height:25px;}
.page ul li:last-child{border-right:none; }
.page ul li a{ color:#333;padding:0 12px; display: block; font-size: 14px; }
.page ul li a:hover{color:#4688cf; text-decoration:none;}*/

/*.tongx{
	
}
.tongx a{color:#0d69b0; font-size:14px; float: left;}
.tongx span{color:#0d69b0; float: right;}
.data-list li p{
	line-height: 21px;
}*/


/*.scrollBar{
	position:absolute;
	right:0px;top:0px;
	width:26px;
	height: 500px;
}
.scrollBar span.midd{ 
	
	
	height:448px;
	display: block;
	margin-left:5px;
	position: relative;
	}
.scrollBar span.midd span{
	position: absolute;left:0;top:10px;
	background: #33354d;	 
	 width: 16px; 
    height: 35px;
}	文章滚动条样式*/

/******单篇文章******/
.view-title {
    text-align: center;
    line-height: 28px;
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 15px;
}

    .view-title h1 {
        font-size: 18px;
    }

.view-info {
    text-align: center;
    color: #999;
}

    .view-info span {
        font-size: 14px;
        font-weight: normal;
    }

.view-cnt {
    margin-top: 10px;
    line-height: 26px;
}

    .view-cnt p {
        /*text-indent:2em;*/
        color: #666;
        font-size: 14px;
    }

    .view-cnt ul li {
        list-style-type: disc;
        margin-left: 12px;
        line-height: 28px;
        height: auto;
    }

    .view-cnt a {
        color: #666;
    }

        .view-cnt a:hover {
            color: #333;
        }

    .view-cnt ol {
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ol li {
            list-style: inherit;
        }


    /*table*/

    .view-cnt table {
        border-collapse: collapse;
        border-spacing: 0;
        border: medium none;
    }

        .view-cnt table td, .view-cnt table th {
            border-color: #ddd;
        }

/******news,down,title样式******/
.data-list {
}

    .data-list li {
        font-size: 14px;
        padding: 14px 0;
        border-bottom: 1px dotted #ccc;
    }
    /*.data-list li:last-child{
	border-bottom: none;
}*/

    /*.data-list li:nth-child(odd){
	background: #e9e9e9;
}*/

    .data-list a.aa {
        margin-bottom: 5px;
        color: #333;
        font-weight: bold;
        font-size: 15px;
        display: block;
    }






/*.datee{
	margin-top:5px ;
}*/
.datee a {
    color: #d68a1d;
    font-size: 14px;
}

.data-list a:hover {
    text-decoration: none;
}

.data-list li p {
    line-height: 26px;
    color: #666;
    font-size: 14px;
}

.data-list li span {
    font-size: 14px;
    color: #00428f;
}

    .data-list li span a {
        color: #d68a1d;
    }


/******pictrue,videolist样式******/

ul.pic-list li {
    float: left;
    margin-bottom: 8px;
    margin-right: 28px;
}

    ul.pic-list li.mar0 {
        margin-right: 0;
    }

    ul.pic-list li a {
        color: #666;
        font-size: 14px;
    }

        ul.pic-list li a:hover {
            color: #999;
            text-decoration: none;
        }

    ul.pic-list li div {
        line-height: 24px;
        margin-bottom: 10px;
        text-align: center;
    }

    ul.pic-list li p {
        padding: 10px 0;
        color: #000;
        text-align: center;
    }

ul.pic-list a img {
    /* border:1px solid #f3f3f3;*/
    /*padding: 3px; background-color: #00428f;
 
    display: block;  border:2px solid #00428f;
   padding: 6px; background-color: #fff;
    transition: all 0.2s ease-in-out 0s;*/
}

.pic-list {
    padding-top: 20px;
}

/*.pic-list .li-img{
	width:119px;
}
.pic-list .li-p{
	width:115px;
	text-align: left;
	margin-left:5px;
}*/






/******pictrueleft pictrueright样式******/
ul.pic-bothside li {
    padding: 30px 39px;
    border: 1px solid #ccc;
    margin-top: 25px;
}

ul.pic-bothside a img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin: 3px 13px 3px 0px;
}

a.pic-a {
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

span.pic-span {
    color: #999;
}


/*.ming-list{padding-left:30px;padding-right:10px; min-height:200px; }
.ming-list li{ float:left;margin-right:48px; line-height:30px;padding:10px 0;}
.ming-list li a{ float:left;color:#333; background:url(./fblue.png) no-repeat left center;padding-left:15px; font-size:16px;}
.ming-list li a:hover{ text-decoration:none;}*/


</pre></body></html>