.k{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*头部*/
.top_box{
    background: #752526;
    height: 5px;
}
.top_box .top{}
.top_box .top .top_lefticon{
    float: left;
    width: 180px;
    line-height: 42px;
}
.top_box .top .top_lefticon a{
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}
.top_box .top .top_righticon{
    float: right;
    width: 135px;
    line-height: 42px;
}
.top_box .top .top_righticon a{
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
}
/*导航和logo*/
.nav_Box{
    background: url(../img/nav_bg.png) top center repeat-x;
    padding-bottom: 10px;

}
.nav_box .logo_box{
    float: left;
    width: 621px;
    margin-top: 15px;
}
.nav_box .logo_box .logo{
    width: 788px;
    height: 72px;
}
.nav_box .logo_box .logo img{
    height: 100%;
}
.nav_box .nav_rightbox{
    float: right;
    width: 550px;
}

.nav_box .nav_rightbox .search {
    border: 1px solid #ebebeb;
    float: right;
    width: 264px;
    height: 34px;
    background-color:#fff;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 15px;
}
.nav_box .nav_rightbox .search .text {
    border: none;
    width: 200px;
    float: left;
    line-height: 36px;
    padding-left: 10px;
    height: 36px;
    background: none;
}
.nav_box .nav_rightbox .search .submit {
    float: right;
    display: block;
    margin-right: 15px;
    margin-top: 7px;
}
/*导航*/
.nav {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}


.nav .nLi {
    float: left;
    position: relative;
    /*display: inline;*/
    /*width: 100px;*/
    text-align: center;

}

.nav .nLi h3 {
    float: left;
    text-align: center;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 52px;
    font-size: 16px;
    color: #333333;
    text-align: center;

}
.nav .sub {
    display: none;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    top: 52px;
    position: absolute;
    background: url(../img/sub_bg.png) center center repeat;
    line-height: 26px;
    /*padding: 5px 0;*/
}
.nav .sub b{
    display: block;
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    /*border-bottom: 20px solid red;*/
    background: url(../img/sub_bg1.png) center center repeat;
    height: 11px;
    width: 17px;
    position: absolute;
    z-index: 99;
    top: -11px;
    left: 50%;
    margin-left: -8.5px;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 10px 10px;
    color: #ffffff;
}

.nav .sub a:hover {
    background: #752526;
    color: #fff;
}

.nav .on h3 a {
    color: #752526;
}
/*banner*/
.slider {
    width: 100%;
    min-width: 1200px;
    height: 420px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.slider .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}

.slider .bd li {
    width: 1200px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1200px;
    height: 420px;
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -1200px !important; /*强制位置*/
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 30px;
    text-align: center;
    margin-left: 450px;
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 4px;
    line-height: 99px;
    overflow: hidden;
    background: url(../img/slider-btn.png) 0 -10px no-repeat;
    margin: 0 5px;
    cursor: pointer;
    /*filter: alpha(opacity=60);*/
    /*opacity: 0.6;*/
}

.slider .hd li.on {
    background-position: 0 0;
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;*/
}

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 420px;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -600px;
}

.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 420px;
    background: #ffffff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
/*新闻*/
.news_centerbox{

}
/*标题开始*/
.news_centerbox .title{
    height: 20px;
    line-height: 1;
    overflow: hidden;
}
.news_centerbox .title .t_left{
    float: left;
}
.news_centerbox .title .t_left h1{
    background:  url(../img/new_icon.png) left center no-repeat;
    height: 20px;
    padding-left: 25px;
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-right: 6px;
    line-height: 20px;
}
.news_centerbox .title .t_left i{
    font-size: 14px;
    color: #999999;
    font-style: italic;
    display: inline-block;
    margin-top: 6px;
}
.news_centerbox .title span{
    float: right;
    line-height: 20px;
}
.news_centerbox .title span a{
    font-size: 14px;
    color: #999999;
}
.news_centerbox .title span a:hover{
    color: #752526;
}
.news_centerbox .title span a.xwwT{
    font-size: 14px;
    color: #999999;
}
/*标题结束*/
.news_centerbox{

}
.news_centerbox .news_boxtop{

}
.news_centerbox .news_boxtop .newspic_box{
    float: left;
    width: 366px;
    height: 270px;
    margin-right:30px;
    overflow: hidden;
}
.news_centerbox .news_boxtop .newspic_box .news_list{
    margin-top: 20px;
}
.news_centerbox .news_boxtop .newspic_box .news_list li{
    float: left;
    width: 240px;
    margin-right: 35px;
}

