/* 时间：2017-02-14
 * 作者：杜天生
 * 描述：初始样式一旦确认任何情况下不可修改
 */

.container {
    width:1000px;
    margin: 0 auto;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-size: 14px;
    font-family:"Microsoft YaHei","SimHei";
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em, i{
    font-style:normal;
}
ul, ol {
    list-style: none;
}
img {
    border:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    font-size: 14px;
    text-decoration: none;
    color:#333;
}
a:link{ text-decoration:none;}
a:hover {
    color: #FF6600;
    text-decoration: underline;
}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}
.clear{ clear:both;}

/*分页*/
.page{width:100%;margin:30px auto; text-align:center;}
.page ul {display: inline-block;}
.page ul li{float:left;margin-right:5px; list-style:none;}
.page ul li a{float:left;padding:3px 8px; background:#e9e9e9; border:1px solid #cccccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#5d5d5d;}
.page ul li a:hover{background:#FF6600; border:1px solid #c65002; color:#fff;text-decoration: none;}
.page ul li a.up{ }
.page ul li a.onhover{background:#FF6600; border:1px solid #c65002; color:#fff;}
.bai12_22h{
    height:25px;
    line-height: 25px;
}
#num{
    text-align: center;
}
.bai12_22h input {
    padding: 1px 8px;
    line-height: 25px;
    border-radius: 4px;
    cursor: pointer;
}
@charset "gb2312";
/* CSS Document */
@import url("reset.css");

.header .title {
    height:24px;
    line-height: 25px;
    border-top: 1px solid #e3e3e3;
    color:#999;
    background-color: #fff;
    font-size: 12px;
}
.header .title .top {
    width:1000px;
    margin:0 auto;
}
.header .title .top ul {
    float:right;
    overflow: hidden;
}
.header .title .top ul li {
    float:right;
    padding:0 15px;
}
.header .title .top ul .li-1 {background: url("imagesin_07.jpg") 0 center no-repeat;}
.header .title .top ul .li-2 {background: url("imagesin_05.jpg") 0 center no-repeat;}
.header .title .top ul .li-3 {background: url("imagesin_10.jpg") 0 center no-repeat;}
.header .title .top ul li a {font-size: 12px;}
.header .bg {background: url("imagesheader_bg.jpg") 0 0 repeat-x;}
.header .bg .flash {
    width:1000px;
    margin: 0 auto;
}
.header .nav {
    width:100%;
    height:38px;
    background: url("imagesnav_bg.jpg") 0 0 repeat-x;
}
.header .nav ul {
    width:1000px;
    margin: 0 auto;
    overflow: hidden;
}
.header .nav ul li {
    float:left;
    width:90px;
    height:38px;
}
.header .nav ul li a {
    display: block;
    width:100%;
    height:100%;
    line-height: 38px;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    background: url("imagesnav_a_bg.jpg") right bottom no-repeat;
}
.header .nav ul li a:hover,.header .nav ul li.on a {
    background: url("imagesnav_a_hover.jpg") left top repeat-x;
    color: #ba0307;
}

.today {
    height:35px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 5px;
}
.today .time {
    float:left;
    font-size: 12px;
    padding-left:30px;
    background: url("imagestime.jpg") 0 center no-repeat;
}
.today .weather {
    float:left;
    margin-left: 15px;
}
.today .search-box {
    float:right;
    overflow: hidden;
    margin-top: 3px;
}
.today .search-box input {
    height: 26px;
    width: 280px;
    border: 1px solid #eee;
    color: #999;
    font-size: 13px;
    font-family: "Arial";
}
.today .search-box .search-btn {
    float:right;
    width:44px;
    height:28px;
    background: url("imagessearch_btn.jpg") 0 0 no-repeat;
}

.aside .aside-left {
    position: fixed;
    left:5px;
    top:246px;
}
.aside .aside-right {
    position: absolute;
    right:5px;
    top:246px;
}
@charset "gb2312";
/* CSS Document */
@import url("reset.css");

.link {
    height:25px;
    line-height: 25px;
    margin-top: 20px;
}
.link span {
    float:left;
    font-size: 12px;
    color:#666;
    font-weight: bold;
}
.link select {
    float:left;
    width:157px;
    height:25px;
    margin-left: 65px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color:#333;
    border:1px solid #ccc;
}
.link select option {
    text-align: center;
}
.footer { margin-top: 20px;}
.footer .content {
    position: relative;
    width:1000px;
    margin: 0 auto;
    padding:15px 0;
    border-top: 5px solid #b70100;
}
.footer .content p {
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}
.footer .content p strong a {
    color:#333;
    font-size: 12px;
    font-weight: bold;
}
.footer .content p strong a:hover {color:#FF6600;}
.footer .content p>a {
    font-size: 12px;
    color:blue;
}
.footer .content .left,.footer .content .right { position: absolute; }
.footer .content .left {left:100px;}
.footer .content .right { right:100px;}
@charset "gb2312";




.container {overflow: hidden;}
.addr {
    width:100%;
    height:35px;
    line-height: 35px;
    font-size: 12px;
    margin-top: 10px;
}
.addr>span {
    font-weight: bold;
    color:#c33c3c;
}
.container .left {
    float:left;
    width:260px;
}
.container .left h3 {
    height:30px;
    border-bottom: 1px solid #e3e3e3;
}
.container .left h3 span {
    float:left;
    padding:0 8px;
    height:30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    background-color: #0055fF;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.container .left>ul {
    padding:8px 12px;
}
.container .left>ul li {
    padding-left:30px;
    height:35px;
    line-height: 35px;
    border-bottom: 1px dashed #e3e3e3;
    background: url("imagesicon02.png") 10px -87px no-repeat;
}
.container .left>ul li a {
    display: block;
    width:100%;
    height:100%;
}
.container .left>ul li.on a {
    color:#ff6600;
    text-decoration: underline;
}
.container .xxgk {overflow: hidden;margin-top: 15px;}

.container .left .zwgk_btn {
    margin-top: 15px;
    padding:10px 5px;
    background-color: #fffbf0;
    border:1px solid #fff0c8;
}
.container .left .zwgk_btn h4 {
    text-align: center;
    font-size: 18px;
    color:#ff6600;
    margin-bottom: 10px;
}
.container .left .zwgk_btn ul li {
    font-size: 14px;
    background: url("imagesin_42.jpg") 20px center no-repeat #fff;
    height: 30px;
    margin-bottom: 5px;
    border: 1px double #f2e0d4;
    padding-left: 40px;
    line-height: 30px;
}

.container .right {
    float:right;
    width:700px;
    min-height: 500px;
    padding:10px;
    border:1px solid #e3e3e3;
}
.container .right h3,.ctt h3 {
    height:30px;
    line-height: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.container .right h3 span,.ctt h3 span {
    float:left;
    padding:0 10px;
    height:30px;
    line-height: 30px;
    border-bottom: 2px solid #c33c3c;
    color:#c33c3c;
    font-size: 14px;
    font-weight: bold;
}
.container .right .list,.ctt .list {
    clear: both;
    padding:10px;
}
.container .right .list li,.ctt .list li {
    padding-left: 15px;
    height:27px;
    line-height: 27px;
    background: url("imagesin_92.jpg") 0 center no-repeat;
}
.container .right .list li span,.ctt .list li span {
    float:right;
    color:#999;
    font-size: 12px;
    line-height: 27px;
}
/*无导航概览样式*/
.ctt {
    min-height: 500px;
    padding:10px;
    border:1px solid #e3e3e3;
}
/*通用图片概览样式*/
.container .right .img {
    margin:10px 0;
    clear: both;
    overflow: hidden;
}
.container .right .img li {
    float:left;
    width:175px;
    height:120px;
    margin-bottom: 8px;
}
.container .right .img li a {
    display: block;
    position: relative;
    width:170px;
    height:120px;
    margin: 0 auto;
}
.container .right .img li a img {
    width:100%;
    height:100%;
}
.container .right .img li a span {
    position: absolute;
    left:0;
    bottom:0;
    width:170px;
    height:25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color:#fff;
}