﻿

.pages { width: 100%; text-align: center; margin-bottom: 10px; }
    .pages .nodate { padding: 6px 5px 5px 5px; margin-bottom: 15px; text-align: center; clear: both; font-size: 14px; }
    .pages a.PageLink { font-size: 18px; display: inline-block; height: 34px; line-height: 34px; margin-left: 10px; border-radius: 0px; padding: 0px 12px; color: #333; overflow: hidden; text-decoration: none; background-color: #fff; border: 1px solid #656565; }
    .pages .PageSel { font-size: 18px; display: inline-block; height: 34px; line-height: 34px; margin-left: 10px; border-radius: 0px; padding: 0px 12px; color: #2f318b; overflow: hidden; text-decoration: none; background-color: #d2d3ff; border: 1px solid #656565; }


.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; color: #333; line-height: 2; border-bottom: solid 1px #d4d4d4; }
                .main .conn .rt .title .date { font-size: 14px; color: #999; }
                    .main .conn .rt .title .date i { margin-left: 30px; font-style: normal; }

@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.acton a { color: #830010 }


.content { width: 100%; margin: 20px 0px; font-size: 14px; line-height: 1.5; }
    .content p { line-height:1.5;font-size:14px;}
