﻿body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {border: 0 none;margin: 0;padding: 0;}

a {text-decoration:none;outline:none;}

a:active{star:expression(this.onFocus=this.blur());}

:focus{outline:0;}

a:hover{text-decoration:underline;transition: all 0s ease 0s; }

ul{list-style:none;}

li{list-style:none;}

img{border:none;}

.clear{clear:both;}



body
{    font-size:14px;
    font-family:"微软雅黑";
    color: #333;
}

table
{
   background:#bbb;
}

table tr
{
   background:#fff;
}

/*********************内页样式***********************/

/******左侧导航******/

.main-left
{
    float: left;
	margin-right:25px;    
    width: 240px;
	border:solid 1px #e3e3e3;
	background:url(../images/pglg.png) no-repeat right bottom;
}


/******右侧样式******/
.main-right
{
    float: right;
    width:900px; 
	/*padding-right:17px;*/
}

.right-nr
{
   line-height:30px;
   padding:10px 10px;
   font-size:16px; 
        min-height: 480px;	
}

/******单篇文章******/
.view-title
{
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: bold;
}

.view-title h1
{
	font-size:18px;
}

.view-info
{
    border-bottom: 1px dashed #dadde3;
    padding: 10px 0px 0px 0px;
    color: #999;
}

.view-info span
{
    font-size: 12px;
    font-weight: normal;
    padding-right: 8px;
}

.view-cnt
{
    padding-top: 10px;
    line-height: 30px;
}


.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: #024d86;
}

/******news,down,title样式******/

.data-list li
{
    line-height: 36px;
    text-align: right;
    border-bottom: dashed 1px #dcd9d9;
}
.data-list a
{
	background:url(../images/nw_tb.gif) no-repeat 5px center;
    float: left;
    color: #333333;
    padding-left: 16px;
}

.data-list a:hover
{
    color: #024d86;
    text-decoration: none;
}

.data-list img
{
    vertical-align: middle;
    width: 18px;
}

/******pictrue,videolist样式******/

ul.pic-list li
{
    float: left;
    margin: 2px 5px;
}

ul.pic-list li a
{
    color: #6e6e70;
}

ul.pic-list li div
{
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

ul.pic-list a img
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}


ul.video-list
{
	margin-top:12px;
}


ul.video-list li
{
    float: left;
    margin: 2px 5px;
}

ul.video-list li a
{
    color: #6e6e70;
    font-size:14px;
}

ul.video-list li div
{
    background: #f1f1f1 none repeat scroll 0 0;
    line-height: 18px;
    padding: 0 5px;
    text-align: left;
}

ul.video-list a img
{
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

/******pictrueleft pictrueright样式******/
ul.pic-bothside li
{
    padding: 15px 0px 10px;
    border-bottom: 1px dotted #ddd;
}

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: #02629a;
    font-size:16px;
}

div.pic-span
{
    color: #999;
    line-height: 24px;
    height:72px;
    overflow:hidden;
    margin-bottom: 15px;
}

.baoming ,.baoming1{
    background:#02629a;
    color:#fff;
    width:78px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin-right:20px;
    display:inline-block;
    cursor:pointer;
    font-weight: normal;
}

.baoming1{
    background:#bbb !important;
    cursor:not-allowed !important;  
}


.baoming:hover,.baoming1:hover{
    color:#f5cc0f;
    text-decoration:none;
}