/* <!-- 专题内容样式2 --> */

#topicNavTitle:hover a{
    color:#EA3526;
}

body {
    height:100%;
}
.header-topic {
    height: 80px;
}
.logo {
    margin-top: 22px;
}
.btnItem {
    padding: 0 12.5px;
}
.titleBtn {
    margin-top: 32px;
}
.btnItem a {
    color: #666;
    font-weight: 300;
    font-size: 18px;
}
.focusPicture {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.focusPicture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
 .title {
    text-align: center;
    font-size:30px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top: 50px;
}
.subTitle {
    padding: 0 44px 0 51px;
    margin-top: 29px;
    font-size:16px;
    font-weight:normal;
    color:rgba(153,153,153,1);
    text-indent: 2em;
    line-height: 25px;
}
.slider {
    margin-top: 40px;
    width: 100%;
    height: 560px;
}
.carousel-inner .item img {
    width: 100% !important;
    height: 560px !important;
}

.carousel-example-generic {
    position: relative;
}
.carousel-indicators {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 15px;
    left: 99%;
    transform: translate(-100%);
    text-align: right;
}
.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background-color: #999;
    border: none;
}
.carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 0 29px;
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    font-size:16px;
    font-weight:normal;
    line-height: 55px;
    text-align: left;
    
}
.carousel-caption a {
    color:#FFFFFF;

}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin: 0 5px;
}
.main {
    margin-bottom: 58px;
}
.media {
    margin-top: 55px;
}
.mediaTitle {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    height: 57px;
    font-size:24px;
    font-weight:600;
    color:rgba(234,53,38,1);
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.line {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 50%;
    transform: translate(-50%);
    width: 92px;
    height: 2px;
    background-color: #EA3526;
}
.menuIten {
    margin-bottom: 25px;
    font-size: 16px;
}
.listyle {
    color: #EA3526;
    margin-right: 7px;
}
.menu {
    margin-right: 20px;
    width: 475px;
}

.menuText a{
    color: #333;
}
.menuText a:hover {
    color: #ea3526;
    cursor: pointer;
}
.theory {
    margin-top: 28px;
}
.theoryItem {
    width: 100%;
}
.itemBox {
    margin:0  20px 20px 0;
    padding: 40px 23px 39px;
    width: 320px;
    height: 180px;
    background-color: #F5F5F5;
    border: 1px solid #e6e6e6;
}
.itemBox:hover .theoryTitle {
    color: #ea3526;
}

 .theoryTitle {
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 16px;
}
.itemBox .theoryText {
    font-size: 14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.education {
    margin-top: 34px;
    width: 100%;
}
.educationImg {
    width: 230px;
    height: 152px;
}
.educationImg img {
    width: 100%;
    height: 100%;
}
.educationText {
    margin-top: 21px;
    width: 230px;
    font-size:16px;
    font-weight:400;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.educationText a {
    color:rgba(51,51,51,1);
}
.educationText:hover a {
    color: #ea3526;
}
.educationItem {
    margin-right: 25px;
}
 /* 页脚样式 */
 #footer {
 	clear: both; float: left; display:inline-block;
 	margin: 10px 0 30px 0; padding: 20px 0;
 	width: 100%; height: 50px; line-height: 30px;
 	font-size: 14px; 
 	text-align: center;	
 	border-top: #ff0000 4px solid;
 	background-color: #fff;
}


