﻿
.pages { width: 100%; text-align: center; margin-bottom: 10px; }
    .pages .nodate { padding: 6px 5px 5px 5px; margin-bottom: 15px; margin-top: 15px; text-align: center; font-size: 14px; }
    .pages a.PageLink { font-size: 18px; display: inline-block; height: 30px; line-height: 30px; margin-left: 10px; border-radius: 0px; padding: 0px 10px; color: #999999; overflow: hidden; text-decoration: none; background-color: #fff; border: 1px solid #eaeaea; }
    .pages .PageSel { font-size: 18px; display: inline-block; height: 30px; line-height: 30px; margin-left: 10px; border-radius: 0px; padding: 0px 10px; color: #fff; overflow: hidden; text-decoration: none; background-color: #333333; border: 1px solid #333333; }



.banner { width: 100%; background-color: #000; background-image: url(/Tpl/ID1013/images/newsban.jpg);background-repeat:no-repeat;background-position:center top; }
    .banner .title { display: block; text-align: center; padding-top: 50px; padding-bottom: 25px; font-size: 0px; }
        .banner .title h3 { font-size: 36px; font-weight: 400; line-height: 1; color: #fff; display: inline-block; vertical-align: middle; }
        .banner .title i { font-style: normal; margin-left: 20px; font-size: 30px; color: #fff; display: inline-block; vertical-align: middle; }

    .banner .rote { display: inline-block; margin-bottom: 55px; font-size: 14px; color: #eee; border: solid 1px #eee; padding: 3px 10px; }
        .banner .rote a { font-size: 14px; color: #eee; font-style: oblique; }

@media only screen and (max-width:768px) {
    .banner .title { padding-top: 60px; }
        .banner .title h3 { font-size: 18px; }
        .banner .title i { font-size: 14px; }
    .banner .rote a { font-size: 12px; }
}


.main { background-color: #f8f8f8; width: 100%; height: auto; overflow: hidden; }
    .main .conn { max-width: 1200px; width: 100%; overflow: hidden; text-align: left; padding: 50px 0px 50px 0px; }
        .main .conn .lt { width: 220px; float: left; text-align: left; }
            .main .conn .lt > b { display: block; width: 100%; line-height: 2; text-align: center; background-color: #830010; font-size: 24px; color: #fff; font-weight: 400; }


        .main .conn .rt { margin-left: 250px; text-align: left; background-color: #fff; padding: 0px 20px 20px 20px; }
            .main .conn .rt .title { font-size: 24px; margin: 0px 0px; font-weight: bold; color: #333; line-height: 2; border-bottom: solid 1px #d4d4d4; }
            .main .conn .rt p { line-height: 1.5; font-size: 16px; }

@media only screen and (max-width:640px) {
    .main .conn .lt { width: 100%; }
    .main .conn .rt { margin-left: 0px; }
}


ul.catslist { width: 100%; }
    ul.catslist > li { width: 100%; text-align: center; line-height: 2.5; background-color: #eee; border-bottom: solid 1px #e3e3e3; }
        ul.catslist > li a { font-size: 16px; font-weight: bold; color: #010101; }
        ul.catslist > li.action a { color: #830010 }


ul.newslist { width: 100%; margin-top: 20px; }
    ul.newslist > li { overflow: hidden; width: 100%; text-align: center; border-bottom: solid 1px #e5e5e5; line-height: 2.5; background-color: #fff; padding-bottom: 25px; margin-top: 25px; }
        ul.newslist > li > .ll { float: left; width: 160px; }
            ul.newslist > li > .ll .picbox { width: 100%; }
                ul.newslist > li > .ll .picbox img { max-width: 100%; }
        ul.newslist > li > .rr { margin-left: 180px; vertical-align: top; }
            ul.newslist > li > .rr .newstit { vertical-align: top; line-height: 1; text-align: left; font-weight: bold; color: #333333; }
                ul.newslist > li > .rr .newstit a { font-size: 18px; color: #333333; }
            ul.newslist > li > .rr .text { padding-top: 10px; font-size: 14px; color: #666; line-height: 1.5; text-align: left; }
            ul.newslist > li > .rr .date { text-align: left; margin-top: 10px; }
                ul.newslist > li > .rr .date i { color: #aeaeae; font-size: 12px; font-style: normal; }
                ul.newslist > li > .rr .date a { float: right; font-size: 12px; color: #999; }


@media only screen and (max-width:640px) {
    ul.newslist > li > .ll { width: 80px; }
    ul.newslist > li > .rr { margin-left: 90px; }
        ul.newslist > li > .rr .newstit a { font-size: 16px; }
}
