/* 通用样式 */
body {
    font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #000;
    text-decoration: none;
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*Main page*/
/* top */
.top {
    /*background-color: #033117;*/
    background-color:#ECE191;
}

.top a {
    color: #fff;
    text-align: center;
}

.top_l {
    height: 32px;
}

.top_l ul li {
    height: 26px;
    line-height: 26px;
    width: 75px;
    float: left;
    margin: 3px 0 0 5px;
}

.top_l ul li a {
    display: block;
    height: 26px;
    line-height: 26px;
    width: 75px;
    font-size: 14px;
}

.top_l ul li a:hover {
    text-decoration: none;
    color: #ccc;
}

.top_l ul li.li-1 {
    background: #6e4401;
}

.top_l ul li.li-2 {
    background: #095d40;
}

.top_l ul li.li-3 {
    background: #c16c33;
}

.top_r {
    height: 32px;
}

.top_r ul li {
    height: 32px;
    line-height: 32px;
    float: left;
    color: #fff;
}

.top_r ul li span {
    padding: 0 5px;
}

/**搜索框**/
.search-input {
    float: left;
    height: 22px;
    margin-top: 5px;
}

.search-btn {
    float: left;
    width: 32px;
    height: 22px;
    background-color: #0d8b60;
    text-align: center;
    margin-top: 5px;
}

/* logo */
.logo-wrap {
    height: 123px;
    /*background: #004721;*/
    /*border-bottom: 1px solid #002923;*/
    background: #F58316;
    border-bottom: 1px solid #F58316;
}

.showTime {
    text-align: center;
    padding-top: 40px;
    color: white;
}

/*导航栏 */
.navbarLength {
    text-align: center;
    width: 135px;
}

/*轮播图图片*/
.picture-show {
    width: 1519px;
    height: 430px;
}

/*消息*/
.labelFont {
    font-size: 16px;
    padding: 5px;
}

.news {
    border-bottom: 2px solid #004721;
    padding: 5px;
}

.photo {
    padding-top: 10px;
    width: 210px;
    /*height: 271px;*/
}

.jxys {
    padding-top: 10px;
    font-size: 16px;
    text-indent: 20px;
    letter-spacing: 4px;
}

/*讲词展示li标签*/
.textlist li {
    text-indent: 15px;
    background: url(../img/newslist.gif) 1px 8px no-repeat;
    border-bottom: 1px dashed #CCC;
    margin-top: 2px;
}

.textlist2 li {
    margin-top: 4px;
    text-indent: 15px;
}

.photo2 {
    margin-top: 5px;
    width: 128px;
    height: 128px;
}
.photo3 {
    margin-top: 5px;
    width: 256px;
    height: 256px;
}

/*qq交谈列表*/
.QQList {
    margin: 5px auto 5px auto;
}

.listBox .QQList span {
    display: block;
    width: 47%;
    height: 25px;
    overflow: hidden;
    text-align: right;
    float: left;
    line-height: 26px;
    color: #444;
}

.ico {
    width: 52%;
    height: 25px;
    overflow: hidden;
    float: left;
}

.wxjg {
    margin-left: 50px;
}

.wxjg p {
    text-align: center;
}

/*资讯与文章*/
.newsList {
    padding-left: 7px;
    padding-top: 5px;
}

.newsList li {
    line-height: 36px;
    height: 36px;
    padding: 0 0 0 15px;
    background: url(../img/bt-dot.jpg) no-repeat 0 50%;
}

.newsList li a {
    font-size: 15px;
    color: #555555;
    float: left;
    text-decoration: none;
}

.newsList li a:hover {
    color: #0d8b60;
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.newsList li span {
    float: right;
    color: #555;
    font-size: 14px;
}

.moreNews {
    font-size: 16px;
    position: absolute;
    right: 20px;
}

.moreNews a {
    color: white;
}

/*页脚*/
.company {
    height: 40px;
    background-color: #404040;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}

/*other page*/
/*文字展示列表*/
.list-con {
    padding-top: 10px;
}

.list-con-l {
    min-height: 450px;
    /*border-top: 2px solid #F58316;*/
    background: #ececec;

}

.list-con-l h3 {
    height: 80px;
    line-height: 80px;
    background: #FBD357;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    padding: 0 0 0 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sub_nav li {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #DDD;
    list-style: none;
}

.sub_nav li a {
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 18px;
    color: #4d4d4d;
}

.sub_nav li a:hover {
    background: #F9F9F9;
    color: #000;
    padding: 0 0 0 40px;
    text-decoration: none;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub_nav2 li a {
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 18px;
    color: #000;
}

.sub_nav2 li a:hover {
    color: #c16c33;
    text-decoration: none;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*耕云导师*/
.introduce {
    font-size: 16px;
    font-weight: bold;
}

.introduce2 {
    display: block;
    text-indent: 2em;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

/*视频列表表格*/
.video_table {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    color: #BF5305;
    white-space: nowrap;
    line-height: 28px;
    font-family: 宋体;
    text-align: center;
}

/*分页栏高度*/
.page-divide-box {
    height: 441px;
}

/*分页条*/
.page-divide-tool {
    text-align: center
}


