@charset "utf-8";
.subClass{
    width: 94.44%;
    margin: 2.8% auto 2.1%;
}
.scLi{
    width: 31.5%;
    font-size: 0.75em;
    line-height: 2.5;
    background: #b12a21;
    float: left;
    margin-bottom: 2.21%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scLi:nth-child(2) ,
.scLi:nth-child(5) ,
.scLi:nth-child(8) ,
.scLi:nth-child(11) {
    margin-left: 2.75%;
    margin-right: 2.75%;
}
.scLiA{
    width: 45%;
    font-size: 0.75em;
    line-height: 2.5;
    background: #b12a21;
    float: left;
    margin: 0 2.5% 2.21%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.subClass a{
    color: #fff;
}
.scLiOn{
    background: #00206b;
}
/*分页样式*/

.fanye {
    border-top: none;
    height: auto;
    padding: 8px;
    /*min-width: 480px;*/
    text-align: center;
    margin: 0 auto;
}

.fanye span {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 0;
    border: none;
    font-size: 12px;
    margin-left: 10px;
}

.fanye a {
    display: inline-block;
    line-height: 25px;
    padding: 0 5px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 12px;
    color: #333;
}

.fanye a:hover {
    color: #b12a21;
}

.fanye .thisclass {
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    color: #2267b5;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.fanye .pageinfo {
    border-radius: 3px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
}

.fanye .last {
    color: #ccc;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


/*子页样式*/

.map-con {
    font-size: 0.9rem;
    text-align: center;
    background-color: #d61518;
    width: 25%;
    color: #fff;
}

.map-con a {
    color: #fff;
}

.map-con a:hover {
    color: #d5a20a;
}

.newlist ul li {
    font-size: 0.8rem;
    line-height: 4;
    padding-left: 5%;
    max-height: 3rem;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.newlist li a {
    color:  #333;
    font-size: 100%;
    display: block;
    max-width: 70%;
    overflow: hidden;
    float: left;
}

.newlist li span {
    float: right;
    color: #666;
}

.newlist li:hover a {
    color: #b12a21;
}

.prolist ul li {
    width: 40%;
    margin: 2% 5%;
    float: left;
}

.prolist li a {
    text-align: center;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 200px;
    height: 230px;
}

.prolist li p {
    /*	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: #fff;
    width: 190px;
    height: 190px;
}

.prolist li p img {
    width: auto;
    height: auto;
    max-height: 190px;
    max-width: 190px;
}
.iteList {
    width: 100%;
    margin: 30px auto 0;
}

.iteList li {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.itePic {
    width: 100%;
    height: 189px;
    text-align: center;
}

.itePic img {
    display: block;
    margin: 0 auto;
}

.iteFir {
    font-size: 25px;
    color: #f08e01;
    height: 50px;
    line-height: 50px;
    margin-top: 6px;
}

.iteSec {
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
    color: #777777;
}

@media only screen and (max-width:600px) {
    .prolist li a {
        width: 160px;
        height: 190px;
    }
    .prolist li p {
        width: 150px;
        height: 150px;
    }
    .prolist li p img {
        max-height: 150px;
        max-width: 150px;
    }
}

@media only screen and (max-width:480px) {
    .prolist li a {
        width: 130px;
        height: 160px;
    }
    .prolist li p {
        width: 130px;
        height: 100px;
    }
    .prolist li p img {
        max-height: 120px;
        max-width: 120px;
    }
}

.prolist li span {
    font-size: 0.8rem;
    background-color: #007343;
    line-height: 2;
    overflow: hidden;
    max-height: 2rem;
    display: block;
    color: #fff;
}

.pagecon {
    text-align: justify;
    font-size: 0.98em;
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    color: #1f1f1f;
    margin-top: 3%;
    min-height: 300px;
}

.pagecon img{
    width: 98%;
}
.pagecon p span img {
    width: 90%;
}
.pagecon .mDetail{
    padding: 20px 0 30px;
    width: 95%;
    margin: 0 auto;
}
.artc {
    min-height: 400px;
    margin: 0 auto;
    margin-top: 0px;
}

.aimg {
    margin-top: 50px;
    text-align: center;
}

.pagecon .tit {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    padding: 8px;
}

.pagecon .info {
    font-size: 0.9rem;
    display: block;
    text-align: center;
    font-size: 0.8rem;
    border-bottom: 1px solid #999;
    margin: 5px 8px;
    border-top: 1px solid #999;
    color: #333;
    padding: 0 !important;
}

.pagecon .content {
    margin: 0 auto;
    font-size: 0.9rem;
    text-align: justify;
    color: #333;
    width: 90%;
    padding-top: 8px;
    margin-bottom: 10px;
    min-height: 300px;
}

.preAndNext{
    width: 94.44%;
    margin: 0 auto 2%;
}
.preAndNext li a {
    font-size: 1em;
    color: #333;
    text-decoration: none;
    line-height: 1.83;
}

.preAndNext li a:hover {
    color: #b12a21 ;
    text-decoration: none;
}
.preAndNext span{
    color: #b12a21;
}

.pro-category {
    list-style-type: none;
    height: 60px;
    white-space: nowrap;
    overflow-x: scroll;
    background-color: #fff;
}

.pro-category li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.pro-category li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.trainList {
    width: 100%;
    height: auto;
}

.traLi {
    width: 98%;
    height: 175px;
    margin: 10px 0px 30px 0;
    float: left;
    background: #fff;
    border-left: 20px solid #884898;
    line-height: 1 !important;
    background: #ddd;
    padding: 1em 0;
    margin: 20px 0px 0px 0;
}
.traLi a{
    width: 80% !important;
}
.traTit {
    color: #ba5cae;
    font-size: 1em;
}

.traDes {
    font-size: 0.8em;
    color: #808080;
    margin: 0.5em 0 0px 0px;
    line-height: 1.5;
}

.traBot {
    margin-left: 20px;
}

.traDate {
    font-size: 12px;
    color: #ccc;
}

.traLine {
    width: 460px;
    border-top: 1px solid #ba5cae;
    margin-top: 13.5px;
    float: right;
}