* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font: 12px Microsoft YaHei, arial, sans-serif;
}

ul {
    list-style-type: none;
}

a {
    color: #0a3a65;
    text-decoration: none;
}
.lianxi{ background:#0a3a65; padding:10px;}
.lianxi p{ color:#FFF; line-height:24px; padding:0 7px;}

/** =======================
 * Contenedor Principal
 ===========================*/
.list-title{
	padding-left:15px;
    display: inline-block;
    width: 300px;
    background: #FFF;
    text-align: left;
    height: 60px;
    line-height: 78px;
    font-size: 15px;
    color: #0a3a65;
    font-weight: bold;
    cursor: pointer;
	border-bottom:1px solid #ececec;
}
h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

h1 a {
    color: #0a3a65;
    font-size: 16px;
}

.accordion {
    width: 300px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding-left:22px;
	height:45px; line-height:45px;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer; border-bottom:1px solid #ececec;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #0a3a65;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #fff; background:#0a3a65;
}

.accordion li.open i {
    color: #fff;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
	height:45px; line-height:45px; font-size:12px;
    padding-left: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #004b8d;
    color: #FFF;
}

/*http://www.jq22.com*/
