@charset "utf-8";
/*Reset样式 公共样式*/
body,
button,
input,
select,
textarea {
    font: 12px 微软雅黑, 宋体, "Helvetica", "sans-serif";
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}
table,
tr,
td {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
li {
    list-style: none outside none;
}
fieldset,
img,
a img {
    border: 0 none;
}
caption,
th {
    text-align: left;
}
abbr,
acronym {
    border: 0;
}
textarea {
    resize: none;
}
abbr,
acronym {
    border: 0 none;
    font-variant: normal;
}
a {
    text-decoration: none;
    outline-style: none;
    color: #00349a;
}
a:hover {
    /*text-decoration: underline;*/
    color: #ff4901;
}
.mt10 {
    margin-top: 10px;
}

/* 每日精粹 */
.module-title {
    width: 1000px;
    height: 55px;
    margin-top: 15px;
}
.day-pithy-title {
    background: url("../images/title5.png") no-repeat 0 0;
}
.day-pithy-content {
    width: 970px;
    height: 485px;
    padding: 0 15px;
    overflow: hidden;
    clear: both;
    background-color: #fff;
}
.day-pithy-content .pithy-date {
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-top: 15px;
}
.day-pithy-content .pithy-date .pithy-date-month {
    float: left;
    width: 70px;
    line-height: 44px;
    font-size: 24px;
    color: #ba0800;
    font-weight: bold;
    text-align: center;
}
.day-pithy-content .pithy-date ul {
    float: left;
    width: 880px;
    height: 52px;
    background: url("../images/bg_line.png") no-repeat 0 22px;
    overflow: hidden;
}
.day-pithy-content .pithy-date li {
    float: left;
    width: 43px;
    height: 52px;
    line-height: 44px;
    margin-left: 21px;
    background: url("../images/lianghui_icon.png") no-repeat -164px 0px;
    color: #837659;
    font-size: 16px;
    text-align: center;
}
.day-pithy-content .pithy-date li:hover {
    cursor: pointer;
}
.day-pithy-content .pithy-date li.ml0 {
    margin-left: 0;
}
.day-pithy-content .pithy-date li.active {
    background: url("../images/lianghui_icon.png") no-repeat -105px 0px;
    color: #fff;
}
.day-pithy-content .date-content {
    width: 100%;
    height: 400px;
    clear: both;
    margin-top: 15px;
}
.day-pithy-content .date-content .date-con-front {
    float: left;
    width: 380px;
    height: 400px;
    overflow: hidden;
}
.day-pithy-content .date-content .date-con-front .front-title {
    width: 336px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
.day-pithy-content .date-content .date-con-front .front-title a {
    color: #322632;
}
.day-pithy-content .date-content .date-con-front .front-desc {
    width: 336px;
    padding: 0 20px;
    height: 54px;
    line-height: 18px;
    font-size: 12px;
    text-indent: 2em;
    overflow: hidden;
}
.day-pithy-content .date-content .date-con-front .front-desc a {
    color: #ba0800;
}
.day-pithy-content .date-content .date-con-list {
    float: left;
    width: 183px;
    height: 400px;
    margin-left: 10px;
    overflow: hidden;
}
.day-pithy-content .date-content .date-con-list .list-title {
    width: 183px;
    height: 40px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
}
.data-c-left-bottom-a {
    position: relative;
    font-size: 14px;
    margin-left: 20px;
}
.data-c-left-bottom-a:before {
    top: 4px;
    left: -15px;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #c23008;
    content: "";
}

