﻿@charset "utf-8";
.rowA{padding-top: 30px;height: 400px;}
.rowA .focusBox{margin: 0;}
.rowA .focusBox .bd {width: 600px;height: 403px;float: left;position: relative;}
.rowA .focusBox .bd .pic img{height: 403px;}
.rowA .focusBox .bd .pageState{position: absolute;right: 20px;bottom: 14px;color: #fff;font-size: 18px;letter-spacing: 3px;z-index: 2;}
.rowA .focusBox .bd .con{height: 60px;line-height: 60px;background-color: rgba(0,0,0,0.5);}
.rowA .focusBox .bd .con .title a{padding-left: 20px;font-size: 18px;font-weight: 700;}
.rowA .focusBox .bd .pageState span{font-size: 24px;font-weight: 700;}
.rowA .focusBox .hd{top: 0;right: 0;width: 599px;height: 403px;border-top: 1px solid #EEE;background: #F9F9F9;}
.rowA .focusBox .hd ul li{float: none;width: 548px;border-bottom: 1px solid #EEE;border-right: 1px solid #EEE;height: 30px;line-height: 30px;padding: 18px 20px 18px 30px;background: transparent;text-align: left;margin: 0;}
.rowA .focusBox .hd ul li .title .tit{color: #333;font-size: 16px;}
.rowA .focusBox .hd ul li.on{background: #fff;border-right: 3px solid #458CEA;width: 546px;}
.rowA .focusBox .hd ul li.on .title .tit{color: #174C8B;font-weight: 700;}

.rowB,.rowC{padding-top: 30px;}
.rowD{padding: 30px 0;}
.mainAd .con,.mainAd .hd{display: none;}
.left_box{float: left;width: 585px;}
.right_box{float: right;width: 585px;}
.left_box .hd,.right_box .hd{height: 30px;line-height: 30px;background: url(../../base/img/hd_bg.png) 108px 50% no-repeat;margin-bottom: 20px;}
.left_box .hd h3,.right_box .hd h3{float: left;}
.left_box .hd h3 a,.right_box .hd h3 a{color: #174C8B;font-size: 22px;font-weight: 700;}
.left_box .hd .more,.right_box .hd .more{float: right;color: #666;font-size: 12px;}
.left_box .hd .more:hover,.right_box .hd .more:hover{color: #C31C19;}
.left_box .bd .pageList .t,.right_box .bd .pageList .t{height: 100px;padding-bottom: 20px;border-bottom: 1px solid #EEE;margin-bottom: 10px;}
.left_box .bd .pageList .t .pic,.right_box .bd .pageList .t .pic{float: left;margin-right: 20px;width: 150px;height: 100px;border-radius: 5px;overflow: hidden;}
.left_box .bd .pageList .t .con .title,.right_box .bd .pageList .t .con .title{color: #2D3F56;font-size: 15px;line-height: 24px;padding: 10px 0 0;height: 48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 15px;}
.left_box .bd .pageList .t .con .date,.right_box .bd .pageList .t .con .date{height: 16px;line-height: 16px;font-size: 12px;color: #999;padding-left: 18px;background: url(../../base/img/clock.png) 0 center no-repeat;margin-top: 15px;}
.left_box .bd .pageList .n,.right_box .bd .pageList .n{height: 40px;line-height: 40px;}
.left_box .bd .pageList .n .tit,.right_box .bd .pageList .n .tit{padding-left: 15px;background: url(../../base/img/list_icon.png) 0 50% no-repeat;color: #2D3F56;font-size: 16px;}
.left_box .bd .pageList .n .tit:hover,.right_box .bd .pageList .n .tit:hover{color: #C31C19;}
.left_box .bd .pageList .n .date,.right_box .bd .pageList .n .date{color: #999;font-size: 12px;float: right;}



/* 标记列表 */
.indTagList{background:#fff; margin-bottom:20px; padding:20px;}
.indTagList ul{overflow:hidden; margin-right:-17px;}
.indTagList li{width:136px; float:left; margin-right:16px;}
.indTagList li a{display:block;padding:0 10px 0px 38px;background: url(../../base/img/icon-tag.png) 15px 11px no-repeat rgba(0, 0, 0, 0.05);height:34px;line-height:34px;overflow:hidden; text-align:left; white-space: nowrap; text-overflow: ellipsis; transition:0.3s}
.indTagList li a:hover{text-decoration:none; background-color:#0068B7;color: #ffffff; background-image:url(../../base/img/icon-tag-on.png)}

/* 红色背景，节日效果 --------------------------------
html {
    background-image: none;
}
body {
    background-image: url(../../base/img/body-red.jpg);
}
#header {
    border: 0;
}
.headerTop {
    height: 235px;
}
.headerTop .links {
    margin-top: 102px;
    color: #FBEF81;
}
.headerTop .links dt,
.headerTop .links dt a {
    color: #FBEF81;
}
.headerTop .links .site dt {
    background-position: 7px -2589px;
}
.headerTop .links #siteLast.on dt {
    background-position: 7px -2407px;
    color: #0068B7
}
.siteSearchBar {
    top: 146px;
}
#logo a {
    display: block;
    height: 64px;
    width: 424px;
}
#logo img {
    display: none;
}
*/
/*--
颜色代码
#0068B7 深色标题
#ddd 淡色边框
--*/