* {
    margin: 0px;
    padding: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

input {
    outline: none;
}

ul,
ol,
li {
    list-style: none outside none;

}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

/* head */
.header {
    width: 1110px;
    margin: 0 auto;
    height: 185px;
    overflow: hidden;
}

.header .logo img {
    margin-top: 60px;
    width: 570px;
}

.searchDiv {
    float: right;
    margin-top: 35px;
}

.searchDiv input {
    line-height: 24px;
    background: url(../images/search.png) no-repeat center;
    background-position-x: 5px;
    padding: 0 10px 0 30px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.searchDiv input::placeholder {
    text-align: right;
    color: #2f2f2f;
    font-size: 14px;
}

.navbg {
    height: 50px;
    background: url(../images/navbg.png) no-repeat center;
}

.nav {
    width: 1090px;
    margin: 0 auto;
    height: 100%;
}

.nav li {
    float: left;
    width: 150px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}

.nav li:hover {
    background-color: #e6081f;
}

.nav li.cur {
    position: relative;
    background-color: #e6081f;
}

/* .nav li.cur::after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #e6081f;
    bottom: -20px;
    left: calc(50% - 10px);
} */

.nav li a {
    font-size: 20px;
    color: #fff;
}

.navTow {
    display: none;
    position: absolute;
    top: 50px;
    background: #b20012;
    z-index: 99;
}

.nav li:hover .navTow {
    display: block;
}

/* head */
body {
    background: url(http://www.gxgqt.org.cn/gxyouth/images/main-bg.jpg) no-repeat center 235px;
    min-width: 1200px;
}

.content {
    width: 1110px;
    margin: 40px auto;
}

.flexslider {
    width: 600px;
    height: 400px;
    float: left;
}

.flexslider img {
    width: 600px !important;
    height: 400px !important;
}

.main1 .slides p {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.flex-control-nav {
    bottom: 20px;
}

.fn-right {
    float: right;
}

.fn-left {
    float: left;
}

.tab-content>div {
    display: none;
}

/* 改 */
.main1-right {
    width: 445px;
    margin-left: 20px;
    height: 360px;
    padding: 20px;
    border: 1px solid #dcdcdb;
}

/* 改 */
.tab-head {
    /* text-align: center; */
}

.tab-head li {
    display: inline-block;
    padding: 10px 15px;
}

/* 改 */
.tab-head li.cur {
    background-color: #e40000;
    position: relative;
}

/* 改 */
.tab-head li.cur::after {
    position: absolute;
    content: "";
    border: 8px solid transparent;
    border-top: 10px solid #e40000;
    left: calc(50% - 5px);
    bottom: -18px;
}

.tab-head li.cur a {
    color: #fff;
}

/* 改 */
.tab-head li a {
    font-size: 20px;
    color: #000;
    font-weight: bold;

}

.line {
    font-size: 12px;
    color: #b20012;
    text-align: center;
    margin-top: 19px;
    position: relative;
    margin-bottom: 20px;
}

.line span {
    font-size: 12px;
    color: #b20012;
    padding: 0 10px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e80000;
    left: 0;
    top: 50%;
}

/* 改 */

.contentLi {
    height: 295px;
    margin-top: 15px;
}

.contentLi li {
    overflow: hidden;
}

/* 改 */
.contentLi li:not(:nth-last-of-type(1)) {
    /* margin-bottom: 20px; */
}

.date {
    float: left;
    font-size: 16px;
    background: #e80000;
    color: #fff;
    padding: 5px 5px;
    display: block;
    width: 20px;
    font-weight: bold;
    word-break: break-word;
}

/* 改 */
.contentLi .tit {
    width: 100%;
}

/*  改*/
.tit h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    padding-left: 30px;
    color: #686868;
    line-height: 44px;
    position: relative;
    font-weight: normal;
}

/* 加 */
.tit h3::before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #cb0300;
    content: "";
    margin-top: -3px;
}


.contentLi li:hover h3 {
    color: #e6081f;
}

.tit p {
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentLi::-webkit-scrollbar {
    width: 5px;
    /* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
.contentLi::-webkit-scrollbar-track {
    background-color: #fff;
}

/* 修改滚动条滑块颜色 */
.contentLi::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
}

.main2 {
    margin-top: 40px;
}

.main2 .qnzyz {
    width: 373px;
}

.main2 h3,
.main3 h3 {
    background: url(../images/qnzyzxd.png) no-repeat;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
}

.qnContent {
    border: 1px solid #f0f0f0;
    border-top: none;
}

.qnContent .fImg {
    text-align: center;
    padding-top: 10px;
}

.qnContent .fImg img {
    width: 355px;
    height: 225px;
}

.qnContent ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 28px;
}

.qnContent ul {
    padding: 0 15px 15px;
}

.qnContent ul li a,
.qnContent ul li span {
    font-size: 12px;
    color: #686868;
}

.qnContent ul li span {
    float: right;
}

.qnContent li:hover,
.qnContent li:hover span,
.qnContent li:hover a {
    color: #ff0000;
}

.xbjh {
    margin-left: 40px;
}

.xbjh h3 {
    background-image: url(../images/xbjh.png);
}

.main2 .tzgg {
    width: 284px;
    margin-left: 40px;
}

.tzgg h3 {
    background-image: url(../images/tzgg.png);
    background-size: 100%;
}

.main3 {
    margin-top: 35px;
}

.main3 h3 {
    background-image: url(../images/jpkc.png);
}

.jpkc {
    width: 596px;
}

.jpkc .flexslider {
    width: 596px;
    height: 365px;
}

.jpkcFlexslider .title {
    position: absolute;
    width: 546px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 40px 20px 10px;
}

.title h3 {
    background: none;
    line-height: 26px;
    padding-left: 0;
}
.title h3::before {
    position: static;
}
.title .date {
    margin-right: 10px;
}

.title .deail {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}

.ztlj {
    width: 466px;
}

.ztlj h3 {
    background-image: url(../images/zklj.png);
}

.ztljLi {
    padding: 13px 22px;
    border: 1px solid #f0f0f0;
}

.ztljLi ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 15px;
}

.ztljLi ul li img {
    width: 416px;
    height: 110px;
}

.share {
    width: 1110px;
    margin: 30px auto;
    overflow: hidden;
}

.share a {
    font-size: 16px;
    color: #000;
}

.share .share1 {
    padding-left: 20px;
    background: url(../images/share.png) no-repeat center left;
}

#retrunTop {
    padding-right: 20px;
    background: url(../images/retun.png) no-repeat center right;
}

/* footer */
.footer {
    width: 1090px;
    margin: 0 auto;
    height: 180px;
    background-color: #b20315;
    overflow: hidden;
    padding: 0 20px;
}

.footer p {
    padding-top: 15px;
}

.footer a {
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}