@charset "UTF-8";
#Content{ padding: 0 20px; box-sizing: border-box; }
.channel{ margin: 10px 0; }
.channel .fl{ width: 20%; background-color: #fff; min-height: 500px; }
.channel .fr{ width: 79%; background-color: #fff; padding-bottom: 20px; }
.channel .fl .title{ background: #0d56bd; line-height: 60px; text-align: center; font-size: 22px; color: #fff; }
.channel .fl ul li a{ line-height: 60px; border-bottom: 1px dashed #CACACA; font-size: 18px; text-align: center; display: block; }
.channel .fl ul li a:hover,.channel .fl ul li.active a{ color: #0d56bd; font-weight:bold; }
.channel .fr .list{ margin:0 30px; }
.channel .fr .title{ line-height: 60px; color: #0d56bd; font-size: 22px; background: url("/images/ej_17.jpg") no-repeat left center; padding-left: 45px; }
.channel-list{ border-top: 1px dashed #BFBFBF; padding-top: 10px; }
.channel-list li{ height: 60px; line-height: 60px; position: relative; font-size: 16px; padding: 0 120px 0 10px; border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.channel-list li a{ color: #4c4b4a; }
.channel-list li span{ position: absolute; right: 10px; color: #999; font-size: 15px; }
.channel-list li:nth-of-type(2n+1){ background-color: #F5F5F5; }
.pages{ text-align: center; padding: 30px 0; }
.pages a{ display: inline-block; padding: 0 10px; font-size: 14px; line-height: 28px; background: #fff; border: 1px solid #e3e3e3; color: #333; }
.pages a.current{ background: #0d56bd; border-color: #0d56bd; color: #fff; }