﻿@charset "utf-8";
/* CSS Document */

.content {
    background-color: #ededed;
	font-size:16px;
	color:#333;
}


.num {
    font-family: 'numDigital';
}

.g-main {
    width: 1162px;
    margin: 0 auto;
    padding: 0 14px;
	padding-bottom:28px;
    background: #ffffff;
}
.bs-head {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #d7d9dc;
	margin-bottom:20px;
}
.bs-head span a{
    font-size: 16px;
    color: #666666;
    float: right;
	line-height: 42px;
/*    margin-top: -32px;*/
}
.bs-head > ul > li {
	width:170px;
    height: 42px;
    text-align: center;
    line-height: 42px;
 
    border-bottom: 2px solid #bd1a2d;
    color: #bd1a2d;
    font-size: 24px;
    font-weight: 400;
}
.bs-head > ul > li >a{
	    color: #bd1a2d;
}

