/*layout文件修饰开始*/
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #0976D2;
    text-decoration: none;
}

.my-layout {
    padding: 0;
}

body {
    color: rgba(0, 0, 0, 0.6) !important;
}

@media screen and (min-width: 768px) {
    .bg-background {
        background: #06324A;
        color: white;
    }

    .container-A {
        height: 425px;
        width: 100%;
        padding: 0;
        border-bottom: lightgrey solid 1px;
        background: #eee;
    }

    .side-box {
        height: 100%;
        background: url("/beetl/static/img/ttinfo/背景.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .side-box-india {
        height: 100%;
        background: url("/beetl/static/img/ttinfo/indialogo.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .logo {
        position: relative;
    }

    .logo-text {
        text-align: left;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .logo-title {
        height: 30px;
        line-height: normal;
        text-align: center;
    }

    .logo-title a {
        margin-left: 20px;
        font-size: 25px;
        letter-spacing: 1px;
        color: white;
    }

    .logo-titleEn {
        text-align: center;
    }

    .logo-titleEn a {
        margin-left: 4%;
        color: white;
        font: bolder 16px 'Times New Roman';
    }

    #searchSmall {
        display: none;
    }

    #header {
        text-align: center;
        margin-top: 0;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 9;
    }

    .myBtn {
        display: none;
        float: right;
        border: 0;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        margin-left: 40px;
    }

    .nav-text {
        width: fit-content;
        position: relative;
        z-index: 99999;
        padding-top: 5%;
    }

    .nav-titles {
        margin-top: 1%;
        margin-left: 15%;
    }

    .nav-title {
        display: inline-block;
        width: 100px;
        color: black;
        vertical-align: top;
    }

    .nav-title a {
        color: white;
        text-decoration: none;
        font-size: 16px;
    }

    .ins-panel .nav-link {
        font-size: 16px;
        color: black;
    }

    .ins-panel .nav-link.active {
        color: #1487f4;
    }

    .nav-substitle {
        background-color: rgba(27, 116, 201, 0.9);
        border-radius: 1px;
        line-height: 40px;
        /*width: 120px;*/
        display: none;
        opacity: 0.9;
        margin-top: -2px;
        /*margin-left: -20px;*/
        /*margin-left: auto;*/
    }

    .nav-substitle a {
        display: block;
        text-align: center;
    }

    .nav-substitle a:hover {
        border-bottom: 2px solid white;
        transition-duration: 0.2s;
        border-radius: 2px;
        opacity: 1;
        animation: animated-border 1.5s infinite;
        font-family: Arial;

    }

    .nav-substitle:hover {
        display: block;
    }

    .nav-title:hover {
        cursor: pointer;
        transition-duration: 0.5s;
    }

    .nav-link:hover ~ .nav-substitle {
        display: block;
    }

    .nav-link a:hover {
        color: white;
    }

    .nav-substitle:hover {
        display: block;
    }

    .nav-active .nav-link a {
        border-bottom: 3px solid rgba(255, 255, 255, 1);
        padding-bottom: 4px;
    }

    #ttinfologinDiv {
        position: relative;
        top: 50%;
        right: -40%;
    }

    #ttinfologinDiv a {
        color: white;
    }

    #ttinfologinDiv .dropdown-item {
        color: black !important;
    }

    footer {
        background: #3e4551;
        width: 100%;
        color: #fff;
        position: relative;
        overflow: hidden;
        text-align: left;
    }

    .conFooter {
        display: flex;
        justify-content: space-around;
        height: 150px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .introFooter p {
        font-size: 16px;
        font-weight: 300;
        line-height: 2em;
    }

    .introFooteren {
        font-size: 16px;
        font-weight: 300;
        padding-top: 0px !important;
    }

    .introFooteren p {
        line-height: 2em;
    }

    .footer-copyright {
        overflow: hidden;
        background-color: #323741;
        font-size: .9rem;
        color: #ced4da;
        font-size: 14px;
    }

    .footer-copyright a {
        color: #dee2e6;
    }

    /*layout文件修饰结束*/
    /*index文件修饰开始*/
    /*检索导航*/
    #buttons {
        position: relative;
        width: 800px;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 22%;
        top: -5px;
    }

    #buttons a {
        border: none;
        color: white;
        font-size: 18px;

        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #buttons .btn:hover {
        color: #007F7F;
        background: white;
        border-bottom: none !important;
    }

    #buttons btn:active {
        color: #007F7F;
        background: white;
        border-bottom: none !important;
    }

    #buttons .btn:focus {
        color: #007F7F;
        background: white;
        box-shadow: none !important;
        border-bottom: none !important;
    }

    /*搜索*/
    #search {
        position: relative;
        top: 160px;
    }

    .sForm {
        display: flex;
        justify-content: center;
        margin-top: -10px;
    }

    .searchIndex {
        width: 100% !important;
        display: flex;
        /*justify-content: center;*/
        height: 40px;
        margin-top: 1px;
        margin-left: 22%;
    }

    .searchIndex select {
        border-radius: 25px 0 0 25px;
        padding-left: 5px;
        width: 100px;
        margin-right: 20px;
        border: 1px solid #c4cedc;
        margin-right: 0px !important;
    }


    .searchIndex button {
        border: none !important;
        border-radius: 5px;
        position: relative;
        left: -15px;
    }

    /*热搜*/
    .hot-search {
        font-size: 16px;
        color: lightgrey;
        display: flex;
        position: relative;
        left: 22%;
        top: 20px;
    }

    .hot-search p {
        margin-right: 15px;
    }

    .input_text {
        font-size: 14px;
        margin-left: 0px !important;
        color: black !important;
        border: 1px solid #c4cedc !important;
        padding-left: 5px;
        border-radius: 5px;
    }

    .bt-2 {
        width: 100px;
        background: none !important;
    }

    .bt-2 span {
        color: white;
        font-weight: bold;
    }


    /*数据展示*/
    .DataShow {
        display: flex;
        justify-content: center;
        position: relative;
        top: 258px;
        color: white;
        background: rgb(0, 0, 0, 0.2);
    }

    .DataShow ul {
        display: flex;
    }

    .DataShow ul li {
        list-style: none;
        color: white;
        font-size: 18px;
        text-align: center;
        display: grid;
        width: 180px;
        margin: 5px;
    }

    .li-blank {
        width: 2px;
        height: 30px;
        background: grey;
        position: relative;
        top: 25%;
    }

    .DataShow ul li a {
        color: white;
        margin-top: 1%;
        font-size: 16px;
    }

    .DataShow ul li a:hover {
        color: #007F7F;
    }

    .DataShow ul li a span {
        display: flex;
        justify-content: center;
        font-size: 16px;
        letter-spacing: 3px;
    }

    .DataShow ul li a span:nth-child(odd) {
        font-size: 18px;
    }

    /*精选报告*/
    .report {
        min-height: 600px;
        padding-top: 3%;
    }

    .Tittle {
        display: grid;
        justify-content: center;
        padding-top: 2%;
    }

    .Tittle p {
        font-size: 26px;
        font-weight: bold;
        color: black;
    }

    .Tittle a {
        text-align: center;
        font-size: 16px;
    }

    .reportlist {
        width: 102%;
        margin-top: 5%;
        margin-left: -2%;
    }

    .reportlist ul li {
        list-style: none;
        display: inline-flex;
        width: 31%;
        margin: 3% 1%;
        height: 170px;
        background: white;
    }

    .reportlist ul li img {
        height: 185px;
        width: 150px;
        position: absolute;
        margin-top: -50px;
        margin-left: 1%;
        box-shadow: 2px 2px 8px 2px #ccc;
    }

    .r-text a {
        color: #007F7F;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        text-overflow: ellipsis;
    }


    .r-text {
        margin-top: 4%;
        margin-left: 48%;
    }

    .r-text span {
        position: absolute;
        margin-top: 20px;
    }

    .r-text span p {
        font-size: 14px;
        display: flex;
    }

    .r-text span p b {
        font-weight: 400;
        word-break: break-all;
        margin-left: 3%;
        width: 150px;
    }

    .r-text span p a {
        color: black;
        font-weight: 400;
        margin-left: 3%;
        margin-top: -1%;
        font-size: 15px;
        width: 180px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        text-overflow: ellipsis;

    }

    /*专题成果*/
    .study {
        min-height: 600px;
    }

    .study-tittle {
        display: flex;
        position: relative;
    }

    .study-tittle h4 {
        font-size: 20px;
        font-weight: bold;
        color: #05A4E4;
        height: 40px;
        padding-top: 2%;
    }

    .study-tittle a {
        font-size: 16px;
        color: grey;
        position: absolute;
        right: 0;
        top: 20%;
    }

    .study-blank {
        width: 100%;
        height: 2px;
        background: black;
        box-shadow: grey 2px 3px 4px;
        margin-bottom: 3%;
    }

    .study-detail {
        margin-bottom: 5%;
    }

    .study-detail h5 {
        display: flex;
    }

    .study-detail h5 a {
        font-size: 16px;
        width: 85%;
        word-break: break-all;
        padding-right: 2%;
    }

    .study-detail h5 span {
        font-size: 14px;
        float: right;
    }

    .study-detail p {
        font-size: 14px;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        white-space: normal !important;
        text-overflow: ellipsis;
    }

    .study-list .list-li {
        padding: 2%;
        width: 48%;
        margin: 2% 1%;
        background: white;
    }

    /*智库机构*/
    .institution {
        min-height: 430px;
    }

    .ins {
        margin-top: 2%;
        background: white;
    }

    .ins ul {
        display: flex;
        margin-left: -2.5%;
    }

    .ins ul li {
        list-style: none;
        margin: 2% 1%;
    }

    .ins ul li a img {
        height: 180px;
        width: 300px;
        object-fit: contain;
        padding: 5%;
        box-shadow: -5px 5px 5px 0px #ddd;
    }

    .ins ul li a img:hover {
        transition: all;
        transition-duration: 0.2s;
        transition-timing-function: ease;
        transition-delay: 0s;
        transform: scale(1.03);
    }

    .ins-text {
        text-align: center;
        padding-top: 10%;
    }

    .ins-text a {
        color: black !important;
        font-size: 16px;
        font-weight: bold;
    }


    /*详情页*/
    .container-detail {
        width: 1320px;
        margin: 2% auto;
    }

    .detail-blank {
        height: 30px;
        width: 100%;
        background: #eee;
    }

    .breadcrumb {
        padding-top: 1%;
    }

    .breadcrumb li {
        /*color: black;*/
        margin: 0 1%;
    }

    .detail-text {
        display: grid;
        margin-left: 5%;
        padding-top: 1%;
    }

    .detail-text a {
        font-size: 18px;
        color: #007F7F;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal
    }

    .detail-text p {
        display: -webkit-box;
        margin-top: 5%;
        color: black;
        font-weight: bold;
    }

    .detail-text p b {
        width: 85px;
    }

    .detail-text p span {
        color: #007F7F;
        font-weight: normal !important;
        padding-left: 3%;
        width: 80%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal
    }

    .detail-text p a {
        font-size: 17px;
        font-weight: normal;
        padding-left: 3%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal
    }

    /* 专家详情页*/
    .ttinfo-e {
        display: flex;
        justify-content: space-between;
        padding: 2% 10%;
    }

    .ttinfo-eIntro {
        width: 25%;
    }

    .ttinfo-eImg {
        width: 200px;
        height: 220px;
    }

    .ttinfo-eImg img, .ttinfo-oImg img, .ttinfo-nImg img,
    .ttinfo-hImg img, .ttinfo-pImg img, .ttinfo-iImg img {
        width: 160px;
        height: 200px;
        object-fit: contain;
        box-shadow: 2px 2px 4px 2px #ccc;
    }

    .ttinfo-eField {
        width: 100%;
    }

    .ttinfo-tittle {
        font-size: 20px;
        display: flex;
    }

    .ttinfo-tittle a {
        color: #007F7F !important;
        font-weight: bold;
    }

    .ttinfo-tittle span {
        font-size: 16px;
        font-weight: normal !important;
        color: black;
        width: 90%;
    }

    .ttinfo-e-position {
        font-size: 16px;
        font-style: italic;
        text-indent: 2em;
        padding-top: 1%;
    }

    .ttinfo-e-abstract {
        float: left;
        display: grid;
        width: 100%;
        margin-top: 3%;
    }

    .ttinfo-e-abstract span {
        padding-top: 1%;
        line-height: 30px;
        font-size: 16px;
    }

    .ttinfo-e-affiliations {
        float: left;
        display: inline-flex;
        width: 100%;
        margin-top: 4%;
    }

    .ttinfo-e-affiliations a {
        color: #006F8A !important;
        margin-left: 1%;
    }

    .ttinfo-research {
        height: 200px;
        background: url("/beetl/static/img/ttinfo/绿色点状背景.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin: 1% 5%;
        display: flex;
    }

    .ttinfo-research b {
        margin: 5%;
        font-size: 16px;
        width: 100%;
        color: #0B2257;
    }

    .ttinfo-research b span {
        font-weight: 400;
        padding-left: 1%;
    }

    .ttinfo-b {
        color: black;
        font-size: 24px;
        display: flex;
        justify-content: center;
        margin: 3% 0 2% 0;
    }

    .ttinfo-eItem {
        width: 90%;
        margin: 0 auto;
        background: url("/beetl/static/img/ttinfo/绿色点状背景大.png");
        /*box-shadow: 2px 2px 8px 1px #ccc;*/
    }

    .ttinfo-eItem ul {
        padding: 5% 0;
    }

    .ttinfo-eItem ul li {
        list-style: none;
        display: flex;
        width: 100%;
        padding: 3%;
    }

    .ttinfo-eItem ul li img {
        height: 180px;
        width: 145px;
        box-shadow: 2px 2px 4px 2px #ccc;
    }

    /* 机构详情页*/
    .ttinfo-i {
        display: flex;
        justify-content: space-between;
        padding: 2% 10% 2% 5%;
    }

    .ttinfo-iIntro {
        width: 25%;
    }

    .ttinfo-iImg {
        width: 200px;
        height: 220px;
    }

    .ttinfo-i-order {
        display: grid;
    }

    .ttinfo-i-order p {
        font-size: 14px;
        color: #007F7F;
    }

    .ttinfo-i-order p span {
        color: black !important;
    }

    .ttinfo-eField {
        width: 100%;
    }


    .ttinfo-i-position {
        font-size: 16px;
        font-style: italic;
        text-indent: 2em;
        padding-top: 1%;
    }

    .ttinfo-i-abstract {
        float: left;
        display: grid;
        width: 80%;
        margin-top: 2%;
    }

    .ttinfo-i-abstract span {
        margin-top: 2%;
    }

    .ttinfo-research {
        height: 150px;
        background: url("/beetl/static/img/ttinfo/绿色点状背景.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin: 1% 5%;
        display: flex;
    }

    .ttinfo-o-relate {
        padding: 0;
    }

    .ttinfo-research b {
        margin: 5%;
        font-size: 16px;
        width: 100%;
        color: #0B2257;
    }

    .ttinfo-research b span {
        font-weight: 400;
        padding-left: 1%;
    }

    .ttinfo-b {
        color: black;
        font-size: 24px;
        display: flex;
        justify-content: center;
        margin: 3% 0 2% 0;
    }

    .ttinfo-iItem {
        width: 100%;
        margin: 2% auto;
    }

    .ins-R {
        background: url("/beetl/static/img/ttinfo/绿色点状背景.png");
    }

    .insR ul {
        display: flex;
        margin-left: -2.5%;
    }

    .insR ul li {
        list-style: none;
        margin: 2% 4%;
    }

    .insR ul li a img {
        height: 160px;
        width: 220px;
        object-fit: fill;
        box-shadow: 5px 5px 5px -1px grey;
    }

    .insR-text {
        text-align: center;
        padding-top: 10%;
    }

    .insR-text a {
        font-size: 16px;
        color: #007F7F !important;
        font-weight: bold;
    }

    /* 成果详情页*/
    .container-detail-o {
        width: 1320px;
        margin: 0 auto;
        min-height: 800px;
    }

    .ttinfo-o {
        padding: 2% 5%;
        display: flex;
    }

    .ttinfo-oField {
        width: 80%;
    }

    .ttinfo-Intro {
        margin: 4% 3%;
    }

    .ttinfo-Intro p {
        width: 80%;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        white-space: normal !important;
    }

    .ttinfo-Intro svg {
        color: #007F7F;
        margin-right: 0.5rem;
    }

    .ttinfo-Intro span {
        padding-left: 0.5rem;
        font-size: 14px;
        color: black;
    }

    .ttinfo-Intro a {
        font-size: 14px;
    }

    .ttinfo-oImg {
        width: 160px;
        height: 200px;
    }

    .ttinfo-eField {
        width: 100%;
    }


    .ttinfo-o-position {
        font-size: 16px;
        font-style: italic;
        text-indent: 2em;
        padding-top: 1%;
    }

    .ttinfo-o-abstract, .ttinfo-n-abstract, .ttinfo-p-abstract, .ttinfo-h-abstract {
        display: grid;
        width: 92%;
        margin: 0 auto;
        background: url("/beetl/static/img/ttinfo/绿色点状背景大.png");
        min-height: 200px;
    }

    .ttinfo-detail span {
        font-size: 16px;
        margin-top: 1%;
        padding: 3%;
        line-height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        white-space: normal;
    }

    .ttinfo-detail p {
        line-height: 30px;
        display: flow-root;
    }

    .ttinfo-detail img {
        height: 280px;
        max-width: 340px;
    }

    .ttinfo-key {
        position: relative;
        padding: 10px;
    }

    .line {
        width: 100%;
        height: 1px;
        background: #007F7F;
    }

    .keys {
        margin-top: 1%;
    }

    .keys p {
        display: flex;
    }

    .keys p span {
        margin: 0;
        padding: 15px;
        line-height: 0;
        display: contents;
    }

    .ttinfo-oItem {
        width: 90%;
        margin: 0 auto;
        background: url("/beetl/static/img/ttinfo/绿色点状背景大.png");
        /*box-shadow: 2px 2px 8px 1px #ccc;*/
    }

    .ttinfo-oItem ul {
        padding: 4% 0;
    }

    .ttinfo-oItem ul li {
        list-style: none;
        display: inline-flex;
        width: 45%;
        margin: 1% 2%;
    }

    .ttinfo-oItem ul li img {
        height: 180px;
        width: 145px;
        box-shadow: 2px 2px 4px 2px #ccc;
    }

    /*    */
    /* 动态（新闻）详情页*/
    .container-detail-n {
        width: 1320px;
        margin: 0 auto;
        min-height: 800px;
    }

    .ttinfo-n-relate {
        margin: 2% auto;
    }

    .ttinfo-n {
        padding: 2% 5%;
        display: flex;
    }

    .ttinfo-nField {
        width: 80%;
    }

    .ttinfo-nIntro {
        margin: 4% 3%;
    }

    .ttinfo-nIntro p {
        width: 80%;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        white-space: normal !important;
    }


    .ttinfo-nIntro p svg {
        color: #007F7F;
    }

    .ttinfo-nIntro p span {
        padding-left: 2%;
        font-size: 14px;
        color: black;
    }

    .ttinfo-nIntro p a {
        padding-left: 2%;
        font-size: 14px;
    }


    .ttinfo-nField {
        width: 75%;
    }


    .ttinfo-n-position {
        font-size: 16px;
        font-style: italic;
        text-indent: 2em;
        padding-top: 1%;
    }


    .ttinfo-nItem {
        width: 100%;
        margin: 0 auto;
        background: url("/beetl/static/img/ttinfo/绿色点状背景大.png");
        /*box-shadow: 2px 2px 8px 1px #ccc;*/
    }

    .ttinfo-nItem ul {
        padding: 4% 0;
    }

    .ttinfo-nItem ul li {
        list-style: none;
        display: inline-flex;
        width: 45%;
        margin: 1% 2%;
    }

    .ttinfo-nItem ul li img {
        height: 180px;
        width: 145px;
        box-shadow: 2px 2px 4px 2px #ccc;
        object-fit: cover;
    }

    /* 会议详情*/
    .container-detail-h {
        width: 1320px;
        margin: 0 auto;
        min-height: 800px;
    }

    .ttinfo-h-relate {
        margin: 2% auto;
    }

    .ttinfo-h {
        padding: 2% 5%;
        display: flex;
    }

    .ttinfo-hField {
        width: 80%;
    }

    .ttinfo-hIntro {
        margin: 4% 3%;
    }

    .ttinfo-hIntro p {
        width: 80%;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        white-space: normal !important;
    }

    .ttinfo-hIntro svg {
        color: #007F7F;
    }

    .ttinfo-hIntro span {
        padding-left: 2%;
        font-size: 14px;
        color: black;
    }

    .ttinfo-hIntro a {
        padding-left: 2%;
        font-size: 14px;
    }

    .ttinfo-hImg {
        width: 150px;
        height: 180px;
    }

    .ttinfo-hField {
        width: 75%;
    }

    .ttinfo-h-position {
        font-size: 16px;
        font-style: italic;
        text-indent: 2em;
        padding-top: 1%;
    }

    .ttinfo-hItem {
        width: 90%;
        margin: 0 auto;
        background: url("/beetl/static/img/ttinfo/绿色点状背景大.png");
        /*box-shadow: 2px 2px 8px 1px #ccc;*/
    }

    .ttinfo-hItem ul {
        padding: 4% 0;
    }

    .ttinfo-hItem ul li {
        list-style: none;
        display: inline-flex;
        width: 45%;
        margin: 1% 2%;
    }

    .ttinfo-hItem ul li img {
        height: 180px;
        width: 145px;
        box-shadow: 2px 2px 4px 2px #ccc;
    }

    /*    */
    /* 项目详情*/
    .container-detail-p {
        width: 1320px;
        margin: 0 auto;
        min-height: 800px;
    }

    .ttinfo-p-relate {
        margin: 2% auto;
    }

    .ttinfo-p {
        padding: 2% 5%;
        display: flex;
    }

    .ttinfo-pField {
        width: 80%;
    }

    .ttinfo-pIntro {
        margin: 4% 3%;
    }

    .ttinfo-pIntro p {
        width: 80%;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        white-space: normal !important;
    }

    .ttinfo-pIntro p svg {
        color: #007F7F;
    }

    .ttinfo-pIntro p span {
        padding-left: 2%;
        font-size: 14px;
        color: black;
    }

    .ttinfo-pIntro p a {
        padding-left: 2%;
        font-size: 14px;
    }

    .ttinfo-pImg {
        width: 150px;
        height: 180px;
    }


    .ttinfo-phField {
        width: 75%;
    }


    .ttinfo-p-position {
        font-size: 16px;
        font-style: italic;
        text-indent: 2em;
        padding-top: 1%;
    }

    .ttinfo-pItem {
        width: 90%;
        margin: 0 auto;
        background: url("/beetl/static/img/ttinfo/绿色点状背景大.png");
        /*box-shadow: 2px 2px 8px 1px #ccc;*/
    }

    .ttinfo-pItem ul {
        padding: 4% 0;
    }

    .ttinfo-pItem ul li {
        list-style: none;
        display: inline-flex;
        width: 45%;
        margin: 1% 2%;
    }

    .ttinfo-pItem ul li img {
        height: 180px;
        width: 145px;
        box-shadow: 2px 2px 4px 2px #ccc;
    }

    #ins-item-list .fieldRow {
        padding-top: 1%;
    }


    #ins-item-list .fieldRow:nth-child(1) .link a {
        font-size: 18px;
        color: #006F8A;
        font-weight: bold;
    }

    #ins-item-list .fieldRow:nth-child(1) .type {
        font-size: 14px;
        background: brown;
        color: white !important;
        padding: 0 10px;
        border-radius: 5px;
    }

    #ins-item-list .fieldRow:nth-child(1) .title {
        color: #006F8A !important;
    }

    #ins-item-list .fieldRow:nth-child(2) .before {
        color: grey !important;
    }

    #ins-item-list .fieldRow:first-child {
        margin-left: 0;
    }
}