.news_centerbox .news_boxtop .newspic_box .news_list li .pic_list_box{

}
.newspic_box .news_list li .pic_list_box .img_box{
    width: 240px;
    height: 150px;
}
.newspic_box .news_list li .pic_list_box .img_box img{
    height: 100%;
width:100%;
}
.newspic_box .news_list li .pic_list_box h1{
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin-top: 10px;
}
.newspic_box .news_list li .pic_list_box h1:hover{
    color: #af1617;
}
.newspic_box .news_list li .pic_list_box p,.newspic_box .news_list li .pic_list_box span{
    font-size: 12px;
    color: #666666;
    line-height: 12px;
}
.newspic_box .news_list li .pic_list_box p{
    margin-top: 10px;
    margin-bottom: 10px;
}
/*新闻资讯*/
.news_boxtop .news_zxbox{
    height: 270px;
    float: right;
    width: 380px;
    overflow: hidden;
}
.news_boxtop .news_zxbox ul{
    margin-top: 5px;
    overflow: hidden;
}
.news_boxtop .news_zxbox ul li{
    background: url(../img/new_icon1.png) left  center no-repeat;
    padding-left: 15px;
    height:10px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.news_boxtop .news_zxbox ul li a,.news_boxtop .news_zxbox ul li span{
    font-size: 14px;
    color: #333333;
}

.news_boxtop .news_zxbox ul li span{
    float: right;
}
.news_boxtop .news_zxbox ul li a:hover{
    color: #af1617;
}
/*公告通知和招标公告*/
.news_boxbottom{
    margin-top: 30px;height: 270px;
}
.qh{
    width: 380px;
    float: left;
   /*height: 265px;*/
    overflow: hidden;
    margin-right: 30px;
}
.qh_nav{
    height: 20px;
    /*border-bottom: 3px solid #c30d23;*/
    overflow: hidden;
}
.qh_nav ul{
    float: left;
    padding: 0;
    /*margin-top: 5px;*/
}
.qh_nav ul li{
    list-style: none;
    /*width: 140px;*/
    text-align: left;
    line-height: 1;
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-right: 15px;
}
.qh_nav ul li.url_1{
    background: url(../img/new_icon.png) left center no-repeat;
    height: 20px;
    padding-left: 25px;
    line-height: 20px;

}
.qh_nav ul li.url_2{
    background: url(../img/new_icon2.png) left center no-repeat;
    line-height: 20px;
    padding-left: 15px;
}
.qh_nav ul li em{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    font-style: italic;
    margin-top: 6px;
}
.qh_nav ul li.on{
}
.qh_nav span{
    display: block;
    float: right;
    line-height: 20px;
}
.qh_nav span a{
    font-size: 14px;
    color: #999999;
}
.qh_nav span a:hover{
    color: #af1617;
}
.qh_show{
    background: #ffffff;
    /*margin-top: 16px;*/
}
.qh_show .each{
    display: none;
}
.qh_show .qh_list{

}
.qh_show .qh_list ul{
    margin-top: 20px;
}
.qh_show .qh_list ul li{
    border-bottom: 1px #f1dede dashed;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}
.qh_show .qh_list ul li:last-child{
    margin-bottom: 0px;
}
.qh_show .qh_list ul li a{
    font-size: 14px;
    color: #333333;
    float: right;
    width: 310px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.qh_show .qh_list ul li a:hover{
    color: #af1617;
}
.qh_show .qh_list ul li span{
    float: left;
    font-size: 12px;
    color: #fff;
    width: 60px;
    background: url(../img/new_icon3.png) center center no-repeat;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
/*校园传真*/
.news_boxbottom .fzx_box{
    width: 380px;
    float: left;
    /*height: 260px;*/
    overflow: hidden;
    margin-right: 30px;
}
.news_boxbottom .fzx_box ul{
    overflow: hidden;
margin-top: 10px;
}
.news_boxbottom .fzx_box ul li{
    background: url(../img/new_icon1.png) left  center no-repeat;
    padding-left: 15px;
    /*height: 14px;*/
    line-height: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.news_boxbottom .fzx_box ul li a,.news_boxbottom .fzx_box ul li span{
    font-size: 14px;
    color: #333333;
}

.news_boxbottom .fzx_box ul li span{
    float: right;
}
.news_boxbottom .fzx_box ul li a:hover{
    color: #af1617;
}
/*媒体新闻*/
.news_boxbottom .Media_box{
    width: 380px;
    float: left;
    /*height: 260px;*/
    overflow: hidden;
}
.news_boxbottom .Media_box ul{
    overflow: hidden;
margin-top:10px;
}
.news_boxbottom .Media_box ul li{
    /*height: 14px;*/
    line-height:9px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.news_boxbottom .Media_box ul li a,.news_boxbottom .Media_box ul li span{
    font-size: 14px;
    color: #333333;
}

.news_boxbottom .Media_box ul li span{
    float: right;
}
.news_boxbottom .Media_box ul li a:hover{
    color: #af1617;
}
.news_boxbottom .Media_box ul li .bz{
    font-size: 14px;
    color: #af1617;
}
/*学术讲座和学术快讯*/
.Academic_box{
    background: url(../img/xh_bg.png) center center repeat-x;
    height: 360px;
}
.Academic .l_title{
    height: 20px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 30px;
}
.Academic_box .lecture_box{
    width: 576px;
    height: 226px;
    float: left;
    margin-right: 48px;
}
.Academic .l_title h1{
    background: url(../img/ht.png) left center no-repeat;
    padding-left: 28px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    margin-right: 6px;
}
.Academic .l_title i{
    font-size: 14px;
    color: #ffffff;
    padding-top: 5px;
    font-style: italic;
    float: left;
}
.lecture_box .xsjz_box{
    height: 226px;
    overflow: hidden;
}
.lecture_box .xsjz_box .jz_img{
    float: left;
    width: 250px;
    height: 226px;
}
.lecture_box .xsjz_box .jz_img img{
    height: 100%;
    width: 100%;
}
.lecture_box .xsjz_box .xsjz_right{
    float: right;
    width: 326px;
    background: url(../img/jz_bg.png) center center repeat;
    height: 226px;
    position: relative;
}
.lecture_box .xsjz_box .xsjz_right p{
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    margin-left: 20px;
    margin-right: 20px;
}
.lecture_box .xsjz_box .xsjz_right .block{
    background: url(../img/clock.png) left center no-repeat;
    padding-left: 38px;
    margin-top: 5px;
}
.lecture_box .xsjz_box .xsjz_right .dress{
    background: url(../img/dd.png) left center no-repeat;
    padding-left: 38px;

}
.lecture_box .xsjz_box .xsjz_right .zt{
    background: url(../img/zt.png) left center no-repeat;
    padding-left: 38px;
}
.lecture_box .xsjz_box .xsjz_right .zt a{
    font-size: 14px;
    color: #ffffff;
}
.lecture_box .xsjz_box .xsjz_right .peo{
    background: url(../img/jb.png) left top no-repeat;
    padding-left: 38px;
    line-height: 18px;
    height: 70px;
    overflow: hidden;
    margin-top: 5px;
}
.lecture_box .xsjz_box .xsjz_right .more{
    position: absolute;
    bottom:0;
    right: 0;
    width: 58px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #af1617;
}
.lecture_box .xsjz_box .xsjz_right .more a{
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}
.lecture_box .xsjz_box .xsjz_right .xsjz_jt{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    margin-left: -20px;
    margin-top: -13px;
}
.Academic .xskx_box{
    float: left;
    width: 576px;
    overflow: hidden;
}
.Academic .l_title.l_title1 h1{
    background: url(../img/kx.png) left center no-repeat;
    padding-left:40px;
}
.xskx_box .xskx_list{
    background: url(../img/jz_bg.png) center center repeat;
    width: 540px;
    height: 226px;
    padding-left: 18px;
    padding-right: 18px;
}
.xskx_box .xskx_list .xskx_list1{
    border-bottom: 1px #847f82 dashed;
    padding-top: 12px;
    padding-bottom: 12px;
}
.xskx_box .xskx_list .xskx_list1:last-child{
    border-bottom: none;
}

.xskx_box .xskx_list .xskx_list1 .date_box{
    width: 50px;
    height: 50px;
    background: #a11617;
    text-align: center;
    line-height: 25px;
    float: left;
}
.xskx_box .xskx_list .xskx_list1 .date_box .d1{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.xskx_box .xskx_list .xskx_list1 .date_box .d2{
    font-size: 11px;
    color: #ffffff;
}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox{
    float: right;
    width: 480px;
}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_T{

}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_T h1{
    font-size: 14px;
    color: #ffffff;
    float: left;
    margin-right: 15px;
}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_T h1 a{
    font-size: 14px;
    color: #ffffff;

}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_T h1 a:hover{
    color: #a11718;

}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_T p{
    background: url(../img/dd.png) left center no-repeat;
    padding-left: 20px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    height:18px;
}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_l{
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-top: 20px;
}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_l a{
    font-size: 14px;
    color: #ffffff;
}
.xskx_box .xskx_list .xskx_list1 .xskx_Tbox .xskx_l a span{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
/*最新专题*/
.Topics.title{
    height: 20px;
    line-height: 1;
    overflow: hidden;
}
.Topics .title .t_left{
    float: left;
}
.Topics .title .t_left h1{
    background:  url(../img/new_icon.png) left center no-repeat;
    height: 20px;
    padding-left: 25px;
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-right: 6px;
    line-height: 20px;
}
.Topics .title .t_left i{
    font-size: 14px;
    color: #999999;
    font-style: italic;
    display: inline-block;
    margin-top: 6px;
}
.Topics .title span{
    float: right;
    line-height: 20px;
}
.Topics .title span a{
    font-size: 14px;
    color: #999999;
}
.Topics .title span a:hover{
    color: #752526;
}
.Topics .title span a.xwwT{
    background: url(../img/news_s.png) right center no-repeat;
    padding-right: 20px;
    height: 20px;
    font-size: 14px;
    color: #af1617;
    font-weight: bold;
}
.picMarquee-left{
    float: right;
    width: 1200px;
    overflow: hidden;
    position:relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.picMarquee-left .hd{
}

.picMarquee-left .bd{
    margin-top: 20px;
}
.picMarquee-left .bd ul{

    overflow:hidden;
    zoom:1;
}
.picMarquee-left .bd ul li{
    margin:0 15px;
    float:left;
    display:inline;
    overflow:hidden;
}
.picMarquee-left .bd ul li .pic{
    text-align:center;
}
.picMarquee-left .bd ul li .pic img{
    width: 280px;
    height: 60px;
    display:block;
}
/*友情链接和小图标*/
.link_BOX{
    background: #e6e6e6;
    height: 10px;
    overflow: hidden;
}
.link_box{

}
.link_box .link_left{
    float: left;
    margin-top: 20px;
    height: 35px;
}
.tools{
    float: left;
    width:380px;
    background:#f5f5f5;
    margin-right:30px;
    height:220px;
    overflow: hidden;    margin-top: 15px;
}
.tools ul{
    overflow: hidden;
}
.tools ul li{
    float: left;
    width:111px;
    margin-top: 28px;
    overflow: hidden;
}
.tools ul li .box{
    position: relative;
}
.tools ul li .box:hover{
}
.tools ul li .box span{
    display: block;
    background-repeat:no-repeat;
    background-position: center center;
    height: 30px;
}
.tools ul li .box:hover span.mr{
    display: none;
}
.tools ul li .box span.on{
    display: none;
}
.tools ul li .box:hover span.on{
    display: block;
}
.tools ul li .box h1{
    color: #af1617;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    height: 14px;
    overflow: hidden;
    text-align: center;
}
.tools ul li .box:hover h1{
    color: #af1617;
}
/*页脚*/
.footer_box{
    background: #752526;
    height: 120px;
}
.footer_box .footer{
    text-align: center;padding-top: 30px;
}
.footer_box .footer .logo1{
    background: url(../img/logo1.png) center center no-repeat;
    height: 107px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer_box .footer .logo1 img{
    width: 100%;
    height: 100%;
}
.footer_box .footer .xian{
    background:  url(../img/x.png) center center no-repeat;
    height: 3px;
}
.footer_box .footer p{
    font-size: 12px;
    color: #ffffff;
    margin-top: 15px;
}
/*列表页*/
.banner_box{
    text-align: center;
    height: 352px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 4px #c1c1c1 solid;
}
.banner_box img{
    height: 100%;
   width:100%;
}
/*列表页左侧*/
.main_box{
    overflow: hidden;
}
.main_box .main_left{
    float: left;
    width: 260px;
    margin-bottom: 30px;
    background: #ffffff;
}
.main_box .main_left dl dt{
    background: url(../img/sub1_bg.png) top center no-repeat;
    height: 76px;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    color: #f4f4f4;
    width: 274px;
    margin-left: -14px;
}
.main_box .main_left dl{

}
.main_box .main_left dl dd{
    text-align: center;
    height: 70px;
    border-bottom: 1px #bfbfbf solid;
    line-height: 71px;
}
.main_box .main_left dl dd:last-child{
    border-bottom:none;

}
.main_box .main_left dl dd a{
    font-size: 16px;
    color: #333333;
}
.main_box .main_left dl dd a:hover{
    color: #af1618;
    border-bottom: 3px #af1618  solid;
    padding-bottom: 23px;
}

.main_box .main_left dl dd a .on{
    color: #af1618;
}

.main_box .main_left .kstd_box{
    background: #ffffff;
    border-top: 20px #f4f4f4 solid;

}
.main_box .main_left .kstd_box h1{
    font-size: 18px;
    color: #af1618;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.main_box .main_left .kstd_box a{
    overflow: hidden;
    float: left;
    width: 88%;
    font-size: 14px;
    color: #333333;
    background:url(../img/kstd_box.png) left center no-repeat;
    padding-left: 18px;
    margin-left: 10px;
    line-height: 40px;
}
/*列表页右侧*/
.main_box .main_right{
    width: 880px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    margin-bottom: 20px;
    background: #ffffff;
    float: right;
    padding-top: 25px;
}
.main_box .main_right .place_box{
    height: 38px;
    border-bottom: 1px #cccccc solid;
    margin-bottom: 10px;
}
.main_box .main_right .place_box h1{
    font-size: 18px;
    float: left;
    font-weight: bold;
    color: #af1618;
}
.main_box .main_right .place_box .place_r{
    float: right;
    line-height: 38px;
}
.main_box .main_right .place_box .place_r span{
    background:  url(../img/place.png) left center no-repeat;
    padding-left: 20px;
    line-height: 38px;
}
.main_box .main_right .place_box .place_r a{
    font-size: 12px;
    color: #333333;
}
.main_box .main_right .place_box .place_r a:hover{
    color: #af1618;
}
.main_box .main_right .list_box{

}
.main_box .main_right .list_box li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background:  url(../img/new_icon1.png) left center no-repeat;
    padding-left:20px;
}
.main_box .main_right .list_box li .span{
    float: right;
    font-size: 14px;
    color: #333333;
}
.main_box .main_right .list_box li a{
    font-size: 14px;
    color: #333333;
}
.main_box .main_right .list_box li a:hover{
    color: #af1618;
}
/*内容页*/
.main_box .main_right .main_content{
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;min-height:350px;
}
.main_box .main_right .main_content .title{
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin-top: 30px;
}
.main_box .main_right .main_content .info{
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 2.5;
}
.main_box .main_right .main_content .body{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-top: 15px;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 30px;
}
.main_box .main_right .main_content .body p{
    text-indent: 2em;
}
.main_box .main_content .page_box{
    float: right;
    margin-top: 20px;
}
.main_box .main_right .main_content .page_box a{
    font-size: 12px;
    color: #000000;
    line-height: 20px;
}
.main_box .main_right .main_content .page_box a:hover{
    color: #af1618;
}
/*图片列表页*/
.main_box .main_right .pic_box{
    overflow: hidden;
    margin-top: 20px;
}
.main_box .main_right .pic_box li{
    width: 33.3%;
    float: left;
    height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.main_box .main_right .pic_box li img{
    width: 276px;
    height: 100%;
}
/*链接列表*/
.main_box .main_right .ljlb_box{
    padding-top: 20px;
    padding-bottom: 20px;
}
.main_box .main_right .ljlb_box .ljlb_box1{
    padding-top: 20px;
}

.main_box .main_right .ljlb_box .ljlb_box1 h1{
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    width: 140px;
    border-right: 6px #c1c1c1 solid;
    text-align: center;
    background: #af1618;
    margin-bottom: 12px;
}
.main_box .main_right .ljlb_box .ljlb_box1 ul{
    overflow: hidden;
    background: #f4f4f4;
    padding: 15px 0px 15px 20px;
}
.main_box .main_right .ljlb_box .ljlb_box1 ul li{
    text-align: left;
    float: left;
    width: 30%;
    background: url(../img/jjlb.png) left center no-repeat;
    padding-left: 15px;
    height: 44px;
    line-height: 44px;
}
.main_box .main_right .ljlb_box .ljlb_box1 ul li a{
    font-size: 14px;
    color: #333333;
}
.main_box .main_right .ljlb_box .ljlb_box1 ul li a:hover{
    color: #af1618;
}

.linkss{margin-top:20px;}
.linkss ul li{margin-right:20px;float:left;}
.linkss ul li a{font-size:14px;}
.nav11{    width: 1200px;
    margin: 0 auto;
    height: 50px;}