﻿@import url("css2.css");
@import url("css21.css");
/*
body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Montserrat",sans-serif;
    color: #6E6E6E;
    font-weight: 400
}

p {
    color: #6E6E6E;
    font-weight: 500
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

    a:hover, a:focus {
        text-decoration: none
    }

button {
    margin: 0;
    padding: 0;
    outline: 0
}

    button:focus {
        outline: 0;
        border: 0
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #16213E;
    font-family: "Poppins",sans-serif;
    line-height: 1.4
}

h3 {
    font-size: 22px
}

 

img {
    max-width: 100%
}
*/
.navbar-area {
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.navbar-light {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent
}


.main-nav {
    position: inherit;
    background: url(../navbg.jpg)  repeat-x right top;
    top: 0;
    left: 0;
    z-index: inherit;
    padding: 0;
    width: 100%;
    height: auto
}

    .main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
        color: #FFF !important
    }
    .main-nav li.bli{background: url(../navbg01.jpg) no-repeat right top;}
    .main-nav li.nobg {
        background: none;
    }
        .main-nav nav .navbar-nav .nav-item a {
            text-transform: capitalize;
            color: #fff;
            font-weight: 500;
            margin-left: 12px;
            margin-right: 12px
        }

        .main-nav nav .navbar-nav .nav-item a i {
            line-height: 0;
            position: relative;
            top: 3px;
            font-size: 18px
        }

        .main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
            color: #ff0 !important
        }

        .main-nav nav .navbar-nav .nav-item a.active {
            color: #ff0 !important
        }

            .main-nav nav .navbar-nav .nav-item a .active::before {
                -webkit-transform: scale(1);
                transform: scale(1)
            }

    .main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu {
        border: 0;
        padding: 0;
        border-radius: 0;
        background-color: #00814f !important;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

        .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
            border-bottom: 1px solid #038d40
        }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
                border-bottom: 0
            }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
                text-transform: capitalize;
                color: #fff !important;
                position: relative;
                -webkit-transition: .7s;
                transition: .7s;
                font-weight: 500;
                padding: 10px; 
            }

     
                .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
                    color: #ff0 !important;
                    border-radius: 0;
                    background-color: #029443
                }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
                color: #ff0 !important;
                background-color: #029443
            }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                left: 100%;
                margin-top: 18px !important;
                position: absolute;
                -webkit-transform: scaleX(0);
                transform: scaleX(0)
            }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }


    .main-nav .others-options .option-item {
        margin-right: 20px
    }

        .main-nav .others-options .option-item:last-child {
            margin-right: 0
        }

        .main-nav .others-options .option-item .search-btn, .main-nav .others-options .option-item .sch-btn {
            font-size: 24px;
            margin-top: 5px;
            color: #16213E;
            -webkit-transition: .5s;
            transition: .5s;
            cursor: pointer
        }
.sch-btn {
    margin-left: 10px;
}


            .main-nav .others-options .option-item .search-btn:hover, .main-nav .others-options .option-item .sch-btn:hover {
                color: #1FA2FF;
                -webkit-transform: translateY(-5%);
                transform: translateY(-5%)
            }
.sch-btn:hover {
    margin-left: 10px;
}

.main-nav .others-options .option-item .close-btn {
    font-size: 24px;
    color: #16213E;
    -webkit-transition: .5s;
    transition: .5s;
    display: none;
    cursor: pointer
}

            .main-nav .others-options .option-item .close-btn:hover {
                color: #1FA2FF;
                -webkit-transform: translateY(-5%);
                transform: translateY(-5%)
            }

            .main-nav .others-options .option-item .close-btn.active {
                display: block
            }

       


