﻿@charset "utf-8";
/* content */
content {
    width: 100%;
}
.content {
    width: 1100px;
    height: auto;
    margin: 30px auto;
}
.content table {
    width: 100%;
}
.content table tr td {
    vertical-align: top;
}

/*左侧*/
.content table tr td.left {
    width: 230px;
}
.content table tr td.left .le1 {
    width: 190px;
    height: 226px;
    padding: 0 20px;
    background-color:#EEEEEE;
}
.content table tr td.left .le1 h3 {
    padding-top: 10px;
    font-size: 16px;
    height: 36px;
    color: #D00001;
    line-height: 36px;
    background:  url(../img/list01.png) -10px 44px no-repeat;
}
.content table tr td.left .le1 div {
    margin-top: 6px;
    font-size: 14px;
}
.content table tr td.left .le1 div a {
    display: block;
    float: left;
    padding: 4px 7px;
    margin: 4px 6px 0 0;
    border-radius: 6px;
}
.content table tr td.left .le1 div a:hover {
    background-color: #D00001;
    color: #FFFFFF;
}

.content table tr td.left .le2 {
    width: 190px;
    height: 216px;
    padding: 0 20px;
    margin-top: 20px;
    background-color:#EEEEEE;
}
.content table tr td.left .le2 h3 {
    padding-top: 10px;
    font-size: 16px;
    height: 36px;
    color: #D00001;
    line-height: 36px;
    background:  url(../img/list01.png) -10px 44px no-repeat;
}
.content table tr td.left .le2 ul {
    margin-top: 10px;
}
.content table tr td.left .le2 ul li {
    width: 190px;
    height: 36px;
    line-height: 36px;
}
.content table tr td.left .le2 ul li a {
    padding-left: 56px;
    display: block;
    
}
.content table tr td.left .le2 ul li a:hover {
    color: #FFFFFF;
    border-radius: 6px;
}
.content table tr td.left .le2 ul li a.bg1 {
    background: url(../img/le1.png) 20px 8px no-repeat;
}
.content table tr td.left .le2 ul li a.bg2 {
    background: url(../img/le2.png) 20px 8px no-repeat;
}
.content table tr td.left .le2 ul li a.bg3 {
    background: url(../img/le3.png) 20px 8px no-repeat;
}
.content table tr td.left .le2 ul li a.bg4 {
    background: url(../img/le4.png) 20px 8px no-repeat;
}
.content table tr td.left .le2 ul li a.bg1:hover {
    background: #D00001 url(../img/le11.png) 20px 8px no-repeat;
}
.content table tr td.left .le2 ul li a.bg2:hover {
    background: #D00001 url(../img/le21.png) 20px 8px no-repeat;
}
.content table tr td.left .le2 ul li a.bg3:hover {
    background: #D00001 url(../img/le31.png) 20px 8px no-repeat;
}
.content table tr td.left .le2 ul li a.bg4:hover {
    background: #D00001 url(../img/le41.png) 20px 8px no-repeat;
}


.content table tr td.left .le3,.content table tr td.left .le4,.content table tr td.left .le5 {
    width: 230px;
    margin-top: 30px;
}
.content table tr td.left .le4,.content table tr td.left .le5 {
    margin-top: 10px;
}
.content table tr td.left .le3 img,.content table tr td.left .le4 img,.content table tr td.left .le5 img {
    width: 230px;
}

/*右侧-面包屑*/
.content table tr td.right {
    width: 820px;
}
.content table tr td.right .nav {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}

/*右侧-新闻*/
.content table tr td.right .news {
    width: 820px;
    border: 1px solid #EEEEEE;
    float: left;
    padding:10px;
}
.content table tr td.right .news ul.list li {
    width: 794px;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 26px;
    border-bottom: 1px dashed #EEEEEE;
    background: url(../img/icos.png) 0px 14px no-repeat;
    
}
.content table tr td.right .news ul.list li a {
    float: left;
}
.content table tr td.right .news  ul.listli a:hover {
    color: #D00001;
}
.content table tr td.right .news ul.list li span {
    float: right;
}

/*右侧-单页*/
.content table tr td.right .sing {
    width: 820px;
    border: 1px solid #EEEEEE;
    float: left;
    padding:10px;
}
.content table tr td.right .sing h1 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-size: 20px;
}
.content table tr td.right .sing .ms {
    text-align: center;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #999999;
    border-bottom: 1px dashed #EEEEEE;
}
.content table tr td.right .sing .co {
    line-height: 32px;
    margin-top: 20px;
}
.content table tr td.right .sing .co img {
    max-width: 820px;
}
.content table tr td.right .sing .next {
    margin-top: 20px;
    font-size: 14px;
}
.content table tr td.right .sing .next ul li {
    line-height: 30px;
    height:30px ;
}
.content table tr td.right .sing .next ul li a:hover {
    color: #D00001;
}
.content table tr td.right .sing .ad {
    margin-top: 20px;
    border-top: 1px dashed #EEEEEE;
    padding-top: 20px;
}
.content table tr td.right .sing .ad img {
    width: 820px;
    max-height: 160px;
}


/* page */
.page {
    width: 100%;
    height: 36px;
    margin-top: 20px;
    float: left;
}
.page ul.pagination {
    text-align: center;
}
.page ul.pagination li {
    display: inline;

}
.page ul.pagination li a, .page ul.pagination li span {
    padding: 5px 10px;
    border: 1px solid #CCC;
    margin-right: 10px;
}
.page ul.pagination li a:hover, .page ul.pagination li.active span {
    background-color: #D00001;
    color: #FFF;
}
