﻿.cont{
        width: 1200px;
    margin: 20px auto;
}
.cont-l,
.cont-r{
    float: left;
    height: 400px;
}
.cont-l{
    width: 568px;
    border: 1px solid #c1c1c1;
}
#content{
    margin: 10px;
    width: 546px;
    height: 380px;
    border: 1px solid #c1c1c1;
}
.cont-r{
    margin-left: 10px;
    width: 570px;
}
.cont-r ul h2{
    font-weight: normal;
    color: #333;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px solid #c1c1c1;
    padding-left: 15px;
}
.cont-r ul li{
    margin-top: 5px;
    height: 110px;
    border-bottom: 1px dashed #c1c1c1;
}
.cont-r ul li a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: red;
    font-size: 16px;
    padding-left: 20px;
}
.cont-r ul li p{
    line-height: 25px;
    text-indent: 2em;
}
.cont-bot{
    margin-top: 15px;
}
.cob-l,
.cob-r{
    height: 300px;
    float: left;
    width: 560px;
    margin-left: 10px;
    box-sizing: border-box;
}
.cob-l ul h2,
.cob-r ul h2{
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-weight: normal;
    padding-left: 15px;
    border-bottom: 1px dashed #c1c1c1;
}
.cob-l ul li,
.cob-r ul li{
    line-height: 30px;
    background: url(../images/d.png) 1px center no-repeat;
}
.cob-l ul li a,
.cob-r ul li a{
    display: block;
    float: left;
    margin-left: 15px;
    width: 425px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.cob-l ul li a:hover,
.cob-r ul li a:hover{
    text-shadow: 0px 1px 1px #999;
}
i{
    font-style: normal;
    color: #c1c1c1;
    float: right;
    padding-right: 5px;
    color: #999;
}
.box-item a{color: #333;    font-size: 15px;}
.clear {
	clear: both;
}
/* 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-head {
    margin: 15px 0;
    border-bottom: 1px dashed #c1c1c1;
}

.cont-head h1 {
    text-align: center;
    font-size: 30px;
    color: red;
    margin-bottom: 15px;
}

.tab-head {
    border-bottom: 3px solid #0d6dc3;
    overflow: hidden
}

.tab-head h2 {
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    font-size: 16px;
    border-collapse: collapse
}

.tab-head h2 a {
    color: #333;
    display: block;
    width: 120px;
    font-weight: normal;
    font-size: 16px
}

.tab-head .selected a {
    color: white
}

