﻿body
{
    font-family: 'Microsoft YaHei';
    color: #333333;
}

table
{
   background:#bbb;
}

table tr
{
   background:#fff;
}

/*********************内页样式***********************/

/******单篇文章******/
.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: 26px;
}


.view-cnt ul li
{
    list-style-type: disc;
    margin-left: 12px;
    line-height: 28px;
    height: auto;
}

.view-cnt a
{
   color:#666;
}

/******news,down,title样式******/

.data-list li
{
    line-height: 36px;
    text-align: right;
    border-bottom: dashed 1px #dcd9d9;
}
.data-list a
{
    float: left;
    color: #333333;
    background: url(../images/acti.png) no-repeat left center;
    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;
    padding: 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;
}


/******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;
}
