﻿
.title1
{ 
    /* background: url(../images/title1_bg.jpg) no-repeat;  */
	background:#78abdd;
    height: 23px;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
    padding-left: 0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom: 10px;
}

.table1, .table2
{
    border-spacing: 1px;
    width: 776px;
}

.table1 td, .table2 td
{
    padding: 10px;
    border-bottom: 1px #EDEDED solid;
    line-height:26px;
}

.table1 td.a
{
    width: 160px;
    font-weight: bold;
    padding-left: 25px;
    background: #F0F0F0 url(../images/dot1.gif) no-repeat 10px center;
}

.table1 td.a a
{
    text-decoration: none;
    color: #686868;
}

.table1 td.b
{
    color: #333333;
    background: #F9F9F9;
}

.table1 td.b a
{
    text-decoration: none;
    color: #000;
    padding: 0 10px;
}

.table1 td.b a:hover 
{
    color: #EC3A0A;
}

.table2 td
{
    border-bottom: 1px #EDEDED solid;
    width: 160px;
}

.table2 td a
{
    text-decoration: none;
    color: #686868;
    font-weight: bold;
    line-height: 26px;
    display: block;
    height: 26px;
    overflow: hidden;
}

.l_btn
{
    display: block;
    width: 188px;
    height: 32px;
    background: url(../images/l_btn.jpg);
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
}

.filetree a
{
    text-decoration: none;
    color: #000;
}


.box1 { width: 776px; margin-bottom: 10px; }

.box1 .head
{
    height: 28px;
    background: url(../images/box1_head.jpg) no-repeat;
}

.box1 span, .box1 .more
{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}

.box1 .head span { float: left; }
.box1 .head a { float: right; }

.box1 .content
{
    border: 1px #C7BCBA solid;
    border-top: none;
    padding: 10px 5px;
    line-height:30px;
}


.list1
{
    width: 100%;
    border-spacing: 0;
}

.list1 th, .list1 td
{
    padding: 5px 10px;
}

.list1 th 
{
    background: #e6f1f7;
    color: #1f617d;
    font-size: 12px;
    text-align: left;
}

.list1 td
{
    line-height: 200%;
    border-bottom: 1px #E7E7E7 solid;
}

.list1 .a
{
    text-align: left;
    padding-left: 25px;
    background: url(../images/arrow.gif) no-repeat 10px center;
}

.list1 .a a
{
    text-decoration: none;
    color: #000;
}


.list1 .b
{
    color: #656565;
}

.curr_loc
{
    background: url(../images/curr-loc.jpg) no-repeat; 
    height: 23px;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.curr_loc, .curr_loc a
{
    color: #fff;
}

/* 内容页 */
.news .title
{
    font-size: 24px; 
    color: #C40000;
    text-align: center;
    margin: 10px;
}

.news .ctrl-bar
{
    background: #FFFBEC;
    padding: 5px 20px;
    text-align: center;
    border-top: 1px #FEF4CE solid;
    border-bottom: 1px #FEF4CE solid;
    margin: 10px;
}

.news .ctrl-font
{
    cursor: pointer;
}

.news .content
{
    font-size: 14px;
    margin: 20px;
}

.news .content-medium
{
    font-size: 14px;
}


.news .content-large
{
    font-size: 20px;
}


.news .content-small
{
    font-size: 12px;
}

