﻿@charset "utf-8";
/* CSS Document */
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{color:#CC0000;text-decoration:underline;transition: all 0s ease 0s; }

ul{list-style:none;}

li{list-style:none;}

img{border:none; vertical-align:middle;}

.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;clear: both; height:0px;}
.clear {clear: both;}




body
{   font-size:14px;
    font-family:"Microsoft YaHei";
    color:#666;  
	 margin:auto;
}

.webkit { font-size:7px;
    -webkit-transform: scale(0.7);
	-webkit-text-size-adjust:none;
}

table
{
   background:#bbb;
   
   
}




table tr
{
   background:#fff;
}



/*********************内页样式***********************/

/******左侧导航******/

.main-left
{
    overflow: hidden;
    width:268px;
	min-height:750px;
   float:left;
}

/******右侧样式******/
.main-right
{
	margin-top:20px;
     width:830px; 
	 float:right;
	min-height:750px;
	
}

.right-nr
{
    font-size: 14px;
    color: #666666; 
	margin-bottom:10px;
	 
	
}

/******单篇文章******/
.view-title
{
   text-align: center;
     /*padding:15px 0px 10px 350px;*/
    line-height: 28px;
    color: #333;
    font-weight: bold;
    /* padding-left:280px;*/
    padding-top:14px;
}

.view-title h1
{
	font-size:18px;
}

.view-info
{
    border-bottom: 1px dashed #dadde3;
    padding: 10px 0px 0px 0px;
    color: #999;
    text-align:center;
}

.view-info span
{
    font-size: 12px;
    font-weight: normal;
    padding-right: 8px;
}

.view-cnt
{
    padding-top: 10px;
    line-height: 26px;
}


.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;
}

.view-cnt ol
{
    padding-left: 17px;
    margin-left: 10px;
}

.view-cnt ol li
{
    list-style: inherit;
}

/******news,down,title样式******/
.data-list p{ line-height:24px;padding-bottom:15px;}
.data-list li
{
	padding-top:20px;
    line-height: 36px;  
	 border-bottom:1px  dotted #666666;
	 padding-bottom:18px;* padding-bottom:1px;
	 padding-right:20px;
}
.data-list a
{
}

.data-list a:hover
{
    color: #00ac71;
    text-decoration: none;
}
.data-list li span{ float:right;}

.data-list img
{
    vertical-align: middle;
}

/******pictrue,videolist样式******/

ul.pic-list li
{
    float: left;
    padding: 11px 13px;
}

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;
}


/******pictrueleft pictrueright样式******/
ul.pic-bothside li
{
    padding: 5px;
}

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;
}

span.pic-span
{
    color: #999;
}
