.container {
    width: 1200px;
    margin: 0 auto;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.container .content {
    margin: 0 auto;
}

/* 左-列表 */
.container .content .left {
    float: left;
    width: 900px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
.container .content .left .lefttop2 {
    height: 36px;
    border-bottom: 1px solid #dedede;
    margin-right: 20px;
    text-align: left;
}
    .container .content .left .lefttop2 a {
        color: #262626;
        display: inline-block;
        font-size: 18px;
        line-height: 36px;
        margin-right: 45px;
        text-decoration: none;
        height: 36px;
    }
.red {
    border-bottom: 3px solid #e12d0a;
    color: #e12d0a;
}
.left_list{
	margin-bottom: 60px;
    padding-right: 20px;
}
.left_list_div{
    position: relative;
}
.left_list_div a{
    display: flex;
}
.left_list_div:after{
	content: '';
    display: block;
    height: 205px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    z-index: -1;
}
.left_list_div:hover:after {
    background-color: #f4f4f4;
    width: 100%;
    transition: 0.3s;
}
.left_list_div a{
	padding:18px 10px;
	display: flex;
}
.list_le{
	width: 260px;
	height: 165px;
	margin-right: 30px;
	overflow: hidden;
}
.list_le img{
    width: 100%;
	transition: 1s;
	transform-origin: center center;
}
.left_list_div:hover .list_le img{
	transform: scale(1.2);
}
.list_re{
	height: 165px;
	flex: 1;
}
.text_top{
	height: 50px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
    text-align: justify;
}
.left_list_div:hover .text_top{
	color: #e12d02 !important;
}
/*.left_list_div a:visited .text_top {
	color: #551a8b;
}*/
.text_bot_cen{
	text-decoration: none;
	line-height: 25px;
    color: #5E6B73;
    font-size: 14px;
	height: 50px;
	margin-top: 12px;
	word-break: break-all;
    text-align: justify;
    overflow: hidden;
}
.text_bot_time{
	padding-right: 20px;
    color: #A7A7A7;
	margin-top: 15px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
    text-align: right;
}
/* 右-列表 */
.container .content .right {
    float: left;
    width: 300px;
    box-sizing: border-box;
}
.container .content .right .Choiceness {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-family: "Noto Sans SC", "Microsoft YaHei", "SimSun";
}
.container .content .right .Choiceness .Cheader {
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
}
.container .content .right .Choiceness .Cheader span {
    font-size: 18px;
    border-left: 3px solid #f34540;
    text-align: center;
    height: 21px;
    line-height: 21px;
}
.container .content .right .Choiceness .Cheader span i {
    margin-left: 10px;
    color: #262626;
}
.right_special {
    padding: 0 0 33px;
    border-radius: 4px;
    background-color: #ffffff;
}
.right_special li{
	list-style: none;
	display: flex;
	align-items: center;
	padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.right_special li div{
	flex: 1;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 2px 0;
}
.right_special li div.jzll_gree {
    color: #228c02;
}
.right_special li div.jzll_red {
    color: #FF0000;
}
a.right_mouch {
    float: right;
    color: #666666;
}
a.right_mouch:hover {
    color: #f34540;
    text-decoration: underline;
}
/* 财经日历 */
.calendar{ height:220px;}
.calendar .current{ padding:2px 5px; background: #ddd;}
.calendar .prev,.calendar .prev1,.calendar .next,.calendar .next1{ display:inline-block; width:10px; height:12px; line-height:12px; font-size:0; margin-left:10px; vertical-align: middle; cursor: pointer; background: url(//i.ssimg.cn/images/gold/20121113/icon.gif) 0 -19px no-repeat;}
.calendar .prev1{background-position: 0 -46px;}
.calendar .next{background-position: 0 -32px; margin:0 10px 0 0;}
.calendar .next1{background-position: 0 -59px; margin:0 10px 0 0;}
.calendar th{ height:24px; background: #f4f4f4;text-align: center;}
.calendar td{ height:24px; text-align: center;}
.calendar td a{color: #666666;}
.calendar .source{ padding:5px; border-top:1px solid #dedfda}
.calendar .source a{ color:#0e478c; text-decoration:underline;font-size: 14px;padding: 4px 0;display: block;}
.calendar .source a:hover{ color:#cc0000}