.cmm{
        width: 1200px;
	height: auto;	
	/* background-color: #ccc; */
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        justify-content: flex-center;
        flex-wrap: wrap;
}
.cmm .left{
        width: 380px;
        /* background-color: #fff; */
        margin-top: 10px;
}
.cmm .middle{
        width: 386px;
        background-color: #fff;
}
.cmm .right{
        width: 386px;
        background-color: #fff;
}

.cmm .subject {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #30a9f5;
    /* border-top-right-radius: 50px; */
    /* padding-right: 30px; */
}

.cmm .tail {
    flex: 1;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-top: 20px;
    color: #333;
    border-bottom: 2px solid #30a9f5;
    box-sizing: border-box;
}

.cmm .tail a {
        color: #333;
        text-decoration: none;
}
.cmm .tail a:hover{
        color: #ff0000;
        text-decoration: none;
}

.cmm .col01{
        flex:1;
        background-color: #fff;
        height: auto;
}

.cmm .col02{
        width: 386px;
        background-color: #fff;
        height: auto;
        margin-left: 20px;
}

/* 今日价格页面 */
.today_price{
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-bottom: 4px solid #ff0000;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
}
.today_price .t1{
        width: 50px;
        text-align: center;
        height: 34px;
        line-height: 34px;
        border: 1px solid #ccc;
        border-bottom: 0px;
        border-right: 0px;
        cursor: pointer;
        font-weight: bold;
}

.today_price .curr{
        background-color: #ff0000;
        color: #fff;
        border-top: 1px solid #ff0000;
        border-left: 1px solid #ff0000;
        
}

.today_price .t1:hover{
        background-color: #ff0000;
        color: #fff;
        border-top: 1px solid #ff0000;
        border-left: 1px solid #ff0000;
}

.today_price .t2{
        flex: 1;       
        height: 35px;
        line-height: 35px;
        text-align: right;
        color: #ff0000;
        font-size: 13px;
        font-weight: bold;
        margin-right: 20px;
}
.today_price .t2 a{
        color: #ff0000;
}
.today_price .t2 a:hover{
        color: #9e2121;
}

/* search_menu */


/* 今日价格页面 */
.search_menu{
        width: 100%;
        height: 45px;
        line-height: 45px;
        border-bottom: 2px solid #ddd;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
}
.search_menu .t1{
        width: 150px;
        text-align: center;
        height: 44px;
        line-height: 44px;
        border: 1px solid #ddd;
        border-bottom: 0px;
        border-right: 0px;
        cursor: pointer;
        color: #999;
}

.search_menu .curr{
        background-color: #045990;
        color: #fff;
        border-top: 1px solid #045990;
        border-left: 1px solid #045990;
        
}

.search_menu .t1:hover{
        background-color: #045990;
        color: #fff;
        border-top: 1px solid #045990;
        border-left: 1px solid #045990;
}

/*  */

.search{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.search .s1{
	flex: 1;
	height: auto;
	margin-right: 10px;
	background-color: #fff;
}
.search .s2{
	width: 390px;
	height: auto;
	background-color: #fff;
}

.search .s1 .title{
	font-size: 28px;
	line-height: 40px;
	margin: 30px;
}
.search .s1 .d{
	width: 740px;
	height: auto;	
	margin: 0 30px;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
}
.search .s1 .d .d1{
	width: 340px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	box-sizing: border-box;
	color:#999;
}

.search .s1 .d .d2{
	width: 400px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	box-sizing: border-box;
	text-align: right;
	color: #ff0000;
	font-weight: bold;
}
.search .s1 .t{
        margin-top: 40px; font-size: 16px; color: #045990; border-bottom: 2px solid #008fd5;
}
.search .s1 .t span{
        font-weight: normal; font-size: 13px; color: #333;
}

.cont .r{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
	flex-direction: row;
        padding-top: 10px;
}
.cont .r i{
	width: 20px;
	text-align: center;
	color: #999;
        font-size: 16px;
}
.cont .r a{
	flex:1;
	height: inherit;
	line-height: inherit;
	font-size: 16px;
        font-weight: bold;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
}

.cont .r a:hover{
        color: #ff0000;
}
.cont .c1{
        padding: 10px 10px 10px 20px;
        font-size: 14px;
        color: #999;
        margin-top: 10px;
        margin-bottom: 10px;

}

.cont .c2{
        padding: 10px 10px 10px 20px;
        font-size: 14px;
        color: #999;
        line-height: 25px;
        height: 60px;
        overflow: hidden;
        white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;  
}
