/* 时间：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("../images/header_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";




.ctt-1 {
    margin-top: 10px;
    overflow: hidden;
}
.ctt-1 .pic {
    float:left;
    width:350px;
}
.ctt-1 .pic .bd {
    width:100%;
    height:245px;
}
.ctt-1 .pic .bd ul li {
    position: relative;
    width:100%;
    height:245px;
}
.ctt-1 .pic .bd ul li a {
    display: block;
    width:100%;
    height:100%;
}
.ctt-1 .pic .bd ul li img {
    width:100%;
    height:245px;
}
.ctt-1 .pic .bd ul li span {
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:25px;
    line-height: 25px;
    text-align: center;
    color:#fff;
    font-size: 12px;
}
.ctt-1 .pic .hd {
    width:100%;
    height:6px;
    margin-top: 10px;
}
.ctt-1 .pic .hd ul li {
    float:left;
    width:68px;
    height:6px;
    margin:0 1px;
    background-color: #333;
    cursor: pointer;
}
.ctt-1 .pic .hd ul li.on {background-color: #c10001;}
.ctt-1 .center {
    float:left;
    width:400px;
    margin-left: 15px;
}
.ctt-1 .center h3 {
    width:100%;
    height:33px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color:#BC0404;
    background: url("imagestitle_bg.jpg") 0 0 no-repeat;
}
.ctt-1 .center h3 a {
    font-size: 18px;
    color:#BC0404;
}
.ctt-1 .center h3 a:hover {text-decoration: none;}
.ctt-1 .center dl {margin-top: 10px;}
.ctt-1 .center dl dt {
    width:100%;
    height:25px;
    border-top:1px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    background: #fff;
}
.ctt-1 .center dl dt a {
    float:left;
    height:28px;
    line-height: 28px;
    font-size: 12px;
    padding:0 20px;
}
.ctt-1 .center dl dt a.on {
    font-weight:bold;
    background: url("imagestab_a_on.jpg") 0 0 repeat-x;
}
.ctt-1 .center dl dd {
    padding:5px 10px;
    clear: both;
}
.ctt-1 .center dl dd ul li,.ctt-3 .list dl dd ul li,.ctt-4 dl dd ul li,.ctt-5 dl dd ul li,.ctt-6 dl dd ul li {
    padding-left: 15px;
    height:27px;
    line-height: 27px;
    background: url("imagesin_92.jpg") 0 center no-repeat;
}
.ctt-1 .center dl dd ul li span,.ctt-3 .list dl dd ul li span,.ctt-4 dl dd ul li span,.ctt-5 dl dd ul li span,.ctt-6 dl dd ul li span {
    float:right;
    color:#999;
    font-size: 12px;
    line-height: 27px;
}
.ctt-1 .right {
    float: right;
    width: 208px;
    padding: 5px;
    background-color: #fffbf0;
    border: 1px solid #fff0c8;
}
.ctt-1 .right h3 {
    text-align: center;
    margin-bottom: 8px;
}
.ctt-1 .right ul li {
    font-size: 14px;
    color: #ba0403;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 40px;
    border: 1px double #f2e0d4;
    background: url("imagesin_42.jpg") 20px center no-repeat #fff;
}

.ctt-2 {
    padding:15px 10px;
    margin-top: 10px;
    border:1px solid #dfdfdf;
    overflow: hidden;
}
.ctt-2 .title {
    float:left;
}
.ctt-2 .picList {
    float:right;
    position: relative;
    width:940px;
    height:75px;
    margin-top: 3px;
}
.ctt-2 .picList .next {
    position: absolute;
    left:0;
    top:0;
    width:11px;
    height:75px;
    background: url("imageszt_next.jpg") 0 -17px no-repeat;
}
.ctt-2 .picList .prev {
    position: absolute;
    right:0;
    top:0;
    width:11px;
    height:75px;
    background: url("imageszt_next.jpg") -11px -17px no-repeat;
}
.ctt-2 .picList .ul {
    width:900px;
    height:75px;
    margin: 0 auto;
    overflow: hidden;
}
.ctt-2 .picList .ul ul li {
    float:left;
    width:210px;
    height:75px;
    margin-right: 15px;
}
.ctt-2 .picList .ul ul li img {
    width:210px;
    height:75px;
}

.ctt-3 {
    margin-top:20px;
    overflow:hidden;
}
.same-top .top {
    width:100%;
    height:42px;
    background: url("imagesin_69.jpg") 0 0 repeat-x;
}
.same-top .top .h3 {
    float:left;
    width:114px;
    height:42px;
    margin-left: 25px;
    padding-left:30px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    background: url("images1-1.png") 0 0 no-repeat;
}
.same-top .top .h3:hover {text-decoration: none;}
.same-top .top ul {float:right;overflow: hidden;}
.same-top .top ul li {
    float:right;
    font-size: 12px;
    margin: 0 3px;
}
.same-top .top ul li a {font-size: 12px;}
.same-top .top ul li.more {margin-left: 10px;}
.same-top .top ul li.more a {
    display: block;
    width:46px;
    height:16px;
    background: url("imagesmore_02.jpg") 0 0 no-repeat;
}
.ctt-3 .list { margin-top: 20px; }
.ctt-3 .list dl {
    float:left;
    width:490px;
    height:188px;
    border:1px solid #f3f3f3;
}
.ctt-3 .list .rt-dl {float:right;}
.ctt-3 .list dl dt,.ctt-4 dl dt,.ctt-6 dl dt {
    position: relative;
    height:20px;
    padding:0 15px;
    top: -10px;
}
.ctt-3 .list dl dt a,.ctt-4 dl dt a,.ctt-6 dl dt a {
    float:left;
    width:86px;
    height:20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.ctt-3 .list dl dt a.on,.ctt-4 dl dt a.on,.ctt-6 dl dt a.on {
    color:#c33c3c;
    background: url("imagesin_76.jpg") 0 2px no-repeat;
}
.ctt-3 .list dl dt span a,.ctt-4 dl dt span a,.ctt-6 dl dt span a {
    float:right;
    width: 60px;
    background: url("imagesmore_01.jpg") 0 0 no-repeat;
}
.ctt-3 .list dl dd,.ctt-4 dl dd,.ctt-6 dl dd {padding:0 8px;}

.ctt-4 {margin-top: 20px;overflow: hidden;}
.ctt-4 .top {margin-bottom: 20px;}
.ctt-4 .box-1 {
    float:left;
    width:290px;
    margin-right: 15px;
}
.ctt-4 .box-1 .title {
    display: block;
    width:100%;
    height:55px;
}
.ctt-4 .box-1 .title img {
    width:100%;
    height:100%;
}
.ctt-4 .box-1 ul {
    margin-top: 20px;
    overflow: hidden;
}
.ctt-4 .box-1 ul li {
    float:left;
    width:96px;
    height:75px;
}
.ctt-4 .box-1 ul li a {
    display: block;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 12px;
}
.ctt-4 .box-1 ul li a i {
    display: block;
    width:47px;
    height:41px;
    margin: 5px auto;
}
.ctt-4 .box-1 ul .li-1 a i {background: url("imagesin_106.jpg") 0 0 no-repeat;}
.ctt-4 .box-1 ul .li-2 a i {background: url("imagesin_105.jpg") 0 2px no-repeat;}
.ctt-4 .box-1 ul .li-3 a i {background: url("imagesin_107.jpg") 0 7px no-repeat;}
.ctt-4 dl {
    float:left;
    width:340px;
    height:160px;
    border:1px solid #f3f3f3;
}
.ctt-4 .rt-dl {float:right;}

.ctt-5 {margin-top: 20px;}
.ctt-5 dl dt {
    width:100%;
    height:32px;
    margin-top: 5px;
}
.ctt-5 dl dt a {
    float:left;
    line-height: 32px;
    margin:0 10px;
}
.ctt-5 dl dt a.on,.ctt-5 dl dt a:hover {
    text-decoration: none;
    height:28px;
    color:#c33c3c;
    border-bottom: 1px solid #c33c3c;
}
.ctt-5 dl dd {
    padding:10px 0;
    min-height: 108px;
    overflow: hidden;
}
.ctt-5 dl dd ul {
    float:left;
    width:490px;
}
.ctt-5 dl dd ul.f_r {float:right;}
.ctt-5 dl dd ul li {background: url("imagesD_03.jpg") 0 center no-repeat;}

.ctt-6 {margin-top: 10px;overflow: hidden;}
.ctt-6 .top {margin-bottom: 20px;}
.ctt-6 dl {
    float:left;
    width:340px;
    min-height:105px;
    margin-right: 15px;
    border:1px solid #f3f3f3;
}
.ctt-6 dl dd {padding-bottom: 4px;}
.ctt-6 .box-rt {
    float:right;
    width:285px;
    overflow: hidden;
}
.ctt-6 .box-rt ul li {
    /* float:left; */
    /* width:50%; */
    height: 32px;
    line-height: 32px;
    /* margin-bottom: 10px; */
    /* background: #eeeeee; */
    overflow: hidden;
    margin-bottom: 1px;
    border: 1px solid #eee;
    padding-left: 55px;
}
.ctt-6 .box-rt ul li img {
    float:left;
    margin-right: 10px;
    width:30px;
    height:25px;
}
.ctt-6 .box-rt ul li a {
    font-size: 14px;
    font-weight: bold;
    color:#999;
}