﻿@charset "utf-8";
/* 内容 */
.nav{
    font-weight: normal;
    margin: 15px auto;
    font-size: 16px;
}
.cont,
.conter,
.content {
	width: 1300px;
	background: #FFFFFF;
	margin: 5px auto;
	z-index: 10000;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 0;
}

/* tab切换 */
.tab-content>div,
.tab-content1>main {
	display: none;
}

.selected {
	background-color: #0D6DC3;
}

.tab-head .selected a {
	color: white;
}

.tab-content .show,
.tab-content1 .show1 {
	display: block;
}
.cont-l,
.cont-r{
    float: left;
    margin-top: 15px;
}
.cont-l{
    width: 300px;
    
    box-sizing: border-box;
    float: left;
}
.cont-l h2{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #3D75AE;
    text-align: center;
    color: white;
    font-size: 18px;
}
.cont-l ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 280px;
    text-align: center;
    border-bottom: 1px dashed #C1C1C1;
    color: #333;
}
.cont-l ul li a:hover{
    background:#cddff1;
    color: white;
}
.cont-r{
    float: left;
    width: 990px;
    margin-left: 5px;
    padding-left: 10px;
    min-height: 600px;
}
.cont-r h3{
    height: 40px;
    line-height: 35px;
    border-bottom: 1px solid #C1C1C1;
    font-size: 17px;
}
.cont-r h3 a{
    color: #333;
    font-size: 17px;
}
.cont-r ul li{
    height:  50px;
    line-height: 50px;
    border-bottom: 1px dashed #C1C1C1;
    
    background: url(../images/d.gif) 0 center no-repeat;
}
.cont-r ul li a{
    display: block;
    padding-left: 15px;
    width: 700px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.cont-r ul li a:hover{
    /* text-shadow: 0 1px 1px #666; */
    font-weight: bold;
}
.cont-r ul li i{
    float: right;
    padding-right: 5px;
    font-style: normal;
    color: #666;
}
/**page style**/
.page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 35px;
    margin-bottom: 25px;
}
.page .page_ghj {
    float: left;
    padding-right: 15px;
    margin-left: 70px;
}
.page a {
    height: 33px;
    line-height: 33px;
    padding: 0px 15px;
    border: 1px solid #e2e2e2;
    border-right: none;
    font-size: 13px;
    text-align: center;
    float: left;
    color: #333;
}
.page a:last-child {
    border-right: 1px solid #e2e2e2;
}
.page a:first-child {
    height: 35px;
    line-height: 35px;
    border: none;
}
.page .current {
    background: #0068b9;
    color: #FFF;
}
.page a:nth-child(2) {
    border-radius: 3px 0px 0px 3px;
}
.page a:last-child {
    border-radius: 0px 3px 3px 0px;
}

/* 适老化 */
.oldModel .cont,.oldModel .conter,.oldModel .content{
    width: 85%;
}
.oldModel .cont-l,
.oldModel .cont-l h2,
.oldModel .cont-l ul li a{
    width: 100%;
}
.oldModel .cont-r{
    width: 100%;
    margin: 0;
}

