@font-face {
    font-family: 'iconfont';  /* project id 371875 */
    src: url('//at.alicdn.com/t/font_7gm07jcv915ah5mi.eot');
src: url(../../../at.alicdn.com/t/font_7gm07jcv915ah5mi.eot?#i.jpg) format('embedded-opentype'),
    /*url(../../../at.alicdn.com/t/font_7gm07jcv915ah5mi..jpg) format('woff'),*/
    /*url(../../../at.alicdn.com/t/font_7gm07jcv915ah5mi.jpg) format('truetype'),*/
    url(../font/iconfont..jpg) format('woff'),
    url(../font/iconfont.jpg) format('truetype'),
    url(../../../at.alicdn.com/t/font_7gm07jcv915ah5mi.svg#icon.jpg) format('svg')}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
*{
    margin: 0;
    padding: 0;}
a{
    text-decoration: none!important;}
ol,ul,li {
    list-style: none;}
/*头部*/
header{
    position: relative;
    min-width: 1140px;
    height: 156px;
    background-color: #c1002a;}
.container{
    padding: 0;
    width: 1140px;}
.logo{
    margin-top: 18px;
    width: 687px;
    height: 60px;}
.header-tip{
    margin-top: 24px;
    width: 160px;}
.header-tip .wechat{
    color: #fff;
    cursor: pointer;}
.header-tip > p{
    margin: 8px 30px 0 30px;
    width: 2px;
    height: 12px;
    background-color: #fff;}
.header-tip .btn{
    padding: 0;
    width: 40px;
    height: 22px;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: transparent;
    outline: none;}
.header-tip .btn:hover{
    color: #c1002a;
    background-color: #fff;}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
    border-color: transparent;}
/*wechat*/
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;}
.tooltip-inner {
    padding: 20px;
    color: #333333;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 3px 5px #c7c7c7;}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fff;}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fff;}
/*导航*/
.navbar-default {
    -webkit-box-shadow: none
;}
.navbar{
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 58px;
    background-color: inherit;
    border: none;
    z-index: 999;}
.navbar .nav{
    margin: 0;
    padding: 0 15px;
    height: 58px;}
.navbar .nav > li{
    width: 124px;
    height: 58px;}
.navbar .nav > li > a{
    padding: 0;
    width: 124px;
    height: 58px;
    font-family: "Microsoft Yahei";
    line-height: 58px;
    font-size: 14px;
    color: #fff;
    text-align: center;}
.navbar .nav > li:hover{
    background-color: #8e001f;}
.menuActive{
    background-color: #8e001f;}
.navbar .nav > li:hover > a{
    color: #fff;}
.navbar .nav > li > a:focus{
    color: #fff;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;}
.navbar .nav > li.active{
    background-color: #8e001f!important;}
/*内容页*/
/*侧边栏*/
.mycontent .main .main-left{
    width: 228px;}
.mycontent .main .main-left .panel-group{
    margin-top: 20px;
    padding: 0;
    width: 100%;
    border-bottom: 4px solid #cfc8c0;}
.mycontent .main .main-left .panel-group .panel+.panel {
    margin-top: 0;}
.mycontent .main .main-left .panel-group .panel {
    border-radius: 0;
    border: none;}
.mycontent .main .main-left  .panel-group .panel .panel-heading {
    padding: 0;
    height: 40px;
    background: -webkit-linear-gradient(left, #ededed , #dbdbdb); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ededed , #dbdbdb); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ededed , #dbdbdb); /* firefox 3.6 - 15 */
    background: linear-gradient(to right, #ededed , #dbdbdb); /* 标准的语法 */
    border-radius: 0;}
.mycontent .main .main-left  .panel-group .panel .panel-heading:hover{
    background: -webkit-linear-gradient(left, #ededed , #dbdbdb); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ededed , #dbdbdb); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ededed , #dbdbdb); /* firefox 3.6 - 15 */
    background: linear-gradient(to right, #ededed , #dbdbdb);}
.mycontent .main .main-left  .panel-group .panel .panel-heading > a.collapsed{
    background-color: #eeeeee;}
.mycontent .main .main-left  .panel-group .panel .panel-heading > a{
    display: block;
    padding: 0 34px 2px 34px;
    height: 40px;
    font-family: "Microsoft Yahei";
    line-height: 38px;
    font-size: 14px;
    color: #444444;
    background-color: inherit;}
.mycontent .main .main-left  .panel-group .panel > .panel-heading > a:before{
    content: "";
    display: block;
    margin-left: 34px;
    width: 127px;
    height: 2px;
    background: -webkit-linear-gradient(left, #eeeeee , #dbdbdb); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #eeeeee , #dbdbdb); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #eeeeee , #dbdbdb); /* firefox 3.6 - 15 */
    background: linear-gradient(to right, #eeeeee , #dbdbdb);}
.mycontent .main .main-left  .panel-group > .panel:first-of-type > .panel-heading > a:before{
    content: "";
    display: none;}
.mycontent .main .main-left  .panel-group .panel > .panel-heading > a > span {
    height: 40px;}
.mycontent .main .main-left  .panel-group .panel > .panel-heading > a > span > i.up{
    display: none;}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;}
.mycontent .main .main-left  .panel-group .panel .panel-body{
    padding: 0 34px;
    width: 100%;
    border: none;
    background: -webkit-linear-gradient(left, #ededed , #dbdbdb); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ededed , #dbdbdb); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ededed , #dbdbdb); /* firefox 3.6 - 15 */
    background: linear-gradient(to right, #ededed , #dbdbdb);}
.mycontent .main .main-left  .panel-group .panel .panel-body .list-group{
    margin: 0;}
.mycontent .main .main-left  .panel-group .panel .panel-body .list-group .list-group-item{
    padding: 0;
    margin: 0;
    height: 34px;
    background-color: inherit;
    border: none;}
.mycontent .main .main-left  .panel-group .panel .panel-body .list-group .list-group-item > a{
    display: block;
    float: left;
    margin-left: 10px;
    height: 34px;
    font-family: "Microsoft Yahei";
    line-height: 34px;
    font-size: 14px;
    color: #444444;
    background-color: inherit;}
.mycontent .main .main-left  .panel-group .panel .panel-body .list-group .list-group-item > p{
    display: none;
    float: left;
    width: 2px;
    height: 14px;
    margin: 10px 0 0 0;
    background-color: #c1002a;}
.mycontent .main .main-left  .panel-group .panel .panel-body .list-group .list-group-item:hover > a{
    color: #c1002a;
    margin-left: 8px;}
.mycontent .main .main-left  .panel-group .panel .panel-body .list-group .list-group-item:hover > p{
    display: block;}
/*右边主要内容*/
.mycontent .main .main-right{
    margin-right: 34px;
    width: 813px;
    min-height:350px;}
.mycontent .main .main-right .module-title{
    height: 54px;}
.mycontent .main .main-right .module-title .title{
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: bold;
    color: #c1002a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.mycontent .main .main-right .module-title .division{
    width: 120px;
    height: 4px;
    background: -webkit-linear-gradient(left, #c1002a ,#c1002a ,#c1002a , #fff); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #c1002a,#c1002a ,#c1002a , #fff); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #c1002a,#c1002a ,#c1002a , #fff); /* firefox 3.6 - 15 */
    background: linear-gradient(to right, #c1002a ,#c1002a ,#c1002a , #fff);}
.mycontent .main .main-right .module-index{
    width: 100%;}
.mycontent .main .main-right .module-index .message{
    height: 40px;}
.mycontent .main .main-right .module-index .message > p{
    display: inline-block;
    margin: 0 30px 0 0;
    font-family: "Microsoft Yahei";
    line-height: 40px;
    font-size: 14px;
    color: #999999;}
.mycontent .main .main-right .module-index .content-img{
    width: 813px;
    margin-bottom: 10px;}
.mycontent .main .main-right .module-index .content-img img{
    width: 100%;}
.mycontent .main .main-right .module-index .content-index{
    padding-bottom: 23px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;}
.mycontent .main .main-right .module-index .content-index > p{
    margin-bottom: 18px;
    margin-top: 10px;
    width: 100%;
    font-family: "Microsoft Yahei";
    line-height: 24px;
    font-size: 14px;
    color: #444444;}
.mycontent .main .main-right .module-index .content-index img{
   max-width: 100%;}
.mycontent .main .main-right .paging{
    margin-top: 22px;
    height: 32px;}
.mycontent .main .main-right .pager li>a{
    padding:0;
    width: 90px;
    height: 32px;
    font-family: "Microsoft Yahei";
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    border-radius: 3px;
    text-align: center;}
.mycontent .main .main-right .pager li:hover>a{
    color: #c1002a;
    border: 2px solid #c1002a;
    line-height: 28px;
    background-color: #fff;}
.mycontent .main .main-right .pager li:hover>p{
    color: #c1002a;}
.mycontent .main .main-right .pager li>p{
    margin: 0;
    padding: 0 22px;
    width: 316px;
    height: 32px;
    font-family: "Microsoft Yahei";
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;}

/*内容页结束*/
/*首页样式开始，冲突类.index*/
.index a,
.index a:active,
.index a:hover{
    text-decoration: none !important;}
.index .container{
    width: 1140px;}
.bg-color{background-color: #fafafa;}
.index .container .row{margin: 0;}
.index .pattern{
    height: 26px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 29px;}
.index .pattern > i{
    vertical-align: top;
    font-size: 32px;
    color: #f27151
;}
.index .pattern .pat-text{
    font-family: "微软雅黑";
    vertical-align: top;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #c31236;}
.index .pattern .pat{
    display: inline-block;
    width: 130px;
    height: 4px;
    margin: 11px auto;
    background-color: #c1002a;
    background: -webkit-linear-gradient(left,#c1002a,#c1002a,#c1002a,white); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#c1002a,#c1002a,#c1002a,white); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#c1002a,#c1002a,#c1002a,white); /* firefox 3.6 - 15 */
    background: linear-gradient(to right,#c1002a,#c1002a,#c1002a,white);}
.index .pattern a{
    vertical-align: top;
    color: #999;}
.index .content-left,
.index .content-right{
    display: block;
    height: 507px;}

/*轮播图*/
.index #myCarousel{
    width: 1140px;
    margin: 0 auto 20px;}
.index .car-left,
.index .car-right{
    width: 48px;
    position: absolute;
    top: 235px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    text-align: center;
    text-shadow: none;
    border: 2px solid #aaa;
    background-image: none;
    background-color: white;
    filter: alpha(opacity=100);
    opacity: 1;}
.index .car-left {
    left: 780px;}
.index .car-right {
    right: 240px;}
.index .carousel-control i{
    font-size: 20px;
    color: black;}
.index .car-content{
    display: block;
    width: 390px;
    height: 300px;
    padding-left: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eee;}
.index .car-tit{
    width: 335px;
    margin-top: 50px;
    font-size: 16px;
    color: #c1002a;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    cursor: pointer;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.index .car-content p{
    /*margin-top: 35px;*/
    margin-top: 15px;
    width: 335px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.index .car-content .car-detail{
    display: block;
    color: #c1002a;
    text-align: right;
    margin-right: 18px;}
.index #myCarousel a:hover i{
    color: #c1002a;}
.index #myCarousel .car-left:hover {
    border: 2px solid #c1002a !important;}
.index #myCarousel .car-right:hover {
    border: 2px solid #c1002a !important;}
/*轮播图结束*/

.index .content-left{
    width: 750px;
    text-align: center;
    background-color: #fff;}
.index .content-left .search{
    height: 55px;
    background-color: #c1002a;}
.index .content-left .form-input{padding-top: 10px;}
.index .content-left .input-text{
    width: 350px;
    padding: 5.5px 35px 5.5px 15px;
    font-size: 14px;
    outline: 0;}
.index .content-left .sub-btn{
    border: 0 none;
    padding: 0;
    position: relative;
    outline: 0;}
.index .content-left .sub-btn i{
    width: 19px;
    height: 19px;
    position: absolute;
    top: -16px;
    left: -34px;}
.index .content-left .sub-btn:focus {outline:none;} /*for IE*/
.index .content-left .sub-btn::-moz-focus-inner {border-color: transparent;} /*for mozilla*/

.index .content-left .left-span-fir,
.index .content-left .left-span-sec{
    display: block;
    width: 360px;
    text-align: left;
    color: #333;}

.index .content-left .left-span-fir{padding-left: 20px;}
.index .news-top{position: relative;}
.index .news-top img{
    display: inline-block;
    width:100%;
    height:auto;}
.index .imgDiv{
    display: inline-block;
    width: 166px;
    height: 100px;}
.index .news-top a{
    color: #333;}
.index .news-top p{
    display: inline-block;
    margin-left: 10px;
    width: 164px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.index .news-top .pat-time{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #999;}
.index .msg-list{
    display: block;
    height: 34px;
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;}
.index .msg-list a{color: #333;}
.index .list-text{
    display: inline-block;
    width: 290px;
    padding-top: 15px;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.index .list-time{
    padding-top: 19px;
    font-size: 12px;
    color: #999;}
.index .content-left .left-span-sec{
    margin-left: 30px;
    padding-right: 20px;}
.index .msg-list-sec{
    height: 20px;
    border: none;
    margin-top: 0;
    margin-bottom: -7.5px;}
.index .msg-list-sec .list-text{padding-top: 0;}
.index .msg-list-sec .list-time{padding-top: 0;}
.index .content-right{
    width: 360px;
    margin-left: 30px;
    border: 1px solid #c1002a;
    overflow: hidden;
    background-color: #fff;}
.index .calender-top{
    display: block;
    height: 55px;
/*    margin-bottom: 28px;*/
    background-color: #c1002a;}
.index .calender-top h1{
    display: inline-block;
    padding-left: 31px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    color: white;}
.index .calender-top a{
    padding-top: 20px;
    padding-right: 22px;
    color: white;}
.index .cal-list{
    display: block;
    padding-left: 28px;
    margin-bottom: 12px;}
.index .cal-date,
.index .cal-content{display: inline-block;}
.index .cal-date-num,
.index .cal-date-eng{
    display: block;}
.index .cal-date{vertical-align: top;}
.index .cal-date-num{
    font-size: 38px;
    font-weight: 700;
    line-height: 30px;
    color: #c1002a;}
.index .cal-date-eng{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;}
.index .cal-content{
    width: 245px;
    margin-left: 16px;}
.index .cal-content .cal-tit,
.index .cal-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.index .cal-content .cal-tit{
    margin-top: -3px;
    font-size: 14px;
    line-height: 22px;
    color: #333;}
.index .cal-content p{
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #999;}
.index .msg-list a:hover,
.index .news-top a:hover,
.index .cal-content a:hover{color: #c1002a;}
/*首页样式结束，冲突类.index*/

/*--------------footor--------------*/
footer {
    background: #fafafa;
    padding-bottom:25px;
    display: block;
    font-size: 12px;
    color: #444;
    font-family:"微软雅黑";
    text-align: center;}


footer .down{
    position: relative;
    right: 83px;
    top:34px;
    display: none;}

footer .up{
    position: relative;
    right: 83px;
    top:34px;}


footer .btn.active.focus, footer .btn.active:focus,footer .btn.focus,footer .btn:active.focus,footer .btn:active:focus,footer .btn:focus {
    outline: none ;
    outline-offset: -2px;}

footer .btn-default.active.focus,footer .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;}


footer .panel-default {
    border: none;
    background: #fafafa;}

footer .panel-default > .panel-heading {
    background-color: #fafafa;
    border-bottom: #c1002a 1px solid;}

footer .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-bottom: #c1002a 1px solid;}

footer .panel-body {
    padding: 10px;}

/*友情链接样式*/
.friendLinks {
    width: 100%;
    margin: 0 auto;
    background: #fafafa;}

.linksTitle {
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #c1002a;}

hr {
    margin-left: 0px;
    margin-top: -11px;
    width: 120px;
    height: 4px;
    background: -webkit-linear-gradient(left, #c1002a, #c1002a,#c1002a,#fff);
    background: -o-linear-gradient(right, #c1002a,#c1002a,#c1002a, #fff);
    background: -moz-linear-gradient(right, #c1002a,#c1002a,#c1002a, #fff);
    background: linear-gradient(to right, #c1002a,#c1002a,#c1002a, #fff);}

.friendLinks ul li {
    list-style: none;
    line-height: 30px;}

.friendLinks a {
    color: #333;}

.friendLinks  a:focus, .friendLinks a:hover {
    color: #c1002a;}


.friendLinks .list1, .list2, .list3 {
    margin-top: 10px;
    text-align: left;}



/*列表页样式开始，冲突类.listPage*/

/*列表页*/
.listPage .main {
    background-color: #fafafa;
    font-family:"微软雅黑";}

.listPage .main > .container {
    background-color: #fff;
    width: 1140px;}

/*面包屑*/

.listPage ol.breadcrumb {
    background-color: transparent;
    margin: 10px 30px;}


.listPage .breadcrumb li a {
    font-size: 12px;
    color: #666;
    text-decoration: none;}

.listPage .breadcrumb li a:hover {
    color: #c1002a;}

.listPage .breadcrumb li.active{
    color: #c1002a;
    font-size: 12px;}

.listPage .breadcrumb > li + li:before {
    color: #666;
    content: ">";}

.listPage .rightBread .line{
    margin:20px 0 10px;}


/*列表*/
/*侧边栏*/
.listPage .main .main-left {
    width: 248px;}
/*团学活动*/
.listPage .main .list .linksTitle{
    font-size: 16px;}
.listPage .main .list hr{
    margin-left:0;
    margin-top: -11px;}



/*大活动左边图片*/
.listPage .main .list .list-left {
    width: 390px;}
/*大活动右边文字*/
.listPage .main .list .list-right {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    width: 420px;
    height: 150px;}
/*大活动右边文字标题*/
.listPage .main .list .list-right .headline {
    overflow: hidden;
    height: 40px;}

.listPage .main .list .list-right .headline a {
    text-decoration: none;}

.listPage .main .list .list-right .headline span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #444444;
    letter-spacing:0.5px;}

.listPage .main .list .list-right .headline:hover span {
    color: #c1002a;}



/*大活动右边文字内容*/
.listPage .main .list .list-right .essay {
    padding-top: 13px;
    overflow: hidden;
    width: 419px;
    height:105px;
    border-bottom: 1px solid #eeeeee;}


.listPage .main .list .list-right .essay .content p {
    position: relative;
    height: 48px;
    overflow: hidden;
    line-height: 26px;
    font-size: 12px;
    color: #666666;}

/*多行省略*/
.listPage .main .list .list-right .essay .content p::after {
    content: "...";
    position: absolute;
    bottom: -5px;
    right: 8px;
    padding:3px;
    background: #fff;}



.listPage .main .list .list-right .essay .description span {
    line-height: 14px;
    font-size: 12px;
    color: #999999;}

.listPage .main .list .list-right .essay .description span.time {
    margin-right: 120px;}




/*小活动*/
.listPage .main .actList {
    height: 45px;
    padding-top: 0;}
/*小活动标题*/
.listPage .main .list .activity {
    margin-left: 0;
    height: 25px;
    width:650px;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;}
.listPage .main .list .activity .headline span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #444444;
    letter-spacing:0.5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;}

/*小活动时间*/
.listPage .main .list .acTime {
    position: relative;
    left:90px;
    line-height: 14px;
    font-size: 12px;
    color: #999999;}

.listPage .main .line {
    display: block;
    clear: both;
    width: 808px;
    height: 1px;
    background-color: #dddddd;}


/*页码*/
.page {
    margin-left:180px;}

.page{
    list-style: none;}
.page>li{
    float: left;
    cursor: pointer;
    color: #444;
    margin-bottom:50px;
    margin-top:20px;}
.page>li>a{
    padding:10px 16px;
    color: #444;}
.page>li>a:hover{
    background: #c1002a;
    color: #fff;}
.page .pageItemActive{
    color: #fff;
    background: #c1002a;}



#myCarousel{}
.navbar .sub-nav{
    font-family: "微软雅黑";}
.navbar .nav > li:hover > .sub-nav{
    display: block;}
.navbar .nav > li > .sub-nav{
    display: none;}
.navbar .nav > li > .sub-nav > li{
    position: relative;
    margin: 0;
    padding: 0 17px;
    width: 160px;
    height: 50px;
    background-color: #fcfcfc;
    text-align: center;}
.navbar .nav > li > .sub-nav > li:hover>a{
    color: #c1002a;}
.navbar .nav > li > .sub-nav > li > a{
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #444444;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eceaeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

/*3*/
.navbar .nav .sub-nav > li >.sub-nav-last{
    position: absolute;
    top:0;
    left: 160px;}
.navbar .nav .sub-nav > li:hover  >.sub-nav-last{
    display: block;}
.navbar .nav .sub-nav  > li >.sub-nav-last{
    display: none;}
.navbar .nav .sub-nav > li >.sub-nav-last > li{
    margin: 0;
    padding: 0 17px;
    width: 160px;
    height: 50px;
    background-color: #fcfcfc;
    text-align: center;}
.navbar .nav .sub-nav > li >.sub-nav-last > li:hover>a{
    color: #c1002a;}
.navbar .nav .sub-nav > li >.sub-nav-last > li > a{
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #444444;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eceaeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}


.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    height:300px;}
.pb_sys_style1 .p_no_d{border: 1px solid #F04646 !important;
    background-color: #F04646 !important;}