.search-overlay {
    display: none
}

    .search-overlay.search-popup {
        position: absolute;
        top: 100%;
        width: 300px;
        background: #fff;
        z-index: 2;
        right: 0;
        padding: 20px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
        margin-top: 0
    }

        .search-overlay.search-popup .search-form {
            position: relative
        }

            .search-overlay.search-popup .search-form .search-input {
                display: block;
                width: 100%;
                height: 50px;
                line-height: initial;
                border: 1px solid #eee;
                color: #6E6E6E;
                outline: 0;
                -webkit-transition: .5s;
                transition: .5s;
                padding-top: 4px;
                padding-left: 10px
            }

                .search-overlay.search-popup .search-form .search-input:focus {
                    border-color: #16213E
                }

            .search-overlay.search-popup .search-form .search-button {
                position: absolute;
                right: 0;
                top: 0;
                height: 50px;
                background: transparent;
                border: 0;
                width: 50px;
                outline: 0;
                color: #6E6E6E;
                -webkit-transition: .5s;
                transition: .5s;
                padding: 0
            }

                .search-overlay.search-popup .search-form .search-button:focus {
                    color: #16213E
                }

                .search-overlay.search-popup .search-form .search-button i {
                    font-size: 18px;
                    font-weight: bold
                }



.bianmin {
    border: 4px solid #00814f;
    padding: 18px 0 0 43px;
    background: #fefef8 url(../bmfw.jpg) no-repeat left top;
    height: 135px;
}


/* 便民滚动css */
.picScroll-left {overflow: hidden;position: relative; }
.picScroll-left .bd {}
.picScroll-left .bd ul {overflow: hidden;zoom: 1;}
.picScroll-left .bd ul li {margin: 0 6px 0 10px;float: left;_display: inline;overflow: hidden;text-align: center;}
.picScroll-left .prev, .picScroll-left .next {position: absolute;left: 10px;top: 35px;display: block;width: 18px;height: 28px;overflow: hidden;background: url(../icons.png) -40px 0 no-repeat;cursor: pointer;}
.picScroll-left .next {left: auto;right: 10px;background-position: -120px 0;}

/*推荐新闻*/
 .mh300{min-height:300px} 
 .mh350{min-height:351px}
