.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.sidebar{width:220px;}
.nltt{
	background: url(/img/submenu-title.gif) no-repeat;
	width: 219px;
	height: 37px;
}
.nltt h2 {
	display: inline-block;
	height: 37px;
	padding-left: 25px;
	background: url(/img/submenu-title-icon.gif) no-repeat 25px -45px;
	color: #012178;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑";
	color: #FFF;
}
.left_nav{width:100%;font-size: 14px;}
.left_nav li{line-height: 32px;}

.left_nav>li>a{
	display: block;
	padding: 0 10px 0 30px;
	background: url(/img/submenu.gif) left -100px no-repeat;
	color: #046093;
	font-weight: bolder;
	line-height: 36px;
}
.left_nav>li {
	background: url(/img/submenu.gif) left top no-repeat;
	text-decoration: none;
}
.left_nav>li>a:hover, .left_nav>li>a.hover{
    background: url(/img/submenu.gif) left top no-repeat;
    text-decoration: none;
	}
.left_snav>li a {
	display: block;
	background: url(/img/submenu.gif) 10px -192px no-repeat;
	color: #046093;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_snav>li>a:hover {
	background: #dfe8f7 url(/img/submenu.gif) 10px -192px no-repeat;
	color: #046093;
	text-decoration: none;
}
.left_snav>li>ul.third_ul>li>a{
	padding-left: 55px;
}
.third_ul li a{
	background: #fff;
}

.submenu dd.submenu-dd-on a {
	color: #046093;
	font-weight: bold;
	text-decoration: none;
	background-color: #B6DAFE;
	background-image: url(/img/submenu.gif);
	background-repeat: no-repeat;
	background-position: 10px -192px;
}




/*******otc*******/
.main{margin-top:6px;margin-bottom: 20px;}
.site_otcmap{width:100%;height:121px;}
.site-font{font-size:28px;color:#fff;line-height: 110px;text-align: right;padding-right: 124px;}
.main-content{padding-left:15px;width:1079px;}
.otc-title{
width:100%;
padding-left:15px;
background:#E3EAF2;
line-height: 30px;
font-size: 15px
}

ul li.otclist {
float:left; 
width:524px;
margin-right: 15px;
padding:25px 20px;
border:1px solid #034083;color:#959595;
font-size:12px;
margin-top:15px;
margin-bottom: 2px;
box-sizing: border-box;
line-height: 24px;;
}
ul li.otclist:nth-child(2n){margin-right:0px;}
.otclist-tit{
	color:#333;
	font-size: 20px;	
	text-align: center;
	line-height: 28px;
	padding-bottom: 10px;
	}
.otc-f1{padding-left: 14px;;}
li.otclist .bar{color:#fff;
font-size:13px;width:220px;
    border-radius: 8px;
	padding:10px 15px;
    background: -webkit-linear-gradient(134deg,#699fe7 0%, #4376b5 100%);
    background: -o-linear-gradient(134deg,#699fe7 0%, #4376b5 100%);
    background: -moz-linear-gradient(134deg,#699fe7 0%, #4376b5 100%);
    background: linear-gradient(134deg,#699fe7 0%, #4376b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#699fe7, endColorstr=#4376b5);
}

li.otclist .bar span.price{display: block;font-size:33px;height:36px;line-height: 36px;}
li.otclist .bar p{height: 22px;}
li.otclist .more{color:#034083; text-decoration: underline;}
.otcinfo {width: 170px;}
.otcinfo span{color:#333;padding-left: 15px;}
.el-table thead th{ background: #DDDDDD !important;}
.el-table tbody tr:nth-child(2n){background:#F2F2F2 !important;}
.el-button--primary {
    background-color: #4F82C4;
    border-color: #4F82C4;
	color: #FFF;
}
.el-button--primary.is-active, .el-button--primary:active {
    background: #4F82C4;
    border-color: #4F82C4;
    color: #FFF;
}

.el-button--primary:focus, .el-button--primary:hover {
    background: #4F82C4;
    border-color: #4F82C4;
    color: #FFF;
}
.el-radio-group {
    margin: 0px 10px 0px 20px;
}
.el-radio__input.is-checked+.el-radio__label{color:#4f82c4 !important;}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #409EFF;
    background: #639be4;
}

.radioGroup{
	   font-size: 14px;
	   padding: 0px 15px;
}
.radioGroup input[type='radio']{
	margin-left: 15px;
	cursor: pointer;
	position: relative;
	top:1px;
}
.radioGroup input[type="radio"]+label{
	padding-left: 5px;
	color: #606266;
    font-weight: 500;
    cursor: pointer;
}
.radioGroup input[type="radio"]:hover +label{
	color: #4f82c4;
}
.radioGroup input[type="radio"]+label:hover{
	color: #4f82c4;
}
.radioGroup input[type="radio"]:checked +label{
	 color: #4f82c4;
}




