.title {
    /* width: 400px; */
    color: #065BD0;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    /*border-left: 1px solid #065BD0;*/
    padding-left: 20px;
	margin-left: 25px;
    margin-top: 15px;
    word-wrap: break-word;
}

.border-search {
    border-bottom: 2px;
    border-top: 2px;
    border-right: 2px;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover{
    color: white;
    background-color: #F7AB00;
}

.navbar-brand:hover {
    color: white !important;
    /* background-color: #F7AB00 !important; */
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        height:50px !important;
    }
}

@media (max-width: 1680px) {
    .main {
        /* width: 1519px; */
        margin-left: 0px;
        margin-right: 0px;
    }
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.nav>li>a {
	height: 100%;
    padding-left: 30px;
    padding-right: 30px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.nav>li{
	margin: 0;
}

.shuxian {
    border-left: 2px solid #ccc;
}

.mytab li a{
    border-right: 3px solid #dddcdc;
    border-radius: 0px 20px 0px 0px;
}

.mytab , .mytabtwo{
    border-bottom: 3px solid #dddcdc;
}


.mytabtwo li a{
    border-right: 3px solid #dddcdc;
    border-radius: 0px 20px 0px 0px;
}
.nav-cg{
	height: 190px;
	position: relative;
	top: -90px;
	z-index: 89;
}
.nav-cg-list{
	    box-shadow: 0px 6px 18px 0px rgb(79 79 79 / 20%);
	    border-radius: 10px;
	    width: 268px;
	    height: 190px;
		margin: 0;
}
.nav-cg-list p{
	font-size: 20px;
	color: white;
	
}
.nav-cg-list div{
	margin-top: 15px;
	margin-bottom: 10px;
}
.list-group-item-1{
    background-color: #A3CDDD;
}
.list-group-item-11{
    background-color: rgba(22, 184, 231, 1);
}
.list-group-item-2{
    background-color:#E0CDBF;
}
.list-group-item-22{
    background-color:#A2C0DB;
}
.list-group-item-3{
    background-color:#A2D5CE;
}
.list-group-item-33{
    background-color:#E5CB8F;
}
.list-group-item-4{
    background-color: #E6D5AC;
}
.list-group-item-44{
    background-color: rgba(0, 173, 176, 1);
}

.list-group-item-f1{
    color: #085BB1 !important;
}
.list-group-item-f2{
    color:#7D400F !important;
}
.list-group-item-f3{
    color:#047A67 !important;
}
.list-group-item-f4{
    color: #906503 !important;
}