.tab-3{ border:solid 1px #acd5ab;overflow:hidden } 
.tab-3 .nav-tabs {background: url(../newstitlebg.jpg) repeat-x left bottom;width:100%}
.tab-3 .nav-tabs .nav-link{color:#00814f;font-size:14px} 
.tab-3 .nav-tabs .nav-link.active {background-color: #006b30;color: #fff;position: relative;}
.tab-3 .nav-tabs .nav-link.active::after {width: 10px;height: 10px;background-color: #006b30;content: "";bottom: -4px;left: 40%;top: auto;position: absolute;transform: rotate(45deg);}
.tab-3 .nav-tabs .tab-3-right .nav-link.active::after {left: -5px;right: auto;}
 
.tab-3 ul.topnew{ margin:0 5px;padding:0 0 10px 0;color:#333; }
.tab-3 ul.topnew li.one{height:120px; text-align:center;padding:0;background:none;margin:0;overflow:hidden}
.tab-3 ul.topnew li.one a.tit{height:42px;display:block;overflow:hidden;font:normal 20px/42px '微软雅黑','黑体';color:#00814f;}
.tab-3 ul.topnew li.one a.tit:hover{color:#C00}
.tab-3 ul.topnew li.one p{line-height:22px;padding:0;margin:0;text-align:left; text-indent:2em;}
.tab-3 ul.topnew li{height:30px;line-height:30px;border-bottom:dashed 1px #ccc;background:url(../dian.jpg) no-repeat 4px 12px;padding:0 0 0 15px;overflow:hidden; }
.tab-3 ul.topnew li span{float:right;color:#a9a9a9;}

/**/
.tab-3 ul.topnew li.topimg{background:url(../nysybg.png) no-repeat left bottom;width:199px;height:142px;margin:0 auto 5px auto;padding:0;border:none;}
.tab-3 ul.topnew li.topimg img {width: 199px;height: 110px;border: none;}
.tab-3 ul.tab-4 li{ background:url(../ico4.png) no-repeat 0px 8px;padding:0 0 0 27px;  }
 
 /*科室*/
.zjlist .title{ color:#fff; background:#00814f;font:bold 22px/40px  '微软雅黑','黑体';text-align:center;margin:10px 0;padding:0; opacity:1;border-radius:10px 10px;height:40px}
.zjlist .title span{float:left;width:55px;display:block;text-align:right;font:bold 15px/35px  '微软雅黑','黑体';margin-right:20px;display:inline;color:#3b6979}

.zjlist .ksul{}
.zjlist .ksul a {padding:0 0 0 15px;font: bold 14px/52px '微软雅黑','黑体';color: #555;display: block;background: #eee;border-radius: 15px 15px}
.zjlist .ksul a::before{content:'';position:absolute;z-index:-1;top:0;left:0;right:0;width:100%;height:0;opacity:0;-webkit-transition:.7s;transition:.7s;}
.zjlist .ksul a:hover{color:#ff0;}
.zjlist .ksul a:hover::before{height:100%;background:#00814f; opacity:1;border-radius:15px 15px}



/* 焦点图文 */
#ifocus {  height:260px; border:1px solid #acd5ab; background:#F8F8F8;  position:relative;   }	
#ifocus_pic { display:block; position:relative;   width:auto ; height:245px; overflow:hidden; margin:6px 0 0 6px; }	
#ifocus_piclist li {  height:245px; overflow:hidden;}	
#ifocus_piclist img {height:245px; }	
#ifocus_btn {  position:relative;float:right;  top:9px; width:90px; }	
#ifocus_btn ul{list-style:none;margin:0px;padding:0 0 0 5px;}
#ifocus_btn li { width:78px; height:55px; margin:0 10px 5px 0;padding:0; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); list-style:none }	
#ifocus_btn img { width:64px; height:42px; margin:5px 0 0 10px; }	
#ifocus_btn .on{ background: url(../ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }	
#ifocus_opdiv { position:absolute; left:0; bottom:0; width:365px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }	#ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }	
#ifocus_tx ul {padding:0;margin:0}
#ifocus_tx ul li{ display:none;list-style:none   }	
#ifocus_tx ul li a{ color:#fff; font-size:14px; font-weight: bold;}

/*首页公告*/ 
.indexgg{ border:1px solid #acd5ab;background:url(../ggbg.jpg) no-repeat left center;margin-top:8px; height:83px;padding-top:7px; }
.indexgg p{width:46px;float:left;height:70px;font:normal 20px/70px '微软雅黑','黑体';padding:0 10px 0 0;margin:0;text-align:center}
.indexgg p a{font:normal 16px/70px '微软雅黑','黑体';color:#FFF}
.indexgg ul{padding:5px 10px}
.indexgg .col-6 a{display:block;padding:0 5px 0 15px;background:url(../dian.jpg) no-repeat 4px 14px;height:30px;line-height:30px;overflow:hidden}

/*首页专家团队*/
 
.zjimgs{overflow: hidden;position: relative;   }  
.zjimgs .bd {  }  
.zjimgs .bd ul{overflow:hidden;zoom: 1; }
.zjimgs .bd ul li{width:260px;height:165px;float: left;_display: inline;padding:0 ;margin: 10px; overflow:hidden;list-style:none;}
.zjimgs .bd ul li p {font:normal 14px/26px '微软雅黑','黑体';position:relative; padding:0;margin:0;background:#fcfcfc;line-height:22px;}
.zjimgs .bd ul li p.img{width:120px; text-align:center;background:url(../loading.gif) no-repeat 25px 35px;float:left}
.zjimgs .bd ul li p.img img{width:120px;height:165px;  border:solid 1px #b1b1b1;   }
.zjimgs .bd ul li p.img b{display:block;width:100%;left:0;bottom:0;position:absolute; background-color: rgba(0, 0, 0, 0.6);color:#FFF;z-index:999}
.zjimgs .bd ul li p.con{width:140px;height:165px;float:right;padding:0 0 0 15px; color:#5a5a5a}
.zjimgs .bd ul li p.con img{padding-top:10px;}
.zjimgs .bd ul li p.con .zjurl{left:20px;bottom:0;position:absolute;} 



.zjmorelist .kstitle{ height:29px; line-height:29px;color:#FFF;border-bottom:solid 1px #ccc; width:100%;display:block }
.zjmorelist .kstitle b{background:#018150;width:100px; height:29px; line-height:29px;color:#FFF;margin-left:20px;font-weight:bold;display:block;float:left;text-align:center}
.zjmorelist .kstitle span{float:right;}


.kszjlist{ height:165px;margin:10px 0;  }
.kszjlist p {font:normal 14px/26px '微软雅黑','黑体';_display: inline; padding:0;margin:0;background:#fefefe;line-height:22px;}
.kszjlist p.img{width:120px; text-align:center;background:url(../loading.gif) no-repeat 25px 35px;float:left;position:relative;}
.kszjlist p.img img{width:120px;height:165px;  border:solid 1px #b1b1b1; }
.kszjlist p.img b{display:block;width:100%;left:0;bottom:0;position:absolute; background-color: rgba(0, 0, 0, 0.6);color:#FFF;z-index:999}
.kszjlist p.con{ height:165px;margin:0 0 0 125px; color:#5a5a5a; }
.kszjlist p.con img{padding-top:10px;}
.kszjlist p.con .zjurl{right:20px;bottom:0;position:absolute;} 



.table1{background:#dcdcdc;color:#038650; }
.table1 .thtitle{background:#038650;height:30px;color: #fff;text-align:center;padding-left:10px; }
.table1 td{background:#fff;height:30px;padding:4px;text-align:center;  }
.table1 .bblue td{background:#ececec}
.table1 .ks{font:bold 14px/normal normal;color:#038650;}
/*门诊排班*/
.tb2{background:#dcdcdc;color:#038650; }
.tb2 .thtitle{background:#038650;height:30px;color: #fff;text-align:center;padding-left:10px; font:bold 14px/30px '微软雅黑'}
.tb2 td{background:#fff;height:30px;padding:4px;text-align:center;  }
.tb2 .bblue td{background:#ececec}
.tb2 .ks{font:bold 14px/normal normal;color:#038650;}
.tb2 a{color:#038650;padding:0 3px 0 3px; word-break:break-word;}
.tb2 a:hover{color:#c00}
.tb2 input{width:100%}


/*专家详细页*/
.zjmorelist .jj {border-bottom: solid 1px #e8e8e8;height: 29px;margin: 10px 0}
.zjmorelist .jj h3{background:#00814f;width:120px;height:29px;padding: 7px 20px 0 20px;text-align:center;font:bold 14px/normal normal;color:#FFF;} 
.zjmorelist .picTitle{text-align:center;color: #004b8b;padding:20px 0;border-bottom:solid 1px #e8e8e8;}

 .zjview{height:250px; }
 .zjview p.img{width:159px;float:left;padding:0;margin:0 10px 0 0;text-align:center;}
 .zjview p.img img{width:139px;height:198px;border:solid 1px #e8e8e8;padding:5px;background:url(../loading.gif) no-repeat center center}
 .zjview p.con{ padding:0 0 0 15px;margin:0;line-height:25px;color:#5a5a5a}
 .zjview p.con img{padding-top:10px;}


 /*友情链接*/

 ul.indexyqlj{  width:100%;padding:5px 5px 0 15px;margin:0;}
 ul.indexyqlj li{width:11.1111%;float:left;background:url(flbg.jpg); list-style:none;margin:0;padding:5px 10px 0 0 }

  /*底部版权*/

 
.foot{background:#00814f;height:42px;line-height:42px;color:#FFF}
.foot a{color:#FFF;padding:0 10px;font-size:14px}
.foot a:hover{color:#FF0;text-decoration:none} 
.copynr{text-align:left;line-height:22px;font-size:14px;color:#6c6c6c}


/**/
.neibg{background:#fafafa; padding:10px 0 20px 0;}
.leftmainbox{width:235px;float:left;margin-right:5px; overflow:hidden}

.LB_main{background:url(../leftlmbg.jpg) repeat-y left top; }
.LB_main_top{background:url(../leftlmtop.jpg);height:54px;color:#FFF;font-weight:bold;font:normal 16px/54px '微软雅黑','黑体';padding-left:30px;}
.LB_main_mid{ }
.LB_main_mid ul{margin:0;padding:0; }
.LB_main_mid ul li{background:url(../leftlmlibg.jpg) no-repeat left bottom;height:41px; line-height:41px;margin:0;padding:0 0 0 40px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap; list-style:none; }
.LB_main_mid ul li.on{background:url(../leftlmlibg.jpg) no-repeat left top;height:40px;line-height:40px;}
.LB_main_mid ul li a{color:#fff;font-weight:bold;font-size:14px;}
.LB_main_mid ul li a:hover{color:#FF0}
.LB_main_fot{background:url(../leftlmbottom.jpg);height:19px;overflow:hidden}

.bmleft{background:url(../bmleft.jpg) no-repeat left top;padding:42px 0 20px 3px;  }
.bmleft a:hover img{ background:url(../sbmfw.png) no-repeat}

.rightmainbox{ padding:20px;overflow:hidden;border:solid 3px #acd5ab;background:#FFF}

  
.rightmainbox .RightNav{border-bottom:solid 2px #01814e;color:#01814e;font-size:13px;line-height:30px;}
.rightmainbox .RightNavR { }
.rightmainbox .RightNavR h3{ margin:0;border-left:solid 5px #01814e; font:bold 18px/30px '微软雅黑','黑体';text-align:center}
.rightmainbox .RightNavL{   }
.rightmainbox .RightNavL a{ color:#01814e}

.rightmainbox .detail{padding:10px 5px;min-height:900px;}

/*内容页 */
.rightmainbox .iContent{margin:0;min-height:895px;_height:895px;height:auto}
.rightmainbox .iContent table{width:100%}
.rightmainbox .pagecon{padding:5px;line-height:200%;text-align:left;overflow:hidden}
.rightmainbox .pagecon table{overflow:scroll;width:100%}
 

.rightmainbox .picTitle{text-align:center;color: #004b8b;padding:10px 0;}
.rightmainbox .lines{border-top:solid 1px  #e6e6e6;border-bottom:solid 1px  #e6e6e6;width:95%;margin:0 auto; height:30px;line-height:30px;text-align:right}
.rightmainbox .conms{border:solid 1px #ccc;padding:10px;margin:15px;text-align:left;background:#f4f4f4;color:#aaa}

.rightmainbox .pagemore{padding:10px;margin:0 10px;line-height:35px;border-top:dashed 1px #ccc}

 
 

/*专家门诊*/ 
  
.ZjPage{  } 
.ZjPage .RightNav{border-bottom:solid 1px #e8e8e8;height:30px;line-height:30px;overflow:hidden}
.ZjPage .RightNav a.zj{width:120px;padding-left:46px;height:30px;background:url(../zjlb.gif) no-repeat right top;float:right;display:block;color:#FFF;font-weight:bold}
.ZjPage .RightNav a.on{background:url(../zjlb.gif) no-repeat left top;} 
.ZjPage .ZjExpert{ margin:0 auto;padding:20px 0}

.ZjPage .ZjExpert ul{padding:0;margin:0; }
.ZjPage .ZjExpert ul li{width:14.28%;float:left;height:55px;font:bold 16px/normal '微软雅黑';text-align:center;background:#acd5ab;padding:8px 0 0 0; color:#038650;cursor:pointer;list-style:none;margin:0}
.ZjPage .ZjExpert ul li.on{background:#038650;color:#FFF}

 

/*leftControl*/
ul.tpnews{width:260px;margin:0 auto;}
ul.tpnews li{width:130px;height:130px;text-align:center;float:left;overflow:hidden;line-height:25px;padding-top:10px}
ul.tpnews li img{width:120px;height:100px;display:block;padding-bottom:5px;}

.zjmore{float:left;width:235px;padding:30px 0 0 0;border-bottom:solid 1px #e8e8e8;height:150px}
.zjmore p.img{width:85px;float:left;padding:0;margin:0;text-align:center;background:url(loading.gif) no-repeat 25px 45px}
.zjmore p.img img{width:79px;height:113px;margin-bottom:10px;border:solid 1px #b1b1b1;}
.zjmore p.con{width:125px;float:left;padding:0 0 0 15px;margin:0;line-height:20px;color:#5a5a5a;height:108px;overflow:hidden}
.zjmore p.con b.tit{height:25px;display:block;overflow:hidden;line-height:25px;}
.zjmore p.con img{padding-top:10px;}
.zjmore span.anniu{padding:0 0 0 30px;display:block;text-align:center}

 
/*分页样式*/
.pageMenu{clear:both;width:100%;text-align:center;padding:20px;}
 .am-pagination {
  position: relative;
}
.am-pagination-centered {
  text-align: center;
}
 .am-pagination {
  padding-left: 0;
  margin: 1.5rem 0;
  list-style: none;
  color: #999999; 
}
.am-pagination:before,
.am-pagination:after {
  content: " ";
  display: table;
}
.am-pagination:after {
  clear: both;
}
.am-pagination > li {
  display: inline-block;
}
.am-pagination > li > a,
.am-pagination > li > span {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}
.am-pagination > li:last-child > a,
.am-pagination > li:last-child > span {
  margin-right: 0;
}
.am-pagination > li > a:hover,
.am-pagination > li > span:hover,
.am-pagination > li > a:focus,
.am-pagination > li > span:focus {
  background-color: #eeeeee;
}
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #07592f;
  border-color: #07592f;
  cursor: default;
}
.am-pagination > .am-disabled > span,
.am-pagination > .am-disabled > span:hover,
.am-pagination > .am-disabled > span:focus,
.am-pagination > .am-disabled > a,
.am-pagination > .am-disabled > a:hover,
.am-pagination > .am-disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}
.am-pagination .am-pagination-prev {
  float: left;
}
.am-pagination .am-pagination-prev a {
  border-radius: 0;
}
.am-pagination .am-pagination-next {
  float: right;
}
.am-pagination .am-pagination-next a {
  border-radius: 0;
}

a:hover{text-decoration:none}     

ul.ul{padding:0;margin:0}

ul.ul li.cp{float:left;width:175px;height:170px;text-align:center;background:0;padding:10px 0 0 0;margin:0;border:none;} 
ul.ul li.cp a{color:#000;line-height:18px }
ul.ul li.cp a img{padding:2px;border:solid 1px #b89d8a;width:155px;height:118px;display:block;margin:0 auto; }
ul.ul li.cp a:hover{color:#c00; }
ul.ul li.cp a:hover img{padding:2px;border:solid 1px #000;background:#46220b }
 
ul.ul li{background:url(../ico3.gif) no-repeat 4px 14px;height:35px;line-height:35px;margin:0;padding:0 5px 0 20px;border-bottom:dashed 1px #CCC;overflow:hidden}
ul.ul li.on{background:#f3f3f3 url(../ico3.gif) no-repeat 4px 14px;}
ul.ul li span{float:right;color:#555; }


/*留言*/
 
.Pagers{text-align:center;clear:both;width:100%;}   
.gbdiv2{width:95%;margin:10px auto;border-bottom:solid 1px #d7d7d7;padding:15px;background:#f0f0f0}
.gbdiv2 .gbtit{padding:10px 0;background:url(announce.gif) no-repeat left 10px;padding-left:25px} 
.gbdiv2 .commona{border:solid 1px #ffd498;background:#fffce4;padding:5px;margin-top:0px;}
.gbdiv2 .commona b{color:#c80009;}
 
 
.lybg{ margin-top:5px;padding-top:20px}
.lybg div.messtitle{color:#c60000;font:normal 20px/40px '微软雅黑','黑体';text-align:center;padding-bottom:20px}
.lybg b{color:#656565}
 .submit{ padding:20px 0 20px 300px;}
.txt{width:49%;float:left;margin:0 1% 1% 0}   
.txts{width:99%;  }    



@media screen and (max-width: 576px) {
    .rightmainbox {
        border:none
    }
    ul.indexyqlj li {
        width: 33.333%; 
    }

}