﻿.lm-tab {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #5292c6;
}


.lm-tab .itm a{
	text-decoration:none;
    color:inherit;
}


.lm-tab .itm{
	width:50%;
    text-align:center;
    line-height:60px;
    font-size:18px;
    color:#333;
    float:left;
}

.lm-tab .itm.active{
    color:#5292c6;
    font-weight:bold;
}