#world {}

h3.blue,
h3.blue a {
    color: #4763B2;
    font-weight:bold;
    font-size:24px;
}
.tab1 li {
    border: solid 1px #4763B2;
}
.tab1 li a {
    color: #4763B2;
}

.part-name-box {
	background:#EEF1F8;
	text-align:center;
	height:12px;
	/*margin-bottom:25px;*/
}
.part-name {
	background:#FFFFFF;
	text-align:center;
	border-left:1px solid #B6B6B6;
	border-right:1px solid #B6B6B6;
	width:120px;
	height:42px;
	line-height:42px;
	margin-left:auto;
	margin-right:auto;
	font-size:30px;
	color:#4763B2;
	font-weight:bold;
	position:relative;
	top:-15px;
	/*margin-top:10px;*/
}

#world #localNav {
    background: #379be9;
}
    #localNav .navbar .nav li {
        background: #379be9;
    }
    #localNav .navbar .nav li:hover, #localNav .navbar .nav li:focus {
        background: #0f66a9;
    }

#world .part1 {
    padding-top:20px;
}/*  */
    #world .part1 .span8 .list13 {
        border-bottom:none;
    }/*  */
    #world .part1 .span4 h3.titleBar13 {
        border-top:none;
        border-bottom:none;
    }/*  */
    #world .part1 .span4 h3.titleBar13 span {
        padding-left:0;
    }/*  */

#world .part2 {

}/*  */

#world .part3 {

}/*  */
    #world .part3 .span4 .row .span2 .list8 {
        width:100%;
        margin-bottom:10px;
    }/*  */
    #world .part3 .span4 .row .span2 .list8 li a.title {
        font-size:14px;
    }/*  */

#world .part4 {

}/*  */
    #world .part4 .span4 .row .span2 .list8 {
        width:100%;
        margin-bottom:10px;
    }/*  */
    #world .part4 .span4 .row .span2 .list8 li a.title {
        font-size:14px;
    }/*  */

#world .part5 {

}/*  */


.part2 .list3Pic li.gap {margin-bottom:30px;}
.part2 .list3Txt li.gap {padding-bottom:15px;}

.part3 .list3Pic li.gap {margin-bottom:30px;}
.part3 .list3Txt li.gap {padding-bottom:15px;}

.part4 .list3Pic li.gap {margin-bottom:30px;}
.part4 .list3Txt li.gap {padding-bottom:15px;}

.part5 .span4 ul {}
.part5 .span4 ul li {font-size: 16px; line-height: 2.2em; *zoom:1;}
.part5 .span4 ul li:before,
.part5 .span4 ul li:after{display:table;line-height:0;content:"";}
.part5 .span4 ul li:after{clear:both;}
.part5 .span4 ul li em {display:inline-block; float:left; text-indent:-5000px; width:55px; height:16px; margin-top:10px; background-color:#FFF; background-image:url(../img/top.gif); background-repeat:no-repeat; background-position:0 -500px;}
.part5 .span4 ul li em.n1 {background-position:-500px 0;}
.part5 .span4 ul li em.n2 {background-position:-450px -50px;}
.part5 .span4 ul li em.n3 {background-position:-400px -100px;}
.part5 .span4 ul li em.n4 {background-position:-350px -150px;}
.part5 .span4 ul li em.n5 {background-position:-300px -200px;}
.part5 .span4 ul li em.n6 {background-position:-250px -250px;}
.part5 .span4 ul li em.n7 {background-position:-200px -300px;}
.part5 .span4 ul li em.n8 {background-position:-150px -350px;}
.part5 .span4 ul li em.n9 {background-position:-100px -400px;}
.part5 .span4 ul li em.n10 {background-position:-50px -450px;}
.part5 .span4 ul li a {}
h3.titleBar13 span a,h3.titleBar14 a {
    color: #379be9;
}
h3.titleBar9 .title {
    background: #379be9 ;

}
.list13 h4.blue a {
    color: #379be9;
}
h3.titleBar9 .subTitle {
    background: transparent url("../img/titleBar9SubTitleBgd.png") no-repeat ;

}
.list13 h4.blue {
    background: #379BE9;
}
.list7 li p {
   
    text-indent: 2em;
}
/* 大屏幕 */
@media (min-width: 1200px) { ... }

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) { ... }

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) { ... }

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) { h3.titleBar9 {
    height: 24px;
    border-left: 4px solid #379BE9;
    background: none;
}
    h3.titleBar9 .title {
        line-height: 24px;
        color: #379BE9;
        height: 24px;
        background: none;
    }
    h3.titleBar9 .subTitle {
        background: none;
    }
    h3.titleBar13 {
        border-left: 4px solid #379BE9;
        background: none;
        border-bottom: none;
        border-top:none;
        height: 24px;
    }
    #world .part1 .span4 h3.titleBar13 span {
        padding-left: 12px;
    }
    h3.titleBar14 span {
        background: none;
        height: 24px;
        line-height: 24px;
    }
    h3.titleBar14 {
        background: none;
        border-left: 4px solid #379BE9;
        height: 24px;
        line-height: 24px;
        padding-bottom: 0px;
    }
    h3.titleBar14 a {

        line-height: 24px;
    }
